| File | Category | Notes |
|---|---|---|
| arrays-to-tree.js (test) | FP | Converting from arrays to a deeper tree |
| breadthfirst.js (test) | Tree | Breadth-first traversal |
| fibonacci.js (test) | DP | Fibonacci number |
| iterable.js (test) | Iterator | Make an iterable object |
| my-array.js (test) | Array | Implement Array.concatAll and zip |
| palindrome.js (test) | Algorithm | Check if a linked list is palindrome |
| tree-to-array.js (test) | FP | Converting from a deeper tree to an array |