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
·
aio-arch avatar

aio-arch/graphlib

0
View on GitHub↗
4 Stars·0 Forks·Go·MIT·4 Aufrufe

Graphlib

Topological sort lib,Sorting and pruning of DAG graphs.

Features

  • Data Structures - Topological sort and DAG graph library.

Star-Verlauf

Star-Verlauf für aio-arch/graphlibStar-Verlauf für aio-arch/graphlib

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

Open-Source-Alternativen zu Graphlib

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Graphlib.
  • xtaci/algorithmsAvatar von xtaci

    xtaci/algorithms

    5,454Auf GitHub ansehen↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    C++
    Auf GitHub ansehen↗5,454
  • adrianbrad/queueAvatar von adrianbrad

    adrianbrad/queue

    357Auf GitHub ansehen↗

    ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

    Go
    Auf GitHub ansehen↗357
  • agext/levenshteinAvatar von agext

    agext/levenshtein

    92Auf GitHub ansehen↗

    Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.

    Go
    Auf GitHub ansehen↗92
  • accelerationnet/accessAvatar von AccelerationNet

    AccelerationNet/access

    91Auf GitHub ansehen↗

    A common lisp library to unify access to common dictionary-like data-structures

    Common Lisp
    Auf GitHub ansehen↗91
Alle 30 Alternativen zu Graphlib anzeigen→

Häufig gestellte Fragen

Was macht aio-arch/graphlib?

Topological sort lib,Sorting and pruning of DAG graphs.

Was sind die Hauptfunktionen von aio-arch/graphlib?

Die Hauptfunktionen von aio-arch/graphlib sind: Data Structures.

Welche Open-Source-Alternativen gibt es zu aio-arch/graphlib?

Open-Source-Alternativen zu aio-arch/graphlib sind unter anderem: xtaci/algorithms — This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides… adrianbrad/queue — ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way. agext/levenshtein — Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix. agnivade/levenshtein — Go implementation to calculate Levenshtein Distance. alandefreitas/small — C++ small containers. accelerationnet/access — A common lisp library to unify access to common dictionary-like data-structures.