2 مستودعات
Instructional guides on using standard collection types like lists and dictionaries for data organization.
Distinct from Complex Data Structure Stores: Distinct from Complex Data Structure Stores: focuses on teaching the use of these structures rather than providing a storage engine.
Explore 2 awesome GitHub repositories matching data & databases · Educational Data Structures. 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
Using flash cards and spaced repetition to commit data structure operations, properties, and complexity notes to long-term memory.
This project is an interactive programming curriculum and educational system designed to teach computer science and software engineering. It provides a structured set of courses and professional roadmaps focused on backend engineering, DevOps, and systems fundamentals. The platform is distinguished by an AI-powered coding tutor that provides Socratic guidance and contextual hints to help students find solutions independently. It features a browser-based code sandbox using WebAssembly to eliminate local environment setup, alongside automated test-based grading and spaced-repetition logic to re
Teaches the fundamental use of lists, dictionaries, and sets to organize and manipulate complex data.