https://github.com/felipesalvadordev/data-structures-algorithms
Implementation of most useful data structures and algorithms, focusing in distributed systems problem solvers and performance with large data
https://github.com/felipesalvadordev/data-structures-algorithms
algorithms algorithms-and-data-structures data-structures dotnet
Last synced: 9 months ago
JSON representation
Implementation of most useful data structures and algorithms, focusing in distributed systems problem solvers and performance with large data
- Host: GitHub
- URL: https://github.com/felipesalvadordev/data-structures-algorithms
- Owner: felipesalvadordev
- Created: 2021-11-05T02:23:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T11:24:53.000Z (9 months ago)
- Last Synced: 2025-03-06T12:27:44.140Z (9 months ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, dotnet
- Language: C#
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementation of most useful data structures/algorithms patterns, focusing in distributed systems problem solvers and performance with large data
## References
https://blog.algomaster.io/p/how-i-mastered-data-structures-and-algorithms
https://seanprashad.com/leetcode-patterns
https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed
https://github.com/egonSchiele/grokking_algorithms
https://blog.ktfa-software.com/p/2023-05-bloom-filter-csharp/
https://www.baeldung.com/java-simulated-annealing-for-traveling-salesman
https://www.danielleskosky.com/largest-rectangle-in-histogram/