awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Algorithmic Foundations · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesAlgorithmic Foundations

Educational resources focused on the theoretical analysis, complexity, and fundamental paradigms of computational algorithms.

Explore 3 awesome GitHub repositories matching education & learning resources · Algorithmic Foundations. Refine with filters or upvote what's useful.

  1. Home
  2. Education & Learning Resources
  3. Learning Resources
  4. Educational Content & Resources
  5. Algorithmic Foundations

Awesome Algorithmic Foundations GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • jwasham/coding-interview-university

    jwasham/coding-interview-university

    337,188GitHubView on GitHub↗

    This project is a comprehensive educational roadmap designed to guide software engineers through the mastery of computer science fundamentals and technical interview preparation. It provides a structured, dependency-aware learning path that organizes complex computing concepts into a hierarchical curriculum, enabling u

    algorithmalgorithmscoding-interview
  • TheAlgorithms/Python

    TheAlgorithms/Python

    217,914GitHubView on GitHub↗

    This project is a comprehensive repository of verified computational implementations designed to serve as an educational resource for computer science and algorithmic problem solving. It provides a structured collection of code examples that cover fundamental data structures, mathematical operations, and core programmi

    Pythonalgorithmalgorithm-competitionsalgorithms-implemented
  • trekhleb/javascript-algorithms

    trekhleb/javascript-algorithms

    195,648GitHubView on GitHub↗

    This project is a comprehensive educational repository that provides functional implementations of fundamental computer science algorithms and data structures. It serves as a structured reference for developers to study computational logic, problem-solving strategies, and the mathematical principles that underpin softw

    JavaScriptalgorithmalgorithmscomputer-science

Explore sub-tags

  • Algorithmic Complexity AnalysesResources that standardize the evaluation of algorithmic efficiency using mathematical notation.
  • Algorithmic ConceptsExplanations of specific algorithmic concepts, such as probability-based selection methods.
  • Algorithmic Paradigms3 sub-tagsImplementations of various computational strategies used to solve complex problems through specific logical approaches.
Algorithmic Taxonomies
Logical namespaces that organize algorithmic implementations to map them to abstract mathematical concepts.
  • Divide And Conquer AlgorithmsAlgorithms that decompose complex computational problems into smaller, manageable sub-problems to reach a solution.