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

3 repos

Awesome GitHub RepositoriesAlgorithmic Problems

Common computational challenges involving array processing, string parsing, queue simulation, and logical puzzle solving.

Explore 3 awesome GitHub repositories matching scientific & mathematical computing · Algorithmic Problems. Refine with filters or upvote what's useful.

  1. Home
  2. Scientific & Mathematical Computing
  3. Numerical and Mathematical Foundations
  4. Algorithms and Complexity
  5. Algorithms
  6. Algorithmic Problems

Awesome Algorithmic Problems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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
  • labuladong/fucking-algorithm

    labuladong/fucking-algorithm

    132,696GitHubView on GitHub↗

    This project is a comprehensive educational platform designed to facilitate the mastery of computer science algorithms and data structures. It provides a structured learning curriculum, a library of practice problems, and an integrated toolkit that supports both academic study and competitive programming preparation. B

    Markdownalgorithmscomputer-sciencedata-structures

Explore sub-tags

  • Array Manipulation ProblemsExercises focused on searching, sorting, and transforming array-based data structures.
  • Combinatorial Optimization ProblemsImplementations for solving discrete optimization tasks such as knapsack or subset sum problems.
  • General Algorithmic PuzzlesImplementations of logic puzzles and miscellaneous computational tasks.
Queue Simulation Problems
Exercises involving the simulation of queue-based processes and timing constraints.
  • String Manipulation ChallengesProblems involving the processing, validation, or transformation of character sequences.
  • String Parsing AlgorithmsAlgorithms focused on validating, transforming, or analyzing string structures.