diff --git a/README.md b/README.md index c00ce48..5b3e2e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# algoritmi-strutture-dati-golang -Repository di algoritmi e strutture dati in Go +# 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