#
generaltree
Here are 6 public repositories matching this topic...
A class that represents a Sparse Matrix by storing tuple/data nodes and tuple connections in std::vectors rather than pointers. A SparseMatrix iterator is provided for looping through the tuples.
cplusplus datastructures atomic tuples iterator multithreading sparse tree-structure flatten sparse-matrices generaltree datastructures-algorithms sparsedata flatten-array sparsematrix
-
Updated
Nov 23, 2025 - C++
A simple Shell implemented in Java using a Linked-Tree structure
-
Updated
May 22, 2019 - Java
My exercises and codes in DSA!
list linked-list stack queue graph quicksort bubble-sort sorting-algorithms selection-sort hashtable binary-search searching merge-sort quick-sort shell-sort linear-search generaltree binarysearchtree big-o-notation linear-search-algorithm
-
Updated
Sep 16, 2022 - Jupyter Notebook
Implentation of a general tree in Go Programming Language. A general tree is a tree data structure in which each node can have an arbitrary number of children. We are storing children in an array.
go golang tree algorithm data-structure algorithms tree-structure tree-search datastructure algorithms-datastructures ds generaltree algorithms-and-data-structures general-tree tree-structured
-
Updated
Dec 14, 2022 - Go
This is a simple Go program that converts a general tree to a binary tree.
go golang tree data-structure binary-tree tree-structure tree-search binarytree datastructure ds generaltree general-tree
-
Updated
Dec 17, 2022 - Go
Add this topic to your repo
To associate your repository with the generaltree topic, visit your repo's landing page and select "manage topics."