4 个仓库
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.
Organizes runtime data in a tree structure for flexible storage and retrieval.
该项目是一个 C# 算法库和数据结构集合。它作为计算机科学参考,提供经典排序、搜索和图遍历模式的实用实现。 该库包括一个专门的字符串处理工具包,用于分析文本相似度、计算编辑距离和管理基于前缀的搜索。它还具有用于建模网络关系和计算最短路径的图论实现。 代码库涵盖了广泛的能力,包括线性及分层集合的管理、树数据操作和可视化,以及数学数值序列的计算。
Includes capabilities to visualize hierarchical tree data to aid in analysis.
该项目是一个 React 拖放树组件和树数据管理工具,用于渲染嵌套的层级数据。它提供了一个可排序的层级列表,允许用户管理父子关系并可视化复杂的树结构。 该组件支持交互式树重构,用户可以通过拖放节点来改变其父级或顺序,从而重新组织层级结构。它支持在不同的树实例之间移动或复制节点,并提供控件以根据自定义逻辑或深度限制强制执行移动限制。 该工具包括层级数据可视化功能,例如搜索和高亮显示特定节点,同时自动展开其父路径。它还提供数据处理工具,包括将扁平数据数组转换为嵌套层级结构,反之亦然。 用户可以通过自定义样式或预定义主题修改树节点的视觉呈现。
Offers a suite of tools for converting flat data into hierarchies and performing recursive operations on nodes.
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.