Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 314 Bytes

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. ...