Implementation of most useful data structures/algorithms patterns, focusing in distributed systems problem solvers and performance with large data
https://seanprashad.com/leetcode-patterns
https://blog.algomaster.io/p/15-leetcode-patterns
https://hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed
https://github.com/egonSchiele/grokking_algorithms
https://elemarjr.com/clube-de-estudos/grupos/algoritmos-e-estruturas-de-dados/
https://www.dotnetforall.com/depth-first-search-algorithm-dfs-csharp
https://www.koderdojo.com/blog/breadth-first-search-and-shortest-path-in-csharp-and-net-core
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/
https://www.geeksforgeeks.org/tree-traversals-inorder-preorder-and-postorder
https://www.geeksforgeeks.org/level-order-tree-traversal
https://www.geeksforgeeks.org/detect-loop-in-a-linked-list
https://www.geeksforgeeks.org/longest-common-substring-dp-29/
https://www.geeksforgeeks.org/priority-queue-using-binary-heap/
https://www.geeksforgeeks.org/introduction-and-array-implementation-of-circular-queue/
https://www.geeksforgeeks.org/introduction-to-trie-data-structure-and-algorithm-tutorials/
https://www.geeksforgeeks.org/merging-intervals/