An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with tree

A curated list of projects in awesome lists tagged with tree .

https://github.com/azl397985856/leetcode

LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)

algo algorithm algorithms algorithms-datastructures computer-science cpp data-structures interview java javascript leetcode leetcode-solutions python tree

Last synced: 12 May 2025

https://github.com/keon/algorithms

Minimal examples of data structures and algorithms in Python

algorithm algorithms competitive-programming data-structure graph python search sort tree

Last synced: 13 May 2025

https://github.com/emirpasic/gods

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree

Last synced: 09 Sep 2025

https://github.com/emirpasic/Gods

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree

Last synced: 12 Mar 2025

https://github.com/canop/broot

A new way to see and navigate directory trees : https://dystroy.org/broot

balanced-bfs-descent command-line command-line-tool fuzzy-search hacktoberfest linux rust tree

Last synced: 09 Sep 2025

https://github.com/Canop/broot

A new way to see and navigate directory trees : https://dystroy.org/broot

balanced-bfs-descent command-line command-line-tool fuzzy-search hacktoberfest linux rust tree

Last synced: 13 Mar 2025

https://github.com/aalhour/c-sharp-algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

algorithms binary-trees csharp data-structures graph graph-algorithms hashing hashing-algorithms heaps queues searching searching-algorithms sorting sorting-algorithms tree tree-algorithms

Last synced: 14 May 2025

https://github.com/aalhour/C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#

algorithms binary-trees csharp data-structures graph graph-algorithms hashing hashing-algorithms heaps queues searching searching-algorithms sorting sorting-algorithms tree tree-algorithms

Last synced: 14 Mar 2025

https://github.com/teivah/algodeck

An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯

algorithm algorithms array bit-manipulation complexity data-structures dynamic-programming graph greedy-algorithms hashtable heap interview-practice java linked-list math queue recursion sorting-algorithms stack tree

Last synced: 05 Oct 2025

https://github.com/lark-parser/lark

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

cyk earley grammar lalr lark parse parser parser-library parsing-engine parsing-library python tree

Last synced: 12 Dec 2025

https://github.com/frontend-collective/react-sortable-tree

Drag-and-drop sortable component for nested data and hierarchies

component drag-and-drop hierarchical-data react sortable tree tree-data

Last synced: 12 May 2025

https://github.com/loiane/javascript-datastructures-algorithms

:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

algorithm avl-tree binary-tree data-structures deque dictionary dijkstra-algorithm graph graph-algorithms javascript-algorithms linked-list priority-queue queue quicksort set sorting-algorithms stack tree typescript typescript-algorithms

Last synced: 23 Apr 2025

https://github.com/alibaba/butterfly

🦋Butterfly,A JavaScript/React/Vue2 Diagramming library which concentrate on flow layout field. (基于JavaScript/React/Vue2的流程图组件)

bpmn butterfly connectivity dag diagram diagramming edge flow flow-dag flow-layout flowchart mindmap react svg tree treemap-diagram vue

Last synced: 13 May 2025

https://github.com/phishman3579/java-algorithms-implementation

Algorithms and Data Structures implemented in Java

algorithm data-structures graph java sort tree

Last synced: 14 May 2025

https://github.com/alibaba/GGEditor

A visual graph editor based on G6 and React

editor graphics mind react tree

Last synced: 30 Mar 2025

https://github.com/alibaba/ggeditor

A visual graph editor based on G6 and React

editor graphics mind react tree

Last synced: 11 Apr 2025

https://github.com/brimdata/react-arborist

The complete tree view component for React

arborist react tree treeview treeview-component

Last synced: 14 May 2025

https://github.com/riophae/vue-treeselect

A multi-select component with nested options support for Vue.js

component dropdown javascript select tree vue

Last synced: 14 May 2025

https://github.com/dabeng/orgchart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.

chart jquery org organization orgchart tree

Last synced: 11 May 2025

https://github.com/dabeng/OrgChart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.

chart jquery org organization orgchart tree

Last synced: 14 Mar 2025

https://github.com/mar10/fancytree

JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading

checkboxes drag-and-drop fancytree javascript jquery-plugin persistence tree treegrid

Last synced: 08 May 2025

https://dabeng.github.io/OrgChart/

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.

chart jquery org organization orgchart tree

Last synced: 09 Jul 2025

https://github.com/open-source-labs/OverVue

Prototyping Tool For Vue Devs 适用于Vue的原型工具

electron frontend hierarchy mockup quasar tree vue vuex

Last synced: 16 Apr 2025

https://github.com/open-source-labs/overvue

Prototyping Tool For Vue Devs 适用于Vue的原型工具

electron frontend hierarchy mockup quasar tree vue vuex

Last synced: 15 May 2025

https://github.com/solidiquis/erdtree

A modern, cross-platform, multi-threaded, and general purpose filesystem and disk-usage utility that is aware of .gitignore and hidden file rules.

cli command command-line command-line-tool du dua dust exa fd find ls rust tree wc

Last synced: 09 Apr 2025

https://github.com/seperman/deepdiff

DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.

comparison deep-search deepdiff deephash delta diff difference distance distance-calculation hash hashing nested python reconstruction recursive repetition report-repetition tree

Last synced: 20 Oct 2025

https://github.com/openacid/slim

Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).

compacted compress datastructure go golang memory tree trie

Last synced: 03 Oct 2025

https://github.com/begeekmyfriend/bplustree

A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage

algorithm bplustree btree c data-structure storage tree tree-structure

Last synced: 15 May 2025

https://github.com/gabotechs/dep-tree

Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them.

cli dependencies dependency dependency-graph golang graph linter terminal tree typescript

Last synced: 13 May 2025

https://github.com/beyondgrep/ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**

ack grep perl tree

Last synced: 16 May 2025

https://github.com/leezng/vue-json-pretty

A JSON tree view component that is easy to use and also supports data selection.

format json json-tree pretty tree vue vue-component vue3

Last synced: 14 May 2025

https://github.com/lambdalisue/vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script

async cross-platform drawer file-explorer filer linux mac neovim tree viewer vim windows

Last synced: 14 May 2025

https://github.com/justone/dockviz

Visualizing Docker data

docker docker-image go graphviz tree visualization

Last synced: 16 May 2025

https://github.com/lukasbach/react-complex-tree

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop

accessible component dnd drag-and-drop draggable hotkeys keyboard react rename search tree types typescript unopinionated

Last synced: 29 Apr 2025

https://github.com/weirongxu/coc-explorer

📁 Explorer for coc.nvim

coc coc-nvim explorer file neovim tree vim

Last synced: 14 May 2025

https://github.com/bkrem/react-d3-tree

:deciduous_tree: React component to create interactive D3 tree graphs

chart d3 d3-hierarchy d3-tree d3-visualization graph hierarchical-data hierarchy react svg tree tree-graph tree-graphs

Last synced: 13 May 2025

https://mbraak.github.io/jqTree/

Tree widget for jQuery

javascript jqtree jquery tree tree-widget typescript

Last synced: 23 Apr 2025

https://github.com/mbraak/jqtree

Tree widget for jQuery

javascript jqtree jquery tree tree-widget typescript

Last synced: 13 May 2025

https://github.com/mbraak/jqTree

Tree widget for jQuery

javascript jqtree jquery tree tree-widget typescript

Last synced: 08 Apr 2025

https://github.com/techno-tim/littlelink-server

A lightweight, open source, stateless, and self-hosted alternative to linktree in a Docker container!

docker express javascript link linktree node nodejs react reactjs tree

Last synced: 14 May 2025

https://github.com/hukaibaihu/vue-org-tree

A simple organization tree based on Vue2.x

organization-tree tree vue vue-components

Last synced: 15 Apr 2025

https://github.com/david-desmaisons/vue.d3.tree

Vue component to display tree based on D3.js layout.

component d3js tree vuejs2

Last synced: 15 May 2025

https://github.com/David-Desmaisons/Vue.D3.tree

Vue component to display tree based on D3.js layout.

component d3js tree vuejs2

Last synced: 02 Aug 2025

https://github.com/P-p-H-d/mlib

Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).

algorithms array bitset c collections data-structures generic hashmap json list lock-free memory-pool priority-queue queue set stack string tree tuples variant

Last synced: 14 Mar 2025

https://github.com/caesar0301/treelib

An efficient implementation of tree data structure in pure python.

algorithm datastructures python tree treelib

Last synced: 14 May 2025

https://github.com/swiftcarrot/react-ui-tree

React tree component with drag & drop

draggable javascript react tree

Last synced: 04 Apr 2025

https://github.com/patrikx3/redis-ui

📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications.

dark database desktop donation electron gui internationalization ioredis light p3x redis redis-cluster redis-desktop redis-desktop-manager redis-gui redis-gui-client redis-ui tree web

Last synced: 14 May 2025

https://github.com/yourtion/LearningMasteringAlgorithms-C

Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程

algorithm bfs bistree c des dfs graph haffman heap linked-list list lz77 mastering-algorithms-c queue rsa set sort stack tree xcode

Last synced: 20 Mar 2025

https://github.com/fabiocaccamo/django-treenode

:deciduous_tree: probably the best abstract model/admin for your tree based stuff.

abstract ancestors categories category children descendants django model node nodes parent python root roots siblings tree trees

Last synced: 14 May 2025

https://github.com/antoine-coulon/skott

All-in-one devtool to automatically analyze, search and visualize project modules and dependencies from JavaScript, TypeScript (JSX/TSX) and Node.js (ES6, CommonJS)

commonjs dependencies es6 graph javascript jsx nodejs static-analysis tree tsx typescript visualization

Last synced: 14 May 2025

https://github.com/choojs/nanomorph

🚅 - Hyper fast diffing algorithm for real DOM nodes

algorithm diff dom tree virtual-dom

Last synced: 13 Mar 2025

https://github.com/angcyo/dsladapter

:fire: Android Kotlin时代的Adapter, Dsl 的形式使用 RecyclerView.Adapter, 支持折叠展开, 树结构,悬停,情感图状态切换, 加载更多, 多类型Item,侧滑菜单等

adapter android async diff drag dsl flod group kotlin light load-more multi-select multi-type recyclerview single-select slide-delete slide-menu slide-select state tree

Last synced: 10 Apr 2025

https://github.com/jakezatecky/react-checkbox-tree

A simple and elegant checkbox tree for React.

checkbox-treeview react tree treeview

Last synced: 14 May 2025

https://github.com/swimlane/ngx-ui

🚀 Style and Component Library for Angular

angular component css dialog directive drawer hacktoberfest icons library select split styles tabs tree

Last synced: 06 Oct 2025

https://github.com/dkandalov/kotlin-99

Ninety-Nine Problems in Kotlin

exercise graph kotlin tree

Last synced: 13 Apr 2025

https://github.com/zdy1988/vue-jstree

A Tree Plugin For Vue2.0+

tree treeview vue vue2

Last synced: 15 May 2025

https://github.com/tower1229/vue-tree-chart

A Vue component to display tree chart

chart tree tree-chart vue vue-component

Last synced: 08 Apr 2025

https://github.com/tower1229/Vue-Tree-Chart

A Vue component to display tree chart

chart tree tree-chart vue vue-component

Last synced: 02 Aug 2025

https://github.com/nicmart/Tree

A basic but flexible tree data structure for php and a fluent tree builder implementation.

data-structrues php tree

Last synced: 02 Apr 2025

https://github.com/cbergoon/merkletree

A Merkle Tree implementation written in Go.

golang hashtree merkle-tree tree

Last synced: 15 Dec 2025

https://github.com/ineo6/git-master

Git Master Extension for git file tree, support GitHub、GitLab 、 Gitee、Gitea、Gogs

chrome chrome-extension firefox-addon git gitea gitee github gitlab gitmaster gogs tree

Last synced: 08 Sep 2025

https://github.com/kLabUM/rrcf

🌲 Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams

anomaly-detection detect-outliers machine-learning outliers python random-forest robust-random-cut-forest streaming-data tree

Last synced: 14 Mar 2025

https://github.com/cberGoon/merkletree

A Merkle Tree implementation written in Go.

golang hashtree merkle-tree tree

Last synced: 12 Mar 2025

https://github.com/dowjones/react-dropdown-tree-select

Lightweight, accessible, customizable and fast Dropdown Tree Select component for React

accessible dropdown react select tree

Last synced: 14 May 2025

https://github.com/aralroca/default-composer

A tiny (~500B) JavaScript library that allows you to set default values for nested objects

composer defaults javascript json merge mix nested-objects tree typescript

Last synced: 16 May 2025

https://github.com/franzose/closuretable

Adjacency List’ed Closure Table database design pattern implementation for the Laravel framework.

closure-table database hierarchical-data laravel php tree

Last synced: 15 May 2025

https://github.com/franzose/ClosureTable

Adjacency List’ed Closure Table database design pattern implementation for the Laravel framework.

closure-table database hierarchical-data laravel php tree

Last synced: 13 Mar 2025

https://github.com/githubofrico/datastructure

常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...

algorithms datastructures list queue sort stack tree

Last synced: 05 Apr 2025

https://github.com/elbywan/bosket

Collection of tree view components for front-end frameworks. :deciduous_tree:

angular bosket react riot riotjs tree tree-component tree-structure tree-view treeview vuejs

Last synced: 04 May 2025