Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Locate missing number in a series

by Old_Gray_Bear (Bishop)
on Apr 21, 2016 at 23:32 UTC ( [id://1161160]=note: print w/replies, xml ) Need Help??


in reply to Locate missing number in a series

You are looking for the disjunction between the set of all lockers and the set of rented lockers. So, in pseudo code is one way:

  • I have an array of lockers, 1 .. 24, initialized to zeroes
  • I have a database containing information
  • Loop: Read a Record from the DB
  • If the locker-id is present, set the value in my locker-array to 1.
  • Go to Loop: until you exhaust the DB.
  • scan the locker-array, if the value of the i-th element is 0, print the index (i).
  • Turn the result into your Teacher, you have completed the assignment in a FORTRANly fashion.

----
I Go Back to Sleep, Now.

OGB

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1161160]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-20 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found