Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veepee-oss/go-data-structures
Data structures algorithms written in Go
https://github.com/veepee-oss/go-data-structures
Last synced: 17 days ago
JSON representation
Data structures algorithms written in Go
- Host: GitHub
- URL: https://github.com/veepee-oss/go-data-structures
- Owner: veepee-oss
- License: apache-2.0
- Created: 2018-04-09T13:02:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T13:43:26.000Z (almost 7 years ago)
- Last Synced: 2023-03-06T07:27:44.657Z (almost 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# opennoc-data-structures
[![License][lcs]](LICENSE)
[![build status][bld]][prj]
[![coverage report][cvr]](http://opennoc.pages.vpgrp.io/data-structures)1. [Overview](#overview)
2. [Description](#module-description)
6. [Development](#development)
7. [Miscellaneous](#miscellaneous)## Overview
This repository contains data structures that's missing in Golang standard.
## Description
For now there are :
- Stack
- Queue
- General TreeSoon :
- BTree
- Tree
- Graph## Development
Please read carefully [CONTRIBUTING.md](CONTRIBUTING.md) before making a merge
request.```
╚⊙ ⊙╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
```
[lcs]: https://img.shields.io/badge/license-Apache-blue.svg
[bld]: https://git.vpgrp.io/opennoc/data-structures/badges/develop/build.svg
[cvr]: https://git.vpgrp.io/opennoc/data-structures/badges/develop/coverage.svg
[prj]: https://git.vpgrp.io/opennoc/data-structures/commits/develop