-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
add102d
commit 80be75b
Showing
6 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
## Algorithms & Data Structures | ||
|
||
- [Asymptotic notation](https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/asymptotic-notation) | ||
- [Learn Data Structures and Algorithms](https://www.geeksforgeeks.org/learn-data-structures-and-algorithms-dsa-tutorial/?ref=shm) | ||
- Sedgewick & Wayne, Algorithms [1](https://www.coursera.org/learn/algorithms-part1) + [2](https://www.coursera.org/learn/algorithms-part2) | ||
- Kopec, Classic Computer Science Problems in Java | ||
- [Open Data Structures](http://opendatastructures.org/ods-java/) | ||
- [Data Structures & Algorithms I Used Working at Tech Companies](https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/) | ||
- [Visualizing Algorithms](https://bost.ocks.org/mike/algorithms/) | ||
- Online platforms to learn by means of [deliberate practice](https://en.wikipedia.org/wiki/Practice_(learning_method)#Deliberate_practice): | ||
- [LeetCode](https://leetcode.com/) | ||
- [HackerRank](https://www.hackerrank.com/) | ||
- [exercism](https://exercism.org/) | ||
- Data Structures: | ||
- [Bloom Filters](https://samwho.dev/bloom-filters/) | ||
- [HyperLogLog](https://djhworld.github.io/hyperloglog/) | ||
- Algorithms: | ||
- [Hashing](https://samwho.dev/hashing) | ||
- Patterns: | ||
- [Algorithmic Patterns](https://cs.lmu.edu/~ray/notes/algpatterns/) | ||
- [The Sliding Window Pattern](https://nan-archive.vercel.app/sliding-window) | ||
- [14 Patterns to Ace Any Coding Interview Question](https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed) | ||
- [Grokking Coding Interview Patterns in Go](https://www.educative.io/courses/grokking-coding-interview-patterns-go) | ||
- Online platforms to learn by means of [deliberate practice](https://en.wikipedia.org/wiki/Practice_(learning_method)#Deliberate_practice): | ||
- [LeetCode](https://leetcode.com/) | ||
- [HackerRank](https://www.hackerrank.com/) | ||
- [exercism](https://exercism.org/) | ||
- [The Algorithmic Beauty of Plants](http://algorithmicbotany.org/papers/abop/abop.pdf) | ||
- [Dynamic Programming is not Black Magic](https://qsantos.fr/2024/01/04/dynamic-programming-is-not-black-magic/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters