An open API service indexing awesome lists of open source software.

https://github.com/davidkhahn/algorithms-ds


https://github.com/davidkhahn/algorithms-ds

algorithms arrays bfs big-o data-structures dfs dynamic-programming graphs hash-tables linkedlists queues recursion sorting-algorithms stacks tries

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

#### LIST OF CURATED ALGORITHM QUESTIONS FOR REVIEW AND INTERVIEW PURPOSES:

- https://www.teamblind.com/article/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU

- https://www.thatjsdude.com/interview/

- https://medium.com/@alimirio/how-to-solve-problems-on-leetcode-to-prepare-for-technical-interviews-e74781b865d2 (advice on deep focus)

LIST OF ALGORITHMS AND DS TO UNDERSTAND:

* Hash tables
* Linked lists
* Breadth-first search, depth-first search
* Quicksort, merge sort
* Binary search
* 2D arrays
* Dynamic arrays
* Binary search trees
* Dynamic programming
* Big-O analysis