-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2836e69
commit 318ce1e
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Input | ||
- Enter the number of data items to generate : 4000 | ||
- Enter the minimum value of the range : 3 | ||
- Enter the maximum value of the range : 1980 | ||
|
||
## Output | ||
- Target 145 found at iteration 1962, item no 2706! | ||
- Target 145 found at iteration 1000, item no 1391! | ||
- Target 145 found at iteration 301, item no 357! | ||
- Target 145 found at iteration 1287, item no 1593! | ||
- Target 145 found at iteration 2058, item no 2828! | ||
- Target 145 found at iteration 1, item no 3! | ||
- Target 145 found at iteration 1202, item no 1667! | ||
- Target 145 found at iteration 644, item no 801! | ||
- Target 145 found at iteration 1268, item no 1761! | ||
- Target 145 found at iteration 848, item no 1198! |