Skip to content

Latest commit

Β 

History

History
62 lines (49 loc) Β· 3.03 KB

File metadata and controls

62 lines (49 loc) Β· 3.03 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 πŸ“š

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

πŸ“‹ Read through our Contribution Guidelines before you contribute.

🌐 Community Channels

We are on Discord and Gitter! Community channels are a great way for you to ask questions and get help. Please join us!

πŸ“œ List of Algorithms

See our directory for easier navigation and a better overview of the project.

πŸͺ„ First-Time Contributor Guide

Welcome! πŸŽ‰
If you're contributing for the first time, follow these easy steps:

  1. Fork this repository β€” click the "Fork" button at the top right.
  2. Clone your fork locally:
    git clone https://github.com/YOUR-USERNAME/Python.git