Read "An Algorithm For Passing Interviews"

Read "An Algorithm For Passing Interviews"

Link: https://malisper.me/an-algorithm-for-passing-programming-interviews/.

task id: read-algorithm-interviews

2024-08-16 13:30: Read: An Algorithm For Passing Interviews. #read-algorithm-interviews #timelog:00:13:29

Summary: The "Algorithm": there are usually 8 different kinds of things you can use to solve a given technical problem: Hash Tables, Linked Lists, Binary Trees, Depth First Search, Sorting, Dynamic Programming, Recursion. By asking about the runtime and seeing what the problem is asking for, things can usually be reduced to about 2-3 options.