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