An open API service indexing awesome lists of open source software.

https://github.com/unicod3/go-for-data-structures

Go implementation of some data structures
https://github.com/unicod3/go-for-data-structures

datastructures golang

Last synced: 5 months ago
JSON representation

Go implementation of some data structures

Awesome Lists containing this project

README

          

# Data Structures [![](https://github.com/unicod3/go-for-data-structures/workflows/test/badge.svg)](https://github.com/unicod3/go-for-data-structures/actions)

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](https://github.com/unicod3/go-for-data-structures/tree/master/dynamicarr)

[*] Linked List

[ ] Stack

[ ] Queue

[ ] BST

Running Tests
-------------

```
go test -v ./...
```