C++ & Java implementations of 6 algorithm problems — tromino tiling, knight's tour, Tower of Hanoi (4-peg), knight swap, target shooting, and lattice coverage — using Divide & Conquer, Greedy, BFS, ...
Software engineer: previously at Amazon and now at eBay. Certified Professional Cloud Architect. This is the article I wish I had read when I started coding. I will dive deep into 20 problem-solving ...
Note: Some of the code here is old and was written when I was learning C++. It might be possible that code is not safe or making wrong assumptions. Please use with caution. Pull requests are always ...