- Written in TypeScript with Deno
- ๐งน Simple, elegant and readable
- ๐ต๏ธโโ๏ธ Event-trackable
- โ Well tested
- ๐พ No micro optimization
- Doubly linked list (Wikipedia)
- Singly linked list (Wikipedia)
- Circular linked list (Wikipedia)
- Binary search tree (Wikipedia)
- Hash table (Wikipedia)
- Exchanging
- Bubble sort (Wikipedia)
- Comb sort (Wikipedia)
- Cocktail shaker sort (Wikipedia)
- Selection
- Selection sort (Wikipedia)
- Heap sort (Wikipedia)
- Insertion
- Insertion sort (Wikipedia)
- Shell sort (Wikipedia)
- Binary tree sort (Wikipedia)
- Library sort (Wikipedia)
- Other
- Merge sort (Wikipedia)
- Quick sort (Wikipedia)
- Run-length encoding (Wikipedia)
- Huffman coding (Wikipedia)
- Prediction by partial matching (Wikipedia)
- Euclidean algorithm (Wikipedia)
- Sieve of Eratosthenes (Wikipedia)
๐ โโ๏ธ DO NOT CONTRIBUTE TO THIS REPOSITORY. This repository is for my learning.