Skip to content

NisargDesai99/AlgoExpert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoExpert Solutions

Solutions to data strutures and algorithms questions on AlgoExpert

To Run:

  1. Clone/Download this repository
  2. Clone/Download helper repository: python_utils
    • Has IO utils and data structures used in the solutions
  3. Once python_utils is on your machine:
    1. Open the directory in Terminal
    2. Run python setup.py bdist_wheel --universal
    3. Once done a file with the following name will be generated: python_utils-1.0.1-py2.py3-none-any.whl
    4. Copy that file to the root of the AlgoExpert repo
    5. Run pip install python_utils-1.0.1-py2.py3-none-any.whl
  4. Add ALGO_EXPERT_PROJECT_PATH as an environment variable and set it to <path to repo/AlgoExpert
  5. Run test_solutions.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published