go18ds
Data structures library
An implementation of various data structures and algorithms in Go.
46 stars
2 watching
4 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
liyue201/gostl | A data structure and algorithm library designed to provide functions similar to C++ STL in Go. | 1,058 |
patmorin/ods | Provides implementations and pseudocode of data structures in multiple programming languages. | 1,212 |
gosuri/go-store | Provides a platform-independent interface to persist and retrieve data in various store implementations. | 112 |
michaeljwelsh/cdsa | A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 602 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
abdonkov/dsa | An implementation of data structures and algorithms in C# for learning and reference purposes. | 689 |
deepak-malik/data-structures-in-java | A collection of Java implementations of various data structures and algorithms used in computer science | 146 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 806 |
deatil/go-array | A Go package for working with nested data structures like maps and slices | 20 |
krukow/clj-ds | A library that adapts Clojure's persistent data structures to work with the Java programming language. | 219 |
ugorji/go | A high-performance, feature-rich Idiomatic Go 1.4+ codec/encoding library for various binary and text formats. | 1,868 |
jinzhu/gorm | An ORM library for Go that enables interactive and declarative database interactions using a high-level API. | 643 |
paulmach/go.geo | A geometry library that provides data structures and operations for manipulating 2D locations and shapes in Go. | 331 |
a8m/golang-cheat-sheet | A comprehensive guide to Go syntax and features for developers | 8,467 |
gyuho/goraph | Provides an efficient and flexible graph data structure and algorithm implementation in Go | 739 |