Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/huangsam/python-algorithms
- Owner: huangsam
- Created: 2017-05-22T14:00:32.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T05:42:16.000Z (5 months ago)
- Last Synced: 2024-06-24T06:08:03.891Z (5 months ago)
- Topics: algorithms, education, interview, pytest, python, solutions
- Language: Python
- Homepage:
- Size: 456 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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