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

https://github.com/rabinzon/goadt

ADT implementation in Go
https://github.com/rabinzon/goadt

Last synced: 7 months ago
JSON representation

ADT implementation in Go

Awesome Lists containing this project

README

          

#### ADT implementation in GO.
![status](https://travis-ci.org/Rabinzon/goADT.svg?branch=master)

I'm beginner in golang, and programming also.
This repository will hold my ADT implementation in GO.

implemented data structures:
```
Queue
Stack
```