awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesGraph Data Structure Management

Efficiently manipulating nodes and edges to represent complex relationships within memory.

Distinct from Graph Data Structures: Focuses on the in-memory management and manipulation of graph structures rather than educational guides or database construction.

Explore 2 awesome GitHub repositories matching data & databases · Graph Data Structure Management. Refine with filters or upvote what's useful.

Awesome Graph Data Structure Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • petgraph/petgraphالصورة الرمزية لـ petgraph

    petgraph/petgraph

    3,938عرض على GitHub↗

    petgraph is a graph data structure library for the Rust programming language. It provides a collection of tools for representing and manipulating graphs, functioning as a network analysis tool and a comprehensive graph algorithm suite. The library integrates with Graphviz DOT for importing, exporting, and parsing graph data to facilitate visualization. It distinguishes itself by offering specialized network analysis capabilities, such as the detection of cliques, bridge edges, articulation points, and subgraph isomorphisms. Its computational surface covers a wide range of algorithms, includi

    Provides efficient internal data structures for representing and manipulating complex graph relationships.

    Rustgraph-algorithmsrust
    عرض على GitHub↗3,938
  • duereg/js-algorithmsالصورة الرمزية لـ duereg

    duereg/js-algorithms

    924عرض على GitHub↗

    This project is a collection of classic computational algorithms and data structures implemented in JavaScript. It serves as a library of standardized procedures for sorting, searching, and graph traversal, alongside foundational data containers such as linked lists, heaps, trees, and hash tables. The library is designed to support computer science education and technical interview preparation by providing clean, readable implementations of fundamental principles. It emphasizes functional logic isolation and type-agnostic design, ensuring that computational tasks remain decoupled from applica

    Facilitates the organization and manipulation of complex data using fundamental containers.

    JavaScript
    عرض على GitHub↗924
  1. Home
  2. Data & Databases
  3. Graph Data Structure Management