Skip to content

A place to play with algorithms and various coding challenges. May contain various languages (depends on the mood)

License

Notifications You must be signed in to change notification settings

sramzan/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

A place to play with algorithms, various coding challenges, and document stuff along the way. May contain various languages, but mainly Python for now

Python

  • It's highly recommended to use a virtual env, but feel free to use whatever Python3 setup fits your fancy

Install Dependencies

  # Do this before trying to run code or launch docs
  # Run at root of project
  pip install -r requirements.txt

Running the Language Docs locally

  cd python/docs
  mkdocs serve
  # Docs will launch at http://127.0.0.1:8000

About

A place to play with algorithms and various coding challenges. May contain various languages (depends on the mood)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages