- Boyer-Moore Voting Algorithm
- Convert a binary tree to a DLL
- Egg dropping Puzzle
- Morris Traversal
- Manacher's Algorithm
- Awesome Graph problem
-
Cover all the edges exactly once without lifting up your pen.
For Euler cycle
- Graph must be connected
- All vertices have even degrees
- Graph must be connected
- Exactly 2 verices have odd degrees
- This is NP hard problem and travelling salesman problem is based on this but using held karp algorithm we can solve it in exponential time using dynamic programming.