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
- Host: GitHub
- URL: https://github.com/unicod3/go-for-data-structures
- Owner: unicod3
- Created: 2020-02-27T23:12:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T08:52:36.000Z (about 6 years ago)
- Last Synced: 2024-06-19T14:57:19.231Z (almost 2 years ago)
- Topics: datastructures, golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Data Structures [](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 ./...
```