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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 Repos

Awesome GitHub RepositoriesAlgorithm Libraries

Collections of optimized implementations for fundamental computational methods and data structures.

Distinct from C: Distinct from general C language resources: focuses specifically on high-performance algorithmic implementations for competitive programming.

Explore 19 awesome GitHub repositories matching programming languages & runtimes · Algorithm Libraries. Refine with filters or upvote what's useful.

Awesome Algorithm Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 0voice/interview_internal_referenceAvatar von 0voice

    0voice/interview_internal_reference

    37,235Auf GitHub ansehen↗

    This project is a comprehensive technical interview question bank and reference library designed for software engineering roles at major technology companies. It serves as a study guide and knowledge base covering the core principles of high-performance systems programming and computer science theory. The collection focuses on deep technical domains, including C++ language mastery, distributed systems design, and database engineering. It provides detailed material on consensus protocols, cluster coordination, and the architectural differences between SQL and NoSQL implementations. The resour

    Offers detailed study material on implementing high-performance systems using C++ templates, polymorphism, and RAII.

    Pythoncpuhigh-performanceinterview
    Auf GitHub ansehen↗37,235
  • thealgorithms/c-plus-plusAvatar von TheAlgorithms

    TheAlgorithms/C-Plus-Plus

    34,361Auf GitHub ansehen↗

    This project is an educational repository and collection of algorithms implemented in C++. It provides a structured set of code examples covering mathematics, computer science, and physics for reference and learning. The collection includes implementations of data structures for managing hierarchical and linear data, such as binary search trees and AVL trees. It also features simulations of computer science concepts, including CPU scheduling and the resolution of combinatorial puzzles. The repository further covers cryptographic examples through the implementation of classic encryption and e

    Provides a comprehensive collection of fundamental computer science and math algorithms implemented in C++.

    C++algorithmalgorithm-competitionsalgorithms-implemented
    Auf GitHub ansehen↗34,361
  • oi-wiki/oi-wikiAvatar von OI-wiki

    OI-wiki/OI-wiki

    26,176Auf GitHub ansehen↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Ships a library of optimized implementations for fundamental algorithms and data structures used in competitive programming.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    Auf GitHub ansehen↗26,176
  • thealgorithms/cAvatar von TheAlgorithms

    TheAlgorithms/C

    22,153Auf GitHub ansehen↗

    This project is a comprehensive library of fundamental computer science algorithms and data structures implemented in C. It provides a collection of modular, portable code blocks designed for educational purposes and integration into production software, focusing on procedural execution and direct hardware interaction. The library distinguishes itself through a focus on low-level systems programming, offering memory-efficient implementations of stacks, queues, linked lists, and trees. It includes specialized suites for cryptographic data protection, audio signal processing, and network commun

    Offers a comprehensive library of fundamental computer science algorithms implemented in C for educational and production use.

    Calgorithm-challengesalgorithm-competitionsalgorithms
    Auf GitHub ansehen↗22,153
  • opengenus/cosmosAvatar von OpenGenus

    OpenGenus/cosmos

    13,718Auf GitHub ansehen↗

    Cosmos is a comprehensive collection of fundamental computational algorithms and data structures implemented in C++. It serves as an educational resource and reference library, providing structured source code examples for core computer science concepts including sorting, searching, graph theory, and dynamic programming. The project is designed for modularity and ease of integration, utilizing a header-only distribution model that allows developers to incorporate specific algorithms without complex build dependencies. By employing template-based generic programming and namespace-scoped organi

    Provides optimized, well-documented algorithmic building blocks implemented in C++.

    C++algorithmdatastructureshacktoberfest
    Auf GitHub ansehen↗13,718
  • jedisct1/libsodiumAvatar von jedisct1

    jedisct1/libsodium

    13,467Auf GitHub ansehen↗

    Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

    Implements core cryptographic algorithms in portable C for high performance across diverse hardware architectures.

    Cccryptocryptography
    Auf GitHub ansehen↗13,467
  • rui314/chibiccAvatar von rui314

    rui314/chibicc

    11,694Auf GitHub ansehen↗

    Chibicc is a C11 compiler designed as a reference implementation for studying compiler construction. It translates C source code into machine-specific assembly instructions by utilizing a pipeline that includes lexical analysis, recursive descent parsing, and single-pass code generation. The project serves as an educational tool for understanding the internal architecture of compilers, from initial tokenization to the final emission of machine code. The compiler distinguishes itself through its self-hosting capability, which allows the software to compile its own source code into a functional

    Implements a minimal C11 compiler that supports self-hosting and language feature validation.

    C
    Auf GitHub ansehen↗11,694
  • android/ndk-samplesAvatar von android

    android/ndk-samples

    10,513Auf GitHub ansehen↗

    The Android NDK samples provide a comprehensive collection of code examples demonstrating how to integrate C and C++ native code into Android applications. This repository serves as a practical guide for developers utilizing the Android Native Development Kit to implement performance-critical application components that require direct hardware access and low-level system interaction. The project highlights the use of the Java Native Interface to bridge managed code with native modules, enabling cross-language function calls and efficient data exchange. It demonstrates how to manage native act

    Chooses specific C++ standard library implementations to link against for control over binary size and dependencies.

    C++
    Auf GitHub ansehen↗10,513
  • mamba-org/mambaAvatar von mamba-org

    mamba-org/mamba

    7,915Auf GitHub ansehen↗

    Mamba is a package manager for scientific and data science workflows that implements a high-performance dependency solver in C++. It uses a SAT-based resolution model and a specialized library for metadata processing to calculate compatible package versions across different operating systems. The project provides a standalone executable runtime, allowing the creation of isolated package environments without requiring a pre-existing system installation. It ensures reproducible environment setup by utilizing lock files to pin exact package versions and channels. The system supports containeriz

    Utilizes a C++ core implementation to move computationally heavy dependency solving for significant performance gains.

    C++condacpppackage-manager
    Auf GitHub ansehen↗7,915
  • liuliu/ccvAvatar von liuliu

    liuliu/ccv

    7,223Auf GitHub ansehen↗

    ccv is a computer vision library written in C designed for high-performance visual analysis. It serves as a framework for image classification, object detection, and the identification of faces, pedestrians, and vehicles. The library distinguishes itself through hardware-accelerated vision and deep learning inference optimizations. It utilizes a quantized tensor processor to transform floating-point data into eight-bit integers and implements integer-quantized attention mechanisms to reduce memory bandwidth and increase data throughput. The project covers a broad range of capabilities, inclu

    Provides a high-performance core implementation written in C for minimal runtime overhead during visual analysis.

    C++
    Auf GitHub ansehen↗7,223
  • aalhour/c-sharp-algorithmsAvatar von aalhour

    aalhour/c-sharp-algorithms

    6,159Auf GitHub ansehen↗

    Dieses Projekt ist eine C#-Algorithmenbibliothek und eine Sammlung von Datenstrukturen. Sie dient als Informatik-Referenz und bietet praktische Implementierungen klassischer Sortier-, Such- und Graphentraversierungsmuster. Die Bibliothek enthält ein dediziertes Toolkit für String-Verarbeitung zur Analyse von Textähnlichkeit, Berechnung von Edit-Distanzen und Verwaltung Präfix-basierter Suchen. Zudem bietet sie eine Graphentheorie-Implementierung zur Modellierung von Netzwerkbeziehungen und zur Berechnung kürzester Pfade. Die Codebasis deckt ein breites Spektrum an Funktionen ab, einschließlich der Verwaltung linearer und hierarchischer Sammlungen, Baumdatenmanipulation und -visualisierung sowie der Berechnung mathematischer Zahlenfolgen.

    Serves as a complete library of standard data structures and computational algorithms implemented in C#.

    C#
    Auf GitHub ansehen↗6,159
  • mandliya/algorithms_and_data_structuresAvatar von mandliya

    mandliya/algorithms_and_data_structures

    6,145Auf GitHub ansehen↗

    Dieses Projekt ist eine umfassende Sammlung von C++-Bibliotheken und Toolkits, die Referenzimplementierungen für Datenstrukturen, Graphenalgorithmen und bitweise Logik bereitstellen. Es dient als C++-Algorithmen-Referenz mit über 180 gelösten Programmieraufgaben und einem spezialisierten Toolkit für Competitive Programming. Das Repository zeichnet sich durch umfangreiche Low-Level-Bibliotheken zur Bit-Manipulation für Paritätsprüfungen, Endianness-Erkennung und XOR-basierte Logik aus. Es bietet zudem eine breite Palette an Referenzlösungen für komplexe algorithmische Herausforderungen in den Bereichen Backtracking, Graphentheorie und dynamische Programmierung. Die Funktionalität umfasst grundlegende lineare und hierarchische Datenstrukturen, einschließlich verketteter Listen, Stacks, Queues und binärer Suchbäume. Es enthält eine vollständige Suite von Graphenalgorithmen für Pfadsuche und Spannbäume, verschiedene Sortier- und Suchmethoden, Matrix-Transformationen sowie Dienstprogramme zur String-Verarbeitung. Darüber hinaus deckt es mathematische Berechnungsfunktionen, verlustfreie Datenkompression und grundlegende kryptografische Chiffren ab.

    Serves as a high-performance algorithmic reference with over 180 solved coding problems implemented in C++.

    C++algorithmbit-manipulationc
    Auf GitHub ansehen↗6,145
  • forthespada/interviewguideAvatar von forthespada

    forthespada/InterviewGuide

    5,816Auf GitHub ansehen↗

    InterviewGuide is a comprehensive technical interview preparation platform that covers the full spectrum of software engineering recruitment, from foundational computer science concepts through to offer negotiation. It provides structured learning paths across algorithms, operating systems, databases, networking, and programming languages, with a particular emphasis on C++ and Go. The platform aggregates real interview experiences and company-specific questions from major tech employers, offering candidates a searchable database of past written exam problems and detailed accounts of actual int

    Provides a detailed explanation of C++ new/delete operator internals for interview preparation.

    codecppdata-structures-and-algorithms
    Auf GitHub ansehen↗5,816
  • gibsjose/cpp-cheat-sheetAvatar von gibsjose

    gibsjose/cpp-cheat-sheet

    5,284Auf GitHub ansehen↗

    This project is a collection of condensed technical references and study guides for the C++ language. It serves as a language cheat sheet and programming reference covering core syntax, standards, and data organization patterns. The resource provides specialized guides for algorithm study, data structure reference, and technical interview preparation. It includes materials for reviewing computational complexity and efficient data structure usage for competitive programming. The content covers broad capability areas including object-oriented programming, memory management, and generic program

    Implements fundamental sorting, searching, and graph algorithms using modern C++ standards.

    C++
    Auf GitHub ansehen↗5,284
  • waruqi/tboxAvatar von waruqi

    waruqi/tbox

    5,111Auf GitHub ansehen↗

    tbox is a multi-platform C standard library and toolkit designed for portable software development. It provides a core foundation for low-level system programming through a collection of system primitives, data structures, and memory management tools. The project includes a coroutine framework for cooperative multitasking and asynchronous logic, a data structure library featuring generic containers with a consistent iterator interface, and a memory management toolkit for pool allocation and debugging of heap overflows and leaks. It also provides a network and serialization toolset for handlin

    Provides a library of generic C containers, including hash tables and vectors, with a consistent iterator interface.

    C
    Auf GitHub ansehen↗5,111
  • jonkrohn/ml-foundationsAvatar von jonkrohn

    jonkrohn/ML-foundations

    4,772Auf GitHub ansehen↗

    ML-foundations is a machine learning educational curriculum and computer science study guide. It provides a structured learning path focused on the mathematical foundations and computational prerequisites required for studying machine learning. The project serves as a Python mathematics course, delivering interactive notebooks and coding exercises to teach linear algebra, calculus, and statistics. It translates abstract mathematical formulas into concrete algorithmic code to help learners understand the principles underpinning machine learning algorithms. The curriculum covers data science p

    Translates abstract mathematical formulas into concrete algorithmic Python code for verification.

    Jupyter Notebookcalculuscomputer-sciencedata-science
    Auf GitHub ansehen↗4,772
  • memgraph/memgraphAvatar von memgraph

    memgraph/memgraph

    4,163Auf GitHub ansehen↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    Executes complex graph analytics and centrality measures using compiled native C++ code for maximum efficiency.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  • huaxz1986/cplusplus-_implementation_of_introduction_to_algorithmsAvatar von huaxz1986

    huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms

    4,059Auf GitHub ansehen↗

    Dieses Projekt ist eine C++-Algorithmen-Bibliothek und eine pädagogische Codebasis, die theoretischen Pseudocode aus Lehrbüchern in verifizierten, ausführbaren Quellcode übersetzt. Es dient als Sammlung von Referenzimplementierungen, die die praktische Anwendung klassischer Informatiktheorien durch ein strukturiertes Repository von Rechenalgorithmen demonstrieren. Die Bibliothek nutzt template-basiertes generisches Programmieren und die C++ Standard Template Library, um sicherzustellen, dass Implementierungen typsicher und flexibel über verschiedene Datentypen hinweg bleiben. Zur Qualitätssicherung enthält das Projekt eine automatisierte Test-Suite, die die algorithmische Logik durch den Vergleich von Ausführungsergebnissen mit standardisierten Testfällen validiert. Die Codebasis deckt ein breites Spektrum grundlegender Informatikbereiche ab, darunter Graphentheorie für kürzeste Pfade und Maximum-Flow-Analysen, Datenstrukturen für hierarchische Baum- und Prioritätswarteschlangen-Verwaltung sowie Datenverarbeitungstechniken wie dynamische Programmierung und allgemeine Sortieralgorithmen. Sie umfasst zudem String-Pattern-Matching und Order-Statistics-Selektion. Technische Referenzhandbücher werden als durchsuchbare HTML-Dokumentation direkt aus strukturierten Quellcode-Kommentaren generiert.

    Provides a comprehensive library of fundamental computational algorithms and data structures translated from textbook pseudocode into C++.

    C++
    Auf GitHub ansehen↗4,059
  • shujiahuang/cpp-primer-plus-6thAvatar von ShujiaHuang

    ShujiaHuang/Cpp-Primer-Plus-6th

    3,106Auf GitHub ansehen↗

    This project is a C++ learning resource and study guide consisting of structured notes and programming examples. It provides practical implementations and exercise solutions covering core language syntax, data types, and control flow. The repository features specialized samples for object-oriented design, including class inheritance, polymorphism, and abstract classes. It includes demonstrations of memory management techniques such as dynamic allocation, move semantics, and placement new, as well as template programming examples for creating generic functions and data structures. The codebas

    Implements generic queues and lists using C++ templates for type flexibility.

    C++cppprogramming
    Auf GitHub ansehen↗3,106
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. C
  7. Algorithm Libraries

Unter-Tags erkunden

  • C Implementations2 Sub-TagsCollections of fundamental computer science algorithms implemented specifically for the C programming language. **Distinct from Algorithm Libraries:** Distinct from general algorithm libraries: focuses on C-specific implementations for both educational and production use.