https://github.com/vevdokimovm/codesignal-solutions
Python solutions to CodeSignal Data Structures track — linked lists, stacks, queues, sorting and binary search
https://github.com/vevdokimovm/codesignal-solutions
algorithms data-structures linked-list python queue stack
Last synced: 1 day ago
JSON representation
Python solutions to CodeSignal Data Structures track — linked lists, stacks, queues, sorting and binary search
- Host: GitHub
- URL: https://github.com/vevdokimovm/codesignal-solutions
- Owner: vevdokimovm
- License: mit
- Created: 2025-03-05T16:58:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-20T20:29:05.000Z (2 months ago)
- Last Synced: 2026-04-20T22:14:51.917Z (2 months ago)
- Topics: algorithms, data-structures, linked-list, python, queue, stack
- Language: Python
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history stack.py
- License: LICENSE
Awesome Lists containing this project
README
# codesignal-solutions
Python solutions to data structures and algorithms tasks from [CodeSignal](https://codesignal.com/). Covers linked lists, stacks, queues, sorting algorithms, and binary search.
## Topics Covered
| Topic | Files |
|-------|-------|
| Linked Lists | `linked list.py`, `linked list 2-6.py` |
| Stacks | `stack 3-8.py`, `Editor stack.py`, `history stack.py`, `closing brackets stack 5.py` |
| Queues | `queue 1-6.py` |
| Sorting | `sorting.py`, `quick sort 1-5.py` |
| Search | `binary_search.py` |
## Certificate
Earned completion certificate for **Lists, Queues & Stacks** track — see `certificate lists queues.pdf`.
## Requirements
Python 3.6+ — no external dependencies.
## License
MIT