You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just wondering if there were any plans on adding the rest of the tips to identify routines on the Top Techniques page anytime soon? I know it will be added at a future date, but I wanted to know if there was a timeline on for it since Binary Search is filled out and this is something that some people can struggle with while under pressure.
The text was updated successfully, but these errors were encountered:
Awesome! I could see it going either way. It could expand upon that page or be built into a new page called something like "Identifying Data Structures and Algorithm Patterns in Questions."
It could list data structures and algorithms and what some key indicators in problems to use them would be. e.g.:
Hash Maps: Useful for making lookup efficient. This is the most common data structure used in interviews and you are guaranteed to have to use it.
... Binary Search: If the input array is sorted and you need to do faster than O(n) searches Breadth-First Tree Search: If you need to traverse the tree by levels
Hello,
I was just wondering if there were any plans on adding the rest of the tips to identify routines on the Top Techniques page anytime soon? I know it will be added at a future date, but I wanted to know if there was a timeline on for it since Binary Search is filled out and this is something that some people can struggle with while under pressure.
The text was updated successfully, but these errors were encountered: