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
- Host: GitHub
- URL: https://github.com/davidkhahn/algorithms-ds
- Owner: DavidKHahn
- Created: 2019-10-26T06:27:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T00:24:21.000Z (over 5 years ago)
- Last Synced: 2025-02-28T13:55:34.221Z (8 months ago)
- Topics: algorithms, arrays, bfs, big-o, data-structures, dfs, dynamic-programming, graphs, hash-tables, linkedlists, queues, recursion, sorting-algorithms, stacks, tries
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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