Skip to content

Latest commit

 

History

History
63 lines (55 loc) · 2.76 KB

File metadata and controls

63 lines (55 loc) · 2.76 KB
Gitpod Ready-to-Code Contributions Welcome Discord chat Gitter chat
GitHub Workflow Status pre-commit code style: black

✨ All algorithms implemented in Python - for education 📚✨

Note
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.

Getting Started



🛠 Usage Example

Want to get started quickly? Follow these steps!

1. Clone the repository



### 2. Run tests If tests are available, you can run them using:

Be sure to adjust the command if your test framework or folder structure is different.

3. Use an algorithm in Python

Here’s how you might use the median finder:




---

Enjoy learning and contributing to open source algorithms!