datastructure
Here are 45 public repositories matching this topic...
Queue data structure for Go; SAY NO TO GITHUB
-
Updated
May 4, 2017 - Go
low level data type and utils in Golang.
-
Updated
May 19, 2023 - Go
A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.
-
Updated
Dec 24, 2024 - Go
A golang generic graph library that provides mathematical graph-theory and algorithms.
-
Updated
Aug 1, 2024 - Go
Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package
-
Updated
Oct 14, 2024 - Go
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
-
Updated
Dec 4, 2021 - Go
package skiprope is a rope-like data structure built on top of skiplists
-
Updated
Dec 2, 2017 - Go
A tree datastructure to store s2 cells and perform fast point in polygons lookup
-
Updated
Jan 17, 2020 - Go
algorithms, data structures and solved questions with golang (under development)
-
Updated
Jan 4, 2020 - Go
This repository contains different data structure implementation in golang
-
Updated
Jan 28, 2020 - Go
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
Implementations of various fundamental data structures as tree, stacks, queues etc. in Go
-
Updated
Jun 7, 2024 - 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
Improve this page
Add a description, image, and links to the datastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datastructure topic, visit your repo's landing page and select "manage topics."