Here is the list of solved problems. Language images are clickable and lead to the solution file.
Basic algorithm implementations
Binary indexed tree (Fenwick tree)
Binary search
Greatest common divisor (GCD)
Single-linked list
Factorization
No. |
Solutions where implemented |
Lang |
Notes |
279 |
Perfect Squares |
 |
Simple factorization |
Other helpers
Helper |
Solution |
Lang |
Py implementation of ListNode’s __str__ and __repr__ |
25. Reverse Nodes in k-Group |
 |
Building TreeNode’s tree from array |
623. Add One Row to Tree |
 |
Dynamic array |
637. Average of Levels in Binary Tree |
 |
Swift queue using single-linked list |
695. Max Area of Island |
 |
Building TreeNode’s tree from array |
814. Binary Tree Pruning |
 |