awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesAlgorithm Complexity Guides

Explanations of Big O notation and methods for analyzing the time and space efficiency of computational processes.

Explore 4 awesome GitHub repositories matching education & learning resources · Algorithm Complexity Guides. Refine with filters or upvote what's useful.

Awesome Algorithm Complexity Guides GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • leonardomso/33-js-conceptsAvatar leonardomso

    leonardomso/33-js-concepts

    66,467Vezi pe GitHub↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features

    Breaks down Big O notation to help developers analyze how time and space requirements scale with input size.

    JavaScriptangularconceptses6
    Vezi pe GitHub↗66,467
  • teivah/algodeckAvatar teivah

    teivah/algodeck

    5,819Vezi pe GitHub↗

    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

    Provides flash cards explaining Big O notation and algorithm complexity analysis.

    HTML
    Vezi pe GitHub↗5,819
  • bootdotdev/curriculumAvatar bootdotdev

    bootdotdev/curriculum

    3,415Vezi pe GitHub↗

    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 Big O notation and methods for analyzing the time and space efficiency of code.

    algorithmscomputer-sciencecurriculum
    Vezi pe GitHub↗3,415
  • jmportilla/python-for-algorithms--data-structures--and-interviewsAvatar jmportilla

    jmportilla/Python-for-Algorithms--Data-Structures--and-Interviews

    2,596Vezi pe GitHub↗

    Acest repository este un curriculum educațional conceput pentru a preda fundamentele informaticii și programarea Python printr-o cale de învățare structurată. Servește drept resursă cuprinzătoare pentru stăpânirea structurilor de date și algoritmilor de bază, oferind materialele necesare pentru a construi competențe în dezvoltarea software și rezolvarea problemelor tehnice. Proiectul se distinge prin concentrarea pe intersecția dintre cunoștințele teoretice și aplicarea practică. Pune accent pe analiza complexității algoritmice, solicitând cursanților să evalueze eficiența timpului și spațiului codului lor pe măsură ce dimensiunile input-ului cresc. Prin utilizarea unei abordări sistematice a rezolvării iterative a problemelor și a validării logicii test-driven, curriculum-ul ajută utilizatorii să dezvolte abilitățile necesare pentru a naviga în scenariile de interviu tehnic. Conținutul acoperă o gamă largă de subiecte fundamentale, inclusiv implementarea structurilor de date esențiale și studiul algoritmilor standard. Aceste materiale sunt organizate într-un format ierarhic pentru a ghida utilizatorii prin niveluri progresive de competență tehnică. Repository-ul este compus dintr-o colecție de Jupyter Notebooks care oferă atât lecții instrucționale, cât și exerciții de codare.

    Provides explanations of Big O notation and methods for analyzing the time and space efficiency of computational processes.

    Jupyter Notebook
    Vezi pe GitHub↗2,596
  1. Home
  2. Education & Learning Resources
  3. Educational Resources
  4. Algorithms, Theory & Academics
  5. Algorithm and Data Structure Guides
  6. Algorithm Complexity Guides