https://github.com/samirprakash/go-algo
Implement algorithms using golang
https://github.com/samirprakash/go-algo
algorithm-challenges algorithms-and-data-structures go golang
Last synced: about 1 year ago
JSON representation
Implement algorithms using golang
- Host: GitHub
- URL: https://github.com/samirprakash/go-algo
- Owner: samirprakash
- Created: 2022-06-05T19:19:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T04:29:44.000Z (about 4 years ago)
- Last Synced: 2025-04-21T09:06:06.963Z (over 1 year ago)
- Topics: algorithm-challenges, algorithms-and-data-structures, go, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms in Go
- find factorial
- generate fibonacci
- check if a number is prime
- check if a number is power of two or not