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
- Host: GitHub
- URL: https://github.com/nukopy/go-ads
- Owner: nukopy
- License: mit
- Created: 2021-10-14T14:41:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T17:23:21.000Z (about 4 years ago)
- Last Synced: 2026-01-12T22:42:40.293Z (3 days ago)
- Topics: algorithm, algorithms-and-data-structures, data-structure, go
- Language: Go
- Homepage: https://pkg.go.dev/github.com/nukopy/go-ads
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-ads
[](https://pkg.go.dev/nukopy/go-ads)
[](https://github.com/nukopy/go-ads/releases)
[](https://github.com/nukopy/go-ads/actions/workflows/lint_and_test.yml)
[](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)