Files
collection/README.md
Fabio Scotto di Santolo f285fc868e Update README.md
2024-10-24 15:04:22 +02:00

11 lines
268 B
Markdown

# Data structures
This repo is a package of useful data structures written in Go, I've written this package as an aid to Go application development.
The following data structures are included in this package:
- Slice
- Linked List
- Stack
- Queue
- Set
- Hashtable