generaltree
Here are 6 public repositories matching this topic...
A simple Shell implemented in Java using a Linked-Tree structure
-
Updated
May 22, 2019 - Java
My exercises and codes in DSA!
-
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.
-
Updated
Dec 14, 2022 - Go
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.
-
Updated
Nov 3, 2025 - C++
This is a simple Go program that converts a general tree to a binary tree.
-
Updated
Dec 17, 2022 - Go
Improve this page
Add a description, image, and links to the generaltree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generaltree topic, visit your repo's landing page and select "manage topics."