Algo-Resources
Data Structures & Algorithms Resource List Part 1
Guess the author of the following quotes:
Data Structures & Algorithms Resource List Part 1
Guess the author of the following quotes:
Talk is cheap. Show me the code.
Software is like sex: it’s better when it’s free.
Microsoft isn’t evil, they just make really crappy operating systems.
Here’s some more:
Algorithms:
Algorithms — Solved algorithms and data structures problems in many languages.
Algorithm Visualizer — Interactive online platform that visualizes algorithms from code.
Quadsort — Stable non-recursive merge sort named quadsort.
System design algorithms — Algorithms you should know before system design.
Wolfsort — Stable adaptive hybrid radix / merge sort.
Evolutionary Computation Bestiary — Bestiary of evolutionary, swarm and other metaphor-based algorithms.
Elements of Programming book — Decomposing programs into a system of algorithmic components. (Review) (HN) (Lobsters)
CPP/C — C/C++ algorithms/DS problems.
Elementary Algorithms — Introduces elementary algorithms and data structures. Includes side-by-side comparisons of purely functional realization and their imperative counterpart.
The Sound of Sorting — Visualization and “Audibilization” of Sorting Algorithms. (Web)
Open Data Structures — Provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations. (Code)
Anna — Low-latency, cloud-native KVS.
The Daily Coding newsletter — Master JavaScript and Data Structures.
Michael Scott — Nonblocking data structures lectures (2020) — Nonblocking concurrent data structures are an increasingly valuable tool for shared-memory parallel programming.
Morphisms of Computational Constructs — Visual catalogue + story of morphisms displayed across computational structures.
cdb — Fast, reliable, simple package for creating and reading constant databases.
Last updated