https://github.com/justanoobcoder/go-alg
https://github.com/justanoobcoder/go-alg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/justanoobcoder/go-alg
- Owner: justanoobcoder
- Created: 2023-11-28T14:33:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T15:52:20.000Z (over 2 years ago)
- Last Synced: 2025-01-22T00:17:49.215Z (over 1 year ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms implemented in Go (for learning Go)
This repository is collection of implementation of a variety of algorithms implemented in Go. This repository is just
for learning Go and practicing TDD. It uses [testify](https://github.com/stretchr/testify) for testing.