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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
backtracking avatar

backtracking/ocamlgraph

0
View on GitHub↗
252 Stars·66 Forks·OCaml·3 Aufrufebacktracking.github.io/ocamlgraph↗

Ocamlgraph

OCaml graph library

Features

  • Algorithms and Data Structures - Generic graph library for modeling and manipulating graph structures.

Star-Verlauf

Star-Verlauf für backtracking/ocamlgraphStar-Verlauf für backtracking/ocamlgraph

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht backtracking/ocamlgraph?

OCaml graph library

Was sind die Hauptfunktionen von backtracking/ocamlgraph?

Die Hauptfunktionen von backtracking/ocamlgraph sind: Algorithms and Data Structures.

Welche Open-Source-Alternativen gibt es zu backtracking/ocamlgraph?

Open-Source-Alternativen zu backtracking/ocamlgraph sind unter anderem: 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.…

Open-Source-Alternativen zu Ocamlgraph

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Ocamlgraph.
  • 0xax/go-algorithmsAvatar von 0xAX

    0xAX/go-algorithms

    1,949Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,949
  • aalhour/c-sharp-algorithmsAvatar von aalhour

    aalhour/c-sharp-algorithms

    6,159Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗6,159
  • abvdasker/crystal-linked-listAvatar von abvdasker

    abvdasker/crystal-linked-list

    12Auf GitHub ansehen↗

    Simple linked list implementation in Crystal

    Crystal
    Auf GitHub ansehen↗12
  • a115/exmatrixAvatar von a115

    a115/exmatrix

    58Auf GitHub ansehen↗

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

    Elixir
    Auf GitHub ansehen↗58
  • Alle 30 Alternativen zu Ocamlgraph anzeigen→