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