Skip to content

Latest commit

 

History

History
README
------

* cal.py: print the calendar for the current month

* find-largest.py: find the largest number in a list of integers
  using a) a for loop, or b) the max function, and do time measurements

* search-variants.py: measure the time to find items in a sorted list
  using different search algorithms

* sorted-list.py: creating a sorted list with 200000 elements

* time-comparison.py: compare timestamps

* time-distance.py: calculate the time between two timestamps