4 dépôts
Collections of learning materials focused on algorithmic problem-solving.
Distinguishing note: Minting under Education & Learning Resources for algorithm-specific collections.
Explore 4 awesome GitHub repositories matching education & learning resources · Algorithm Repositories. Refine with filters or upvote what's useful.
This project is an educational resource and reference library designed to teach fundamental data structures and algorithmic problem-solving. It provides a structured pedagogical framework that organizes complex technical concepts into a logical progression, helping learners understand how data is organized, stored, and processed to solve computational problems efficiently. The repository distinguishes itself through a multi-language codebase that maintains parallel, consistent implementations of core algorithms and data structures across various programming languages. It bridges the gap betwe
Provides a comprehensive collection of structured learning materials and code examples.
Codelf is a code naming search engine and public repository index designed to help developers find real-world variable and function naming conventions across open source projects. It functions as a searchable index of codebases to identify the most common and accepted terms for specific features. The tool includes a repository tagging system for organizing starred projects with custom labels to improve the management of saved reference materials. It also provides a curated algorithm reference library containing coding patterns and implementation examples for studying standard programming styl
Provides a curated collection of algorithmic patterns and implementation examples for study.
This project is an algorithm courseware repository and academic resource portal. It serves as a digital archive for algorithm textbooks, providing access to complete manuscripts, individual chapters, and educational materials focused on computer science fundamentals and algorithm design. The repository includes a dedicated errata tracking system to record publication errors and corrections. This system allows for the monitoring of updates made to the academic texts since their official release to ensure the accuracy of the information. The platform distributes a variety of supplemental cours
Maintains a collection of learning materials specifically focused on algorithmic problem-solving.
Ce projet sert de ressource pédagogique collaborative pour l'apprentissage de la théorie informatique et de ses applications pratiques. Il fonctionne comme une plateforme pour comprendre les mécanismes derrière les structures de données et les algorithmes standards, en faisant le pont entre la logique mathématique abstraite et le code source concret. Le dépôt se distingue par une approche multi-langage, reliant les concepts algorithmiques à leurs implémentations dans une grande variété de langages de programmation. Grâce à une modélisation agnostique et une documentation croisée, il permet aux utilisateurs d'étudier comment une même logique computationnelle s'exprime à travers différentes syntaxes et styles. Le contenu couvre un large éventail de fondamentaux en informatique, soutenant les études académiques et la préparation aux entretiens techniques grâce à des supports structurés et communautaires. Le dépôt est organisé en une structure hiérarchique de fichiers Markdown statiques, facilitant les contributions et traductions globales pour garantir l'accessibilité à une audience de développeurs diversifiée.
Provides detailed conceptual breakdowns and explanations of common computational algorithms and data structures.