Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasguiss/algorithms
Algorithms and data structures in Go
https://github.com/lucasguiss/algorithms
algorithm data-structures go
Last synced: 11 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T00:09:46.000Z (over 4 years ago)
- Last Synced: 2024-11-09T23:34:20.391Z (2 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!
![gopher](https://miro.medium.com/max/3780/1*45yG2QdN59jvbmghvb95pA.png)#### 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`;