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

3 repos

Awesome GitHub RepositoriesAlgorithmic Paradigms

Implementations of various computational strategies used to solve complex problems through specific logical approaches.

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

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

Awesome Algorithmic Paradigms 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

  • Brute Force AlgorithmsAlgorithms that solve problems by exhaustively checking all possible candidates.
  • Dynamic ProgrammingAlgorithmic techniques for solving complex problems by breaking them into overlapping sub-problems and storing intermediate results.
  • Greedy AlgorithmsImplementations of algorithms that make locally optimal choices at each step to reach a global optimum.
Probabilistic Algorithms
Algorithms that utilize randomness as part of their logic or decision-making process.