Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 256 Bytes

File metadata and controls

9 lines (6 loc) · 256 Bytes

A collection of algorithm exercises

Examples of common algorithm exercises that you could be asked in job interviews, in Python

How to use

  • Clone this repository
  • Install the dependencies: pipenv shell
  • Run different algorithms: python3 ...