Skip to content

acamposserna/pyalgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyalgorithms

Some algorithms implemented in Python only for educational purposes.

These implementations may be less efficient than the implementations in the Python standard library.

Requirements

  • Python 3
  • Pycodestyle
    pip install pycodestyle

List of algorithms

  • Bubble sort
  • Counting sort
  • Insertion sort
  • Merge sort

Development

Run tests

python -m unittest discover

Run lint

pycodestyle pyalgorithms tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages