1 रिपॉजिटरी
Supplementary tools and materials designed to assist in the retention and review of technical knowledge.
Distinct from Data Structures: Distinct from general Data Structures collections: focuses on memorization aids like flash cards rather than implementation libraries or reference documentation.
Explore 1 awesome GitHub repository matching part of an awesome list · Study Aids. Refine with filters or upvote what's useful.
Algodeck is an open-source collection of flash cards designed for reviewing algorithms, data structures, and system design concepts, specifically curated for technical interview preparation. The project organizes knowledge into atomic question-and-answer pairs and incorporates spaced repetition scheduling to optimize long-term memory retention. The flash card catalog covers a broad range of computer science topics, including classic sorting algorithms like quicksort and mergesort, data structure operations for arrays, trees, heaps, tries, and graphs, as well as bit manipulation techniques for
A set of flash cards covering arrays, trees, heaps, tries, and graphs with time and space complexity notes.