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

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

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