Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Tree

Soon :
- 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