Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 445 Bytes

File metadata and controls

9 lines (7 loc) · 445 Bytes

isOddOrEven-collection

collection of the """best""" isOddOrEven functions

Contributing

  1. give your entry a descriptive or creative filename
  2. use the correct naming convention standard for the programming language (or lack thereof)
  3. place it in the respective folder for it's language (if it doesn't exist yet, just create one).
  4. BONUS! include the efficiency of your algorithm as a comment in the file. Eg. "runs with O(n!)"