ds
Here are 12 public repositories matching this topic...
Sparse-Matrix Linked-List Go is a sparse matrix implementation in Go using a linked list. This is a data structure that stores only non-zero values in a matrix. This is useful when you have a lot of zeros in your matrix. This data structure is also useful when you want to perform operations on sparse matrices.
-
Updated
Dec 14, 2022 - Go
This is a simple Go program that checks if a given tree is complete or not. A tree is complete if all levels are completely filled except possibly the last level and the last level has all keys as left as possible.
-
Updated
Dec 24, 2022 - Go
This is a simple Go program that traverses a tree in different ways. (Pre-order, In-order, Post-order, and Level-order)
-
Updated
Dec 19, 2022 - Go
This is a simple implementation of a queue using a linked-list in Go. This is a good example of how to use a linked-list in Go.
-
Updated
Dec 10, 2022 - Go
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.
-
Updated
Dec 16, 2022 - Go
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
This is a simple implementation of a stack using a linked-list in Go. (Data Structure and Algorithms)
-
Updated
Dec 10, 2022 - Go
This is a simple Go program that converts a general tree to a binary tree.
-
Updated
Dec 17, 2022 - Go
Personal notes on data structures implementation using go.
-
Updated
Jun 28, 2023 - Go
Improve this page
Add a description, image, and links to the ds topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ds topic, visit your repo's landing page and select "manage topics."