This repository contains some elementary algorithms in go that seek to solve basic and complex problems using the Go language.
Some of the problems are obtained from some coding websites such as codewars and some are just personal problems that I've found from my various research and learning.
Some of the programs will be using custom Go libraries that are outside the scope of the Go in-built packages. The major one is the z01.
$ go get github.com/01-edu/z01
Clone in your local machine:
git clone https://github.com/denilany/Elementary_Algorithims_in_Go.git
Change into the directory:
cd Elementary_Algorithims_in_Go
After doing all of the above, cd into each individual directory to understand more about each each question.