AlgoDaily
I believe that practising algorithms every day is a long-term investment in my life.
Languages
- golang, python, js
Target topics
- Binary Search
- Binary Search Tree
- Tree(Binary Tree, N-aray Tree, Trie, Binary Indexed Tree, Segment Tree)
- Graph(Dijkstra, Floyd Warshall, Union Find, Kruskal, Prim's, Minimum Spanning Tree, Topological Ordering...etc)
- Stack
- Queue
- Array
- Sorting
- Hash Table
- Heap
- Linked list
- Bit Operation
- Dynamic programming(Kadan's, Binary Lifting)
- Backtracking(Permutations & Combinations & Subsets...etc)
- Math
- and more...
Questions from
- Leetcode
- Codility
- AlgoExpert
- Google Code Jam
- Google Kick Start
- Project Euler
- Glassdoor
- Interviews
- ...
My other related repos
Started since September 1st 2018
| Day | Question | Type | From | remarks |
|---|---|---|---|---|
| 701 | Unique Binary Search Trees II | recursion | leetcode 95 | |
| 702 | Water Bottles | math | leetcode 1518 |