Implemetations of some algorithms, some algorithmic tasks and some data structures in JavaScript and Python.
- Insertion Sort (JS, Python)
- Merge Sort (JS, Python)
- Quick Sort (JS, Python)
- Binary Tree (JS)
- Singly Linked List (JS, Python)
- Paired Brackets String Validation Task (JS, Python)