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: 6 months 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 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:30:41.000Z (8 months ago)
- Last Synced: 2025-03-25T20:33:03.823Z (7 months ago)
- Topics: algorithms, education, interview, pytest, python, solutions
- Language: Python
- Homepage:
- Size: 529 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-algorithms
[](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