Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with tree-structure

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

https://github.com/njdevpro/closure-table

An implementation of the closure table pattern in Python + SQL

closure-table hierarchical-data hierarchical-models python-sql sql tree-structure

Last synced: 08 Nov 2024

https://github.com/chrisvilches/ruby-behavior-tree

A robust and customizable Ruby gem for creating Behavior Trees.

ai artificial-intelligence behavior-tree control-flow gem ruby tree tree-structure

Last synced: 22 Nov 2024

https://github.com/shibam120302/ip_address_finder

With the help of splay tree data structure, we would create a tree whose nodes are embedded with the Ip address of the device that are connect to a specific network router.

c c-projects dsa splay-tree tree-structure

Last synced: 20 Nov 2024

https://github.com/n1crack/vue3-org-chart

Vue3 Org Chart is a simple and lightweight organization chart component for Vue3. It is highly customizable.

binary-tree mlm network org-chart tree tree-structure unilevel-tree vue

Last synced: 15 Oct 2024

https://github.com/ashish2030/cpp_programming_language_practice_code

:octocat: 🌟ᴛʜɪꜱ ɪꜱ ᴍʏ ᴘʀᴀᴄᴛɪᴄᴇ ᴄᴏᴅɪɴɢ ꜱᴏʟᴜᴛɪᴏɴ ᴏꜰ ᴜꜱɪɴɢ ᴄ++ 💻 🎯 🚀

algorithms coding computative-programming cpp dinamic-programming graph graph-algorithms-and-data-sturcture loop mit-license tree-structure

Last synced: 14 Nov 2024

https://github.com/wbsoft/parce

:deciduous_tree: Python lexer that can remember tokens and state and only reparse changed parts of a text document

lexing parsing python3 text tokenizer tree-structure

Last synced: 27 Oct 2024

https://github.com/shopware5/dbal-nested-set

A Doctrine DBAL only implementation of multi root nested sets

dbal nested-set php-library query-builder tree-structure

Last synced: 10 Nov 2024

https://github.com/akicho8/tree_support

Tree structure visualization function library

activerecord library rails ruby tree tree-structure visualization

Last synced: 13 Nov 2024

https://github.com/zakarialaoui10/dir2tree

a user-friendly Node.js tool for creating organized json tree from a root directory .

automation github-actions javascript json morocco nodejs tree-structure

Last synced: 12 Nov 2024

https://github.com/piellardj/tessellation-webgl

This project aims at creating colorful art by using iterative tessellation. Each scene is completely random and supports infinite zooming.

generative-art real-time realtime tessellation tree tree-structure web-worker webgl worker worker-threads

Last synced: 07 Nov 2024

https://github.com/anshiii/react-native-tree-table

📣📣📣在 FlatList 基础上封装的表格组件,支持树形数据的渲染。

flatlist react-native table tree-structure

Last synced: 22 Nov 2024

https://github.com/faisalman/explr-js

Explr.js jQuery plugin - Create a "Windows Explorer"-like Tree structure

jquery-plugin navigation-component tree-structure tree-view treeview

Last synced: 13 Oct 2024

https://github.com/smoren/tree-tools-php

PHP library for working with trees

php tree tree-builder tree-structure tree-walker

Last synced: 28 Nov 2024

https://github.com/tonystone/avltree-swift

An efficient and generic implementation of a balanced AVL Tree in native Swift.

algorithm algorithms-datastructures avl avl-tree avltree-swift balanced-tree ios linux node osx swift swift-3 tree tree-structure tvos watchos

Last synced: 12 Oct 2024

https://github.com/philoj/tree-palette

An indexed color palette implementation in Go on top of a k-d tree for fast color lookups. Also rank a palette against an image to identify prominent colors.

color color-analysis dominant-color go golang image-procesing image-processing kd-tree nearest-neighbor-search palette prominent-colors rgba tree-structure

Last synced: 14 Nov 2024

https://github.com/cqb13/folder-mapper

Maps out a folders structure and creates a tree view of it.

cqb13 folder folder-structure folder-tree folder-viewer folders tree tree-structure treeview vue vue3

Last synced: 27 Oct 2024

https://github.com/astrapi69/data-api

Defines interfaces for data beans like jpa entities or DTO(Data Transfer Object) objects

active data dto identity java jpa modification tree-structure versioning

Last synced: 02 Nov 2024

https://github.com/antony/svelte-tree

A collapsible tree with context menus (aimara) modernised and built in svelte

svelte svelte-components tree tree-structure

Last synced: 27 Oct 2024

https://github.com/veeso/orange-trees

🍊 A Rust implementation of the Tree data structure 🍊

data-structures rust rust-crate rust-library tree tree-structure

Last synced: 26 Nov 2024

https://github.com/arturopala/scala-tree

General purpose, covariant, immutable, low overhead, efficient, monadic tree-like data structure with comprehensive API.

data-structures library scala tree tree-structure

Last synced: 06 Nov 2024

https://github.com/mizchi/tree-utils

Tree structure controller for drag and drop

drag-and-drop immutable tree-structure

Last synced: 11 Nov 2024

https://github.com/seboettg/forest

Tree data structures for PHP – containing general tree, binary tree, and AVL tree

avl avl-tree avltree basic-data-structures binary-search-tree datastructures datastructures-algorithms php php7 search-trees tree-structure visitor-pattern

Last synced: 15 Oct 2024

https://github.com/johnfercher/go-tree

A generic unbalanced doubly-linked tree implementation.

data-structures generics tree-structure

Last synced: 14 Oct 2024

https://github.com/smoren/query-relation-manager-php

Class for making queries for getting data from database with join-relations and filters

orm php-library sql sqlquerybuilder tree tree-builder tree-structure

Last synced: 28 Nov 2024

https://github.com/aminography/radixtree

An implementation of RadixTree data-structure, which is a great tool for indexing a large number of records with string keys.

data-structures indexing prefix-search prefix-tree radix-tree radix-trie tree-structure

Last synced: 04 Dec 2024

https://github.com/zedthree/fortran-redblack

Demos of Red-Black and Binary Search Trees in Fortran

data-structures fortran redblacktree tree-structure

Last synced: 27 Dec 2024

https://github.com/yeaseen/fileexplorer

A tree or grid view based File explorer system with UI built in javafx and design issues are followed by Factory pattern, Composite pattern and Adapter pattern.

adapter-pattern composite-pattern design-patterns factory-pattern file-explorer grid-layout javafx javafx-gui tile-view tree-structure

Last synced: 19 Nov 2024

https://github.com/ehsanshahbazii/data-structure-and-algorithms

💻A collection of the most famous and useful data structures implemented in Java. The questions and methods of the book are also written. The source of the codes is the book Data structures in Java.💻

algorithm algorithms cll dll dynamic-programming queue search-algorithm searching-algorithms sll sorting-algorithm sorting-algorithms tree-algorithm tree-algorithms tree-structure vector

Last synced: 10 Nov 2024

https://github.com/plouc/textree

:deciduous_tree: Pretty print nested trees in go

formatting go golang prettyprinter tree-structure treeview

Last synced: 27 Oct 2024

https://github.com/muratcatal/tree-data-util

JSON tree data util functions

find javascript json parent parents tree tree-structure

Last synced: 27 Oct 2024

https://github.com/wbotelhos/treefy

jQuery Treefy - A Tree Plugin

javascript jquery-treefy tree tree-plugin tree-structure

Last synced: 29 Nov 2024

https://github.com/monacoremo/postgres-trees

Example for how to model trees and implement transformations on them in Postgres.

postgresql sql tree-structure

Last synced: 23 Nov 2024

https://github.com/bmf-san/bmf-php-router

The simple URL router built with PHP

http http-router php router tree tree-structure url-router urlroute

Last synced: 16 Oct 2024

https://github.com/jakesidsmith/jargs

Simple node arg parser with explicit tree structure schema

argparse argument-parser arguments argv explicit node nodejs schema tree tree-structure

Last synced: 28 Oct 2024

https://github.com/fooloomanzoo/fs-hierarchy

build hierarchy maps of files and folders using nodejs in json, yaml or in tree view

cli d3 fs hierachy nodejs tree tree-structure treemap

Last synced: 06 Nov 2024

https://github.com/waldyrious/odot

(Sketch of a) tree-based task manager

outliner task-manager todo tree-structure

Last synced: 21 Dec 2024

https://github.com/rothsandro/tree-generator

A simple ASCII Tree Generator

ascii-art tree-structure

Last synced: 29 Nov 2024

https://github.com/rwxrob/structs

Data Structs with Go (1.18) Generics

data-structures generics golang graph-structures node stack tree-structure

Last synced: 02 Nov 2024

https://github.com/baraja-core/selectbox-tree

Simple tree builder to plain selectbox array.

categories category html-select selectbox tree tree-selectbox tree-structure

Last synced: 06 Nov 2024

https://github.com/jjotaum/swiftytree

A command line tool to generate Tree structure from a given directory path

command-line-tool generator macos swift tree-structure

Last synced: 12 Nov 2024

https://github.com/gyakobo/quadtree-image-compression

This project aims utilize a graph(a tree) as a form of image value compression by implementing a special kind of data structure where it basically groups repeating variables into a node and ungroups non-repeating values into their own nodes.

c compression-algorithm grayscale-images malloc njit partitioning pointers-and-arrays rgb tree-structure weissman-score

Last synced: 15 Nov 2024

https://github.com/ad115/python-treet

Simple, minimal, but powerful tools to handle any kind of hierarchical (tree) structures

genetic-algorithm hierarchical-data library python tree-structure

Last synced: 17 Nov 2024

https://github.com/vectominist/course-map-visualization

A simple website for visualizing course maps 🎓🗺.

course html javasctript map sigmajs tree-structure visualization

Last synced: 02 Dec 2024

https://github.com/saptak625/circuitcracker

Website to solve Complex Circuits with Resistors with Logical Reasoning

circuit-solver complex-circuits python3 recursive-algorithm tree-structure

Last synced: 26 Nov 2024

https://github.com/mikemahoney218/dendro

dendro: An experimental tree class in S7

r s7 tree-structure

Last synced: 31 Dec 2024

https://github.com/sevagh/quadtree-compression

lossy image compression with quadtrees and protobuf

2d gif-animation image-compression image-processing quadtree tree-structure

Last synced: 23 Dec 2024

https://github.com/zamgi/bplustree

Implementation of B+Tree

b-tree btree tree tree-structure

Last synced: 24 Dec 2024

https://github.com/nafeu/syntactique

Syntax-tree diagram builder, created using JavaScript and D3.js

d3js javascript linguistics svg syntax-tree tree-structure

Last synced: 24 Dec 2024

https://github.com/thebesttvarynka/datastructure

Different data structures. This repository in the development stage.

algotithms cplusplus datastructure graph sort sorting-algorithms tree tree-structure

Last synced: 23 Oct 2024

https://github.com/mamad-1999/tree-scribe

Tree-scribe is a Python script designed to generate and visualize directory structures.

colorama project-structure python python3 structure tree-diagram tree-structure tree-vi tree-visualization

Last synced: 14 Dec 2024

https://github.com/augejs/provider-scanner

`provider-scanner` is a scan framework for nodeJs.

provider-hook provider-metadata tree-structure

Last synced: 16 Nov 2024

https://github.com/mschaeffner/treelify

A Java serialization library that converts a Java Collection into a tree structure and back.

java java-collections java-library tree-structure

Last synced: 11 Nov 2024

https://github.com/wmhello/tree-demo

用vue.js 来实现的树形组件,希望给大家写相关类型的代码带来些启示。

tree tree-structure vue vuejs2

Last synced: 11 Nov 2024

https://github.com/justsecret123/red-black-tree

This repository contains a Red-Black Tree simulation (visualization, insertion, removal...).

c red-black-tree tree-structure

Last synced: 23 Dec 2024

https://github.com/jvillegasd/intelligenttexteditor

A simple text editor with an intelligent autocomplete.

autocomplete prefix-tree text-editor tree-structure

Last synced: 12 Nov 2024

https://github.com/sauravmaheshkar/jangal-rs

Implementation of Tree Data Structures in Rust

quadtree rust rust-lang tracker-misc tree-structure

Last synced: 06 Dec 2024

https://github.com/wgr-sa/strapi-plugin-collection-tree

Strapi plugin to easily sort your collections

strapi tree-structure typescript

Last synced: 24 Nov 2024

https://github.com/arthursudbrackibarra/trab1-alestii

Trabalho 1 de Algoritmos e Estruturas de Dados II.

java tree-structure

Last synced: 29 Nov 2024

https://github.com/mrjacobbloom/react-immutable-tree

An immutable tree structure because it's very difficult to correctly handle tree-like data in React

immutable react react-hooks reactjs tree tree-structure

Last synced: 21 Dec 2024

https://github.com/sherwinshen/tree-object-diff

A small and fast utility for comparing and finding differences between tree-structured objects

diff tree-structure typescript

Last synced: 16 Nov 2024

https://github.com/print3m/securitree

https://securitree.xyz - deep dive into cybersec with well-structured notes.

ad-security cheatsheet cybersecurity cybersecurity-education guidebook it-security notes pentesting red-team security tree-structure

Last synced: 17 Nov 2024

https://github.com/antouhou/easy-tree

A simple and efficient tree structure library for Rust with recursive traversal

algorithms data-structures recursive rust traversal tree tree-structure trees

Last synced: 08 Dec 2024

https://github.com/lloydlobo/treeleaf

Tree diagrams for the teriminal. Visualize mermaid-like data on the command-line.

cli diagram interactive mermaid rust tree tree-structure visualizer

Last synced: 16 Dec 2024

https://github.com/datumbrain/dirtree

A utility to print directory tree respecting repo's .gitignore file.

go golang shell tree tree-structure utility

Last synced: 17 Nov 2024

https://github.com/degencap777/runeairdropbackend

The Rune Airdrop Backend that can airdrop runes to large amount of users keeping the most optimzed fee. it provides both of different amount's and same amount's rune token airdrop.

airdrop backend bitcoin bitcoinjs-lib postorder-traversal psbt runes runestone tree-structure typescript utxo

Last synced: 14 Nov 2024

https://github.com/limeraiin/bst_visualization_unity3d

Visualization of Binary Search Trees in Unity3D using 2D rigidbodies and fixed joints.

binarysearchtree bst datastructures tree tree-structure unity unity3d

Last synced: 03 Dec 2024

https://github.com/dc-ag/tree-nodes

PHP tree structure library

php php74 tree-structure

Last synced: 19 Nov 2024

https://github.com/deployable/node-domain-tree

Domain tree data structure

domains nodejs tree-structure

Last synced: 17 Dec 2024

https://github.com/wojberni/file-browser

Terminal UI browser for files written in Zig.

file-browser file-browsing file-tree learning tree-structure tui-app zig zig-lang

Last synced: 08 Dec 2024

https://github.com/vimaltiwari2612/expression-evaluator-tree-creator

A tool to parse expression and form an expression tree. Can be used to understand complex If-Else conditions/ Algorithm studies / compiler design studies.

compiler-design css css3 expression-evaluator expression-parser expression-tree-builder expressionengine html javascript parser pure-javascript syntax-tree tree-structure treeview

Last synced: 02 Jan 2025

https://github.com/canggihpw/vismathgenes

Visualize the ancestor of math people

graph tree-structure visualization

Last synced: 20 Nov 2024

https://github.com/papb/tree-shortcut

Simplify an object tree with a shortcut. TypeScript supported.

javascript tree tree-structure typescript

Last synced: 31 Dec 2024