Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Request: Tips To Identify Routines Based on Problem #284

Open
thislookshard opened this issue Jun 26, 2022 · 2 comments
Open

Content Request: Tips To Identify Routines Based on Problem #284

thislookshard opened this issue Jun 26, 2022 · 2 comments

Comments

@thislookshard
Copy link

thislookshard commented Jun 26, 2022

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.

@yangshun
Copy link
Owner

yangshun commented Jun 26, 2022

That's a great idea! Would you foresee it being added to any existing page or a new page?

@thislookshard
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants