Skip to content

Different data structures implemented in go version 1.18.

License

Notifications You must be signed in to change notification settings

golodash/structure

Repository files navigation

About

In this repository there are some flexible implementations of different data structures in golang-v1.18. (generics based)

Implemented Structures

  1. LinkList
  2. Array (Stack, Queue or Array)
  3. ...