Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,18 +0,0 @@
|
|||
>>SOURCE FREE
|
||||
IDENTIFICATION DIVISION.
|
||||
PROGRAM-ID. binary-search.
|
||||
|
||||
DATA DIVISION.
|
||||
WORKING-STORAGE SECTION.
|
||||
01 nums-area VALUE "01040612184356".
|
||||
03 nums PIC 9(2)
|
||||
OCCURS 7 TIMES
|
||||
ASCENDING KEY nums
|
||||
INDEXED BY nums-idx.
|
||||
PROCEDURE DIVISION.
|
||||
SEARCH ALL nums
|
||||
WHEN nums (nums-idx) = 4
|
||||
DISPLAY "Found 4 at index " nums-idx
|
||||
END-SEARCH
|
||||
.
|
||||
END PROGRAM binary-search.
|
||||
Loading…
Add table
Add a link
Reference in a new issue