Data Structures

If you need rely on ordering things, you may need to use data structures. See helpful libraries below:

GoDS library

Source: https://github.com/emirpasic/gods

Description: Implementation of various data structures and algorithms in Go.

Last updated

Was this helpful?