Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`;