-
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
ac68504
commit 34ef939
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 : 41 | ||
- Enter the maximum value of the range : 2350 | ||
|
||
## Output | ||
- Target 145 found at iteration 1652, item no 1845! | ||
- Target 145 found at iteration 560, item no 792! | ||
- Target 145 found at iteration 655, item no 888! | ||
- Target 145 found at iteration 627, item no 880! | ||
- Target 145 found at iteration 2276, item no 3182! | ||
- Target 145 found at iteration 762, item no 1045! | ||
- Target 145 found at iteration 1206, item no 1687! | ||
- Target 145 found at iteration 1410, item no 1930! | ||
- Target 145 found at iteration 481, item no 659! | ||
- Target 145 found at iteration 1115, item no 1547! |