Skip to content

pycodermini/allalgorithms-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation





The All ▲lgorithms Python library



python.allalgorithms.com

Why?

  • Why not 😂
  • Clean and focused
  • Actively maintained
  • Because All Algorithms should easy to use in Python

Read the detailed documentation at python.allalgorithms.com or see the docs directory on Github. See Tree.

Install

pip install allalgorithms

Usage Example

from allalgorithms.searches import binary_search

arr = [-2, 1, 2, 7, 10, 77]

print(binary_search(arr, 7))
# -> 3

print(binary_search(arr, 3))
# -> None

Tree

Related

Maintainers

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

About

The All ▲lgorithms Python Library.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%