A serializable compact prefix trie
Tree Extraction for JavaScript Object Graphs
A TypeScript utility module that provides various classes and helpers for events, trees, data structures, string manipulation, object comparison, JSON utilities, and communication management through a realtime client.
Parser library for reading short codes (BB codes) into a tree structure
Max Priority Queue
The **TreeView** component is a React component that provides a hierarchical structure for displaying nested items.
Validate Yaml files and enforce a given structure
CLI to create a .txt file showing your folder structure
Generate folder structure and update README with it
javascript standard data structure library which benchmark against C++ STL
A collection of tree views.
Data structure and graph processing library written in modern JavaScript
A general purpose PSD parser written in ES6. Based off of [PSD.rb](https://github.com/layervault/psd.rb) and [PSD.js](https://github.com/meltingice/psd.js). It allows you to work with a Photoshop document in a manageable tree structure and find out import
Build family tree app with BALKAN FamilyTree JS library. Family Tree also called a genealogy or a pedigree chart, is a chart representing family relationships in a conventional tree structure.
## Installation
Double linked list features
A library that provides utility functions for traversing and manipulating JSON data.
Base on element-ui, Auto requesting by `axios`, supports pagination, tree data structure, custom search, custom operation column
Asynchronously convert directory tree structure into a javascript object.
Create and modify trie prefix structures, extract word lists including anagrams and sub-anagrams
The `TreeView` component is a versatile and customizable tree structure component built with React and Material-UI (MUI). It allows you to display hierarchical data in a tree-like structure, with support for checkboxes, custom icons, and various styling o
A multi-level groupBy for arrays. Nesting allows elements in an array to be grouped into a hierarchical tree structure; think of it like the GROUP BY operator in SQL, except you can have multiple levels of grouping, and the resulting output is a tree rath
Mongoose Tree Structure with an Array of Ancestors plugin for mongoose
Create and modify trie prefix structures, extract word lists including anagrams and sub-anagrams
Parse a directory and generate it's structure tree.
iterate tree structure using Depth-first search(DFS) and Breadth-first search(BFS) algorithms for traversing or searching
Secure file/folder structure generator with support for both tree diagrams and flat paths. Perfect for project scaffolding and boilerplate generation.
A vue component for tree structure. Support adding treenode/leafnode, editing node's name and dragging.
A small, extremely simple CLI tool with Node.js. Lists directory content in a tree structure
A react table component which supports render tree structure data.
TsTreeLibrary is a TypeScript library designed to provide a flexible and efficient implementation of tree data structures.
Min Heap data structure in JavaScript
> ported from [ternary-tree](https://github.com/calcit-lang/ternary-tree), providing a ternary tree based persistent data structure.
Simple file tree for displaying files in a tree structure made with angular
In general, the intent-tree contains two types of nodes: * Structure Nodes - Who, On, In * Content Nodes - Bob, Wednesday, London
Data Structure and Algorithms kit is a comprehensive JavaScript library that provides implementations of essential data structures (like stacks, queues, trees, graphs, heaps) and classic algorithms (sorting, searching, graph traversal, dynamic programming
An implementation of the binary heap data structure