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

https://github.com/nukopy/go-ads

Algorithms and Data Structures in Go
https://github.com/nukopy/go-ads

algorithm algorithms-and-data-structures data-structure go

Last synced: about 13 hours ago
JSON representation

Algorithms and Data Structures in Go

Awesome Lists containing this project

README

          

# go-ads

[![Go Reference](https://pkg.go.dev/badge/nukopy/go-ads.svg)](https://pkg.go.dev/nukopy/go-ads)
[![Release Version](https://img.shields.io/github/release/nukopy/go-ads.svg?style=flat)](https://github.com/nukopy/go-ads/releases)
[![.github/workflows/lint_and_test.yml](https://github.com/nukopy/go-ads/actions/workflows/lint_and_test.yml/badge.svg)](https://github.com/nukopy/go-ads/actions/workflows/lint_and_test.yml)
[![codecov](https://codecov.io/gh/nukopy/go-ads/branch/master/graph/badge.svg?token=KCVIHBVKXQ)](https://codecov.io/gh/nukopy/go-ads)

Algorithms and Data Structures in Go

## List of Algorithms and Data Structures

The list of algorithms and data structures implemented in go-ads is as follows:

- algorithms
- todo
- data structures
- stack
- queue

## How to Use

### Algorithms

todo

### Data Structures

todo

## References

- Documents
- [stack](https://pkg.go.dev/github.com/golang-collections/collections/stack)
- Repositories
- [arnauddri/algorithms](https://github.com/arnauddri/algorithms)
- tests exist
- [floyernick/Data-Structures-and-Algorithms](https://github.com/floyernick/Data-Structures-and-Algorithms)
- tests of algorithms exist but those of data structures do not
- [atcoder/ac-library](https://github.com/atcoder/ac-library)
- [monkukui/ac-library-go](https://github.com/monkukui/ac-library-go)
- [kmyk/competitive-programming-library](https://github.com/kmyk/competitive-programming-library)