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

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

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

4 مستودعات

Awesome GitHub RepositoriesRuntime Tree Data Managers

Support for organizing runtime data in hierarchical tree structures for flexible storage and retrieval.

Distinct from Tree Data Structures: Distinct from Tree Data Structures: focuses on runtime data organization and retrieval, not on educational study of tree structures.

Explore 4 awesome GitHub repositories matching education & learning resources · Runtime Tree Data Managers. Refine with filters or upvote what's useful.

Awesome Runtime Tree Data Managers GitHub Repositories

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

    EllanJiang/GameFramework

    6,658عرض على GitHub↗

    Organizes runtime data in a tree structure for flexible storage and retrieval.

    C#game-developmentgame-frameworksgame-modules
    عرض على GitHub↗6,658
  • aalhour/c-sharp-algorithmsالصورة الرمزية لـ aalhour

    aalhour/c-sharp-algorithms

    6,159عرض على GitHub↗

    هذا المشروع عبارة عن مكتبة خوارزميات C# ومجموعة من هياكل البيانات. يعمل كمرجع لعلوم الحاسب يوفر تطبيقات عملية لأنماط الفرز، والبحث، واجتياز الرسوم البيانية الكلاسيكية. تتضمن المكتبة مجموعة أدوات معالجة نصوص مخصصة لتحليل تشابه النصوص، وحساب مسافات التحرير، وإدارة عمليات البحث القائمة على البادئة. كما تتميز بتطبيق لنظرية الرسوم البيانية لنمذجة علاقات الشبكة وحساب أقصر المسارات. يغطي الكود المصدري مجموعة واسعة من القدرات، بما في ذلك إدارة المجموعات الخطية والهرمية، ومعالجة وتصور بيانات الأشجار، وحساب المتتاليات الرقمية الرياضية.

    Includes capabilities to visualize hierarchical tree data to aid in analysis.

    C#
    عرض على GitHub↗6,159
  • frontend-collective/react-sortable-treeالصورة الرمزية لـ frontend-collective

    frontend-collective/react-sortable-tree

    4,971عرض على GitHub↗

    This project is a React drag-and-drop tree component and tree data management utility used for rendering nested hierarchical data. It provides a sortable hierarchical list that allows users to manage parent-child relationships and visualize complex tree structures. The component enables interactive tree restructuring, where users can reorganize the hierarchy by dragging and dropping nodes to change their parent or sequence. It supports moving or copying nodes between different tree instances and provides controls to enforce movement restrictions based on custom logic or depth limits. The too

    Offers a suite of tools for converting flat data into hierarchies and performing recursive operations on nodes.

    JavaScriptcomponentdrag-and-drophierarchical-data
    عرض على GitHub↗4,971
  • chakra-ui/arkالصورة الرمزية لـ chakra-ui

    chakra-ui/ark

    5,004عرض على GitHub↗

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    Manages hierarchical data in collections with traversal, manipulation, and querying for tree views.

    TypeScriptcomponentsdesign-systemheadless
    عرض على GitHub↗5,004
  1. Home
  2. Education & Learning Resources
  3. Tree Data Structures
  4. Runtime Tree Data Managers

استكشف الوسوم الفرعية

  • VisualizersTools for generating visual representations of hierarchical tree structures. **Distinct from Runtime Tree Data Managers:** Focuses on the visual rendering of the data structure rather than just the runtime management of nodes.