Skip to content
Home » Software Engineering » Solve All Algorithm Problems

Solve All Algorithm Problems

Is there a way to solve all algorithm problems? No, but we can learn more coding techniques to make it easy. Like two pointers, hashtable/dictionary are all very common techniques for solving algorithm coding interview questions. For example Two Sum question can be solved in O(n) by using a hashmap.

More at XAlgorithm