DSA Cheatsheet
This table provides common problem solving techniques specific to a particular data structure.
Data structureTechnique
Array, StringHash table, Two pointers
Binary TreeDFS (recursion): O (n), BFS (level order traversal): O(n)
Binary Search T...
pradkum.hashnode.dev1 min read