Update README.md
This commit is contained in:
committed by
GitHub
parent
8e785b1d6a
commit
94caf0c5ee
12
README.md
12
README.md
@@ -1,2 +1,10 @@
|
|||||||
# algoritmi-strutture-dati-golang
|
# Data structures
|
||||||
Repository di algoritmi e strutture dati in Go
|
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user