ocamlgraph
Graph library
A set of data structures and operations for representing and manipulating graphs in OCaml
OCaml graph library
234 stars
16 watching
60 forks
Language: OCaml
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
backtracking/combine | An OCaml library for solving combinatorial problems using dancing links and other techniques | 35 |
yourbasic/graph | A Go library providing efficient algorithms and data structures for graph manipulation | 712 |
chris00/ocaml-cairo | An OCaml binding to the Cairo graphics library | 55 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 79 |
dbuenzli/uuseg | An OCaml library for segmenting Unicode text into grapheme clusters, words, and sentences. | 23 |
mattjbray/ocaml-decoders | A combinator library that decodes JSON-like data into OCaml types | 85 |
hmdsefi/gograph | A Go library for creating and manipulating graphs of various types | 71 |
ck090/ocaml-nn | A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters | 5 |
dbuenzli/vg | A declarative 2D vector graphics library written in OCaml | 91 |
jacomyal/sigma.js | A JavaScript library for visualizing large graphs using WebGL | 11,339 |
zigrazor/cxxgraph | A comprehensive C++ library for graph algorithms and analysis | 485 |
ocaml-ppx/ppx_deriving | A library simplifying type-driven code generation in OCaml | 469 |
biocaml/biocaml | Provides high-performance tools and data analysis for bioinformatics research and applications | 123 |
rleonid/oml | A collection of OCaml functions for mathematical and statistical analysis | 119 |
rgrinberg/ocaml-mustache | A library that provides logic-less templating using the Mustache template language in OCaml. | 82 |