Skip to content

diegognt/algorithms-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Algorithms katas

Collection of katas to practice algorithms.

The katas uses unit testing to explore multiple scenarios that can be applied to a algorithms exercise.

Python implementations

Several katas may have a Python implementation

Before you start

Makes sure you have installed Pyenv.

Use right Python version

To use the right python version run,

pyenv local

Testing the katas

To run unit testing on a kata run,

python <kata-name>/main.py

About

Collection of Katas about Algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages