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

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

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/