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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
backtracking avatar

backtracking/combine

0
View on GitHub↗
37 stars·3 forks·OCaml·2 vuesusr.lmf.cnrs.fr/~jcf/combine↗

Combine

OCaml library for combinatorics

Features

  • Algorithms and Data Structures - Library for performing combinatorial operations and calculations.

Historique des stars

Graphique de l'historique des stars pour backtracking/combineGraphique de l'historique des stars pour backtracking/combine

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Combine

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Combine.
  • 0xax/go-algorithmsAvatar de 0xAX

    0xAX/go-algorithms

    1,949Voir sur GitHub↗

    This library provides a comprehensive collection of fundamental computer science primitives implemented in Go. It serves as a resource for both educational purposes and production applications, offering standard tools for organizing, searching, and sorting data. The implementation leverages language-level type parameters to ensure type safety while maintaining flexibility across different data types. It utilizes interface-driven polymorphism and pointer-based memory management to define common behaviors and handle complex structures. To optimize performance, the library employs in-place data

    Goalgorithmdata-structuresgo
    Voir sur GitHub↗1,949
  • aalhour/c-sharp-algorithmsAvatar de aalhour

    aalhour/c-sharp-algorithms

    6,159Voir sur GitHub↗

    This project is a C# algorithms library and collection of data structures. It serves as a computer science reference providing practical implementations of classic sorting, searching, and graph traversal patterns. The library includes a dedicated string processing toolkit for analyzing text similarity, computing edit distances, and managing prefix-based searches. It also features a graph theory implementation for modeling network relationships and calculating shortest paths. The codebase covers a broad range of capabilities, including the management of linear and hierarchical collections, tr

    C#
    Voir sur GitHub↗6,159
  • abvdasker/crystal-linked-listAvatar de abvdasker

    abvdasker/crystal-linked-list

    12Voir sur GitHub↗

    Simple linked list implementation in Crystal

    Crystal
    Voir sur GitHub↗12
  • a115/exmatrixAvatar de a115

    a115/exmatrix

    58Voir sur GitHub↗

    Elixir library implementing a parallel matrix multiplication algorithm and other utilities for working with matrices. Used for benchmarking computationally intensive concurrent code.

    Elixir
    Voir sur GitHub↗58
Voir les 30 alternatives à Combine→

Questions fréquentes

Que fait backtracking/combine ?

OCaml library for combinatorics

Quelles sont les fonctionnalités principales de backtracking/combine ?

Les fonctionnalités principales de backtracking/combine sont : Algorithms and Data Structures.

Quelles sont les alternatives open-source à backtracking/combine ?

Les alternatives open-source à backtracking/combine incluent : 0xax/go-algorithms — This library provides a comprehensive collection of fundamental computer science primitives implemented in Go. It… aalhour/c-sharp-algorithms — This project is a C# algorithms library and collection of data structures. It serves as a computer science reference… akade/akade.indexedset — A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy… aggelgian/erlang-algorithms — Implementations of popular data structures and algorithms. abvdasker/crystal-linked-list — Simple linked list implementation in Crystal. a115/exmatrix — Elixir library implementing a parallel matrix multiplication algorithm and other utilities for working with matrices.…