Cracking the Algorithm Interview

Algorithm interview has become an essential part of pursuing a technical career in the IT world. Lots of beginners or even experienced engineers are struggling with it. In my opinion, they are doing it in the wrong way. I write this series to help peop…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by qiutongs

Algorithm interview has become an essential part of pursuing a technical career in the IT world. Lots of beginners or even experienced engineers are struggling with it. In my opinion, they are doing it in the wrong way. I write this series to help people find the right learning path.

People solve algorithm problems in various styles. On one end, people rely on their instinct while on the other end, people reference classic algorithm textbooks. Both are wrong. The questions in the algorithm interview have certain patterns or implicit scopes. They are neither brain teasers nor rocket science.

At a high level, I categorize the required knowledge base in the following way.

  1. Data structures: array, linked list, stack/queue, hash table, heap, tree, graph

  2. Techniques: math, recursion, sort, search, divide & conquer, dynamic programming.

That is it! In this series, I will dive deep into each area. (Please click the link of each topic)

How to practice?

Leetcode is the most popular online coding platform with 1000+ algorithm problems and the number only increases. But remember, not all problems are good problems! In this series, I will talk about the classic ones with which you will be able to solve a number of similar problems or same-pattern problems. That is the whole point.


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by qiutongs


Print Share Comment Cite Upload Translate Updates
APA

qiutongs | Sciencx (2022-12-11T02:46:13+00:00) Cracking the Algorithm Interview. Retrieved from https://www.scien.cx/2022/12/11/cracking-the-algorithm-interview/

MLA
" » Cracking the Algorithm Interview." qiutongs | Sciencx - Sunday December 11, 2022, https://www.scien.cx/2022/12/11/cracking-the-algorithm-interview/
HARVARD
qiutongs | Sciencx Sunday December 11, 2022 » Cracking the Algorithm Interview., viewed ,<https://www.scien.cx/2022/12/11/cracking-the-algorithm-interview/>
VANCOUVER
qiutongs | Sciencx - » Cracking the Algorithm Interview. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/12/11/cracking-the-algorithm-interview/
CHICAGO
" » Cracking the Algorithm Interview." qiutongs | Sciencx - Accessed . https://www.scien.cx/2022/12/11/cracking-the-algorithm-interview/
IEEE
" » Cracking the Algorithm Interview." qiutongs | Sciencx [Online]. Available: https://www.scien.cx/2022/12/11/cracking-the-algorithm-interview/. [Accessed: ]
rf:citation
» Cracking the Algorithm Interview | qiutongs | Sciencx | https://www.scien.cx/2022/12/11/cracking-the-algorithm-interview/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.