unicod3 / go-for-data-structures

Go implementation of some data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures

This is a personal repo which I try to implement data structures in Golang while trying to learn golang.

If you see any issue or possible improvements on the codebase please open an issue.

TODO

[*] Dynamic Array

[*] Linked List

[ ] Stack

[ ] Queue

[ ] BST

Running Tests

go test -v ./...

About

Go implementation of some data structures


Languages

Language:Go 100.0%