datastructs
Common data structs for solving problems in Golang.
List of data structures can be found in datastructs/pkg
Rules for data structures
- Don't depend on external packages
- why?
- external packages are often fragile and dependicies can be easily broken