An open API service providing repository metadata for many open source software ecosystems.

Topic: "tree-data-structure"

harismuneer/2-3-Tree

🌲 A C++ implementation of all functionalities (insertion, deletion, search etc) of a 2-3 (two-three) Tree using Rotation, Split and Merge operations. (Please share if you find any bug in the code)

Language: C++ - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 14 - Forks: 13

Devinterview-io/tree-data-structure-interview-questions

🟣 Tree Data Structure interview questions and answers to help you prepare for your next data structures and algorithms interview in 2024.

Size: 43.9 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 1

tjkendev/bst-visualization

Binary Search Tree Visualization

Language: JavaScript - Size: 209 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 2

azzzrro/Data-Structure-Solutions-3

Data structure solutions encompassing binary search trees, graphs, depth-first search, breadth-first search, heaps including min and max heaps, and tries. These resources are invaluable for both learning and honing coding skills through practical exercises.

Language: JavaScript - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 0

Mohammedvaraliya/Data-Structures-and-Algorithms

Data Structures and Algorithms including Linked List , Stack, Queue, Arrays, Hash Table, Search, Strings, Numbers, Trees

Language: Python - Size: 704 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 4 - Forks: 3

taiseen/file-explorer

Language: JavaScript - Size: 34.2 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

ombharatiya/DataStructure-Revision

This is a repository of basic Data Structure Programs done for revision

Language: C++ - Size: 651 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 2

vishwassathish/Suffix-Trees

Suffix tree implementation using Ukkonen's suffix tree construction algorithm. Sample program written to find all occurrences of a query_string and rank documents according to relevence

Language: Python - Size: 173 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

K-Konstantinidis/Freecell-Solitaire-Solver

A Java program to solve any FreeCell Solitaire puzzle with 1 of the 4 different path finding algorithms: Breadth 1st Search, Depth 1st Search, Best 1st Search, Astar Search.

Language: Java - Size: 74.2 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

prathameshbhalekar/Trees-Placement-Questions

Solutions to questions related to tree data structure.

Language: Java - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 10

ts4f/R-tree

R-tree implementation , STR bulk loading

Language: Python - Size: 3.76 MB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 2

mgalang229/Codeforces-1946C-Tree-Cutting

Language: Java - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

pvs1209pvs/Trie-Data-Strucutre

Implementation of the Trie data strucutre.

Language: C++ - Size: 2.26 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

kaamrul/Data-Structures-and-Algorithms

Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

Chinmaym49/Trees

About tree data structure...

Language: C++ - Size: 121 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

Srajan1122/CareerBuddy

This website show all the courses you can go for after your current studies.

Language: CSS - Size: 12.7 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Lakshitnagar/Data-Structures

Popular questions asked from Data Structures and Algorithms

Language: C - Size: 130 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

manuchaitanya17/Advanced-Data-Structures-Algorithms

A Course for learning Advanced Data Structures Algorithms.

Language: Java - Size: 1.25 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Elis-Vasconcelos/estrutura-dados-algoritmos

Repositório com implementações de estruturas de dados e algoritmos em Python.

Language: Python - Size: 11.7 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ooanishoo/family-tree

🌳👨‍👩‍👦 A family tree data structure that uses BFS to traverse through the tree to search members and find relationships. Built with React NextJS, Typescript and TailwindCSS.

Language: TypeScript - Size: 236 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Gers2017/trie-ferris

trie data structure

Language: Rust - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

shrey1216/FX-Gui-Maker

Java GUI Builder with Tree Structure

Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mudasir45/Graphs-and-Trees--DFS--DFS-

In this repository I have store my competitive programming preparation codes for graphs and trees

Language: C++ - Size: 3.23 MB - Last synced at: 28 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Bardiafa/Hufman-Encoding-and-Decoding

📜️ Huffman coding algorithm for text compression & calculates frequency of characters in a given text and builds a Huffman tree for encoding.

Language: Java - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BaseMax/BinaryTreeGo

Implementation of a binary tree in Go. A Binary Tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. A node with no children is called a leaf node. A node cannot have more than two children.

Language: Go - Size: 36.1 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Davidalimazo/data_structure_and_algorithms_in_js

This repository contains implementation for data structures and algorithms using javaScript

Language: JavaScript - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ArpanMaheshwari144/Tree-Data-Structure

A Tree is a widely used abstract data type that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node, represented as a set of linked nodes. A Tree data structure can be defined recursively as a collection of nodes, where each node is a data structure consisting of a value and a list of references to nodes. The start of the tree is the "root node" and the reference nodes are the "children". No reference is duplicated and none points to the root.

Language: C++ - Size: 796 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

muhammad-alamin1/tree-data-structure-in-cpp

Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

muhammad-alamin1/tree-data-structure-in-c

Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

danieljpgo/parking-lot-tree 📦

:deciduous_tree: solving problems of a parking lot with tree data structure - made with csharp

Language: C# - Size: 43.9 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

patel1643/Data-Structures

Language: HTML - Size: 1.23 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Related Topics
data-structures 9 algorithms 8 algorithms-and-data-structures 7 tree 4 linked-list 4 java 4 graph-algorithms 3 binary-tree 3 binary-search-tree 3 tree-structure 3 algorithm 3 depth-first-search 3 stack 3 coding-interviews 2 breadth-first-search 2 datastructures 2 queue 2 algorithms-datastructures 2 c 2 cpp 2 javascript 2 binary-tree-traversal 2 dfs-algorithm 2 trees 2 graph-datastructures 2 b-tree 2 bfs-algorithm 2 tree-search 2 vite 1 tailwind-css 1 react-js 1 dsa-algorithm 1 algorithm-challenges 1 data-structures-interview-questions 1 algorithm-implementation 1 visualization 1 2-3-tree 1 balanced-search-trees 1 balanced-trees 1 datastorage 1 datastructures-tasks 1 free-to-use 1 insert-delete-operations 1 open-source-code 1 rotations-operations 1 split-operations 1 tree-datastructures 1 two-three-tree 1 two-three-trees 1 binary-search 1 undirected-graph 1 hashing-algorithm 1 dsa 1 software-architecture-interview 1 software-architecture-interview-questions 1 software-developer-interview 1 software-engineer-interview 1 tree-data-structure-interview-questions 1 tree-data-structure-questions 1 tree-data-structure-tech-interview 1 spatial-data 1 spatial-index 1 graph 1 hash-table 1 iteration-and-recursion 1 numbers 1 python 1 search 1 sorting-algorithms 1 strings 1 traversal-algorithms 1 queues 1 stacks 1 avl-tree 1 heap-data-struture 1 heapify 1 segment-tree 1 tries-data-structures 1 rust 1 trie 1 trie-data-structure 1 trie-implementation 1 bfs 1 dfs 1 heapsort-algorithm 1 algorithms-and-data-structures-interview-questions 1 algorithms-interview-questions 1 coding-interview-questions 1 data-structures-and-algorithms 1 data-structures-and-algorithms-interview-questions 1 freecell-game 1 freecell-solver 1 game 1 java-algorithms 1 path-finding-algorithm 1 pathfinding 1 search-algorithms 1 solitaire-card-game 1 solitaire-solver 1 css 1