Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huangsam/python-algorithms

Collection of algorithms and data structures.
https://github.com/huangsam/python-algorithms

algorithms education interview pytest python solutions

Last synced: about 7 hours ago
JSON representation

Collection of algorithms and data structures.

Awesome Lists containing this project

README

        

# python-algorithms

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/huangsam/python-algorithms/ci.yml)](https://github.com/huangsam/python-algorithms/actions)

Collection of algorithms and data structures.

The goal of this repository is to help both students and professionals
brush up on their Computer Science fundamentals. All modules are written
in Python and the tests are evaluated by `pytest`.

**NOTE:** Please use the latest version of Python 3.x to ensure the code works
as expected.

## Categories

The following categories are covered:

- Arrays
- Backtracking
- Dynamic programming
- Graphs
- Linked Lists
- Mathematics
- Queues
- Sorting
- Stacks
- Strings
- Trees