https://github.com/lucasguiss/algorithms
Algorithms and data structures in Go
https://github.com/lucasguiss/algorithms
algorithm data-structures go
Last synced: 4 months ago
JSON representation
Algorithms and data structures in Go
- Host: GitHub
- URL: https://github.com/lucasguiss/algorithms
- Owner: lucasguiss
- Created: 2020-10-01T01:50:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T00:09:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T23:43:19.656Z (6 months ago)
- Topics: algorithm, data-structures, go
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlGOrithms
#### Algorithms and data structures in Go!
#### Usage
- Each algorithm is separeted by packages:```
alGOrithms
│ README.md
└───algorithm_name
│
└───algorithm_name.go
```- To run each algorithm use `go run file_name.go`;