/Elementary_Algorithims_in_Go

This repository contains some elementary algorithms in go that solve basic and complex problems using the Go language

Primary LanguageGoMIT LicenseMIT

Elementary_Algorithims_in_Go

This repository contains some elementary algorithms in go that seek to solve basic and complex problems using the Go language.

Sources

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.

Dependancies

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.

How to install:

$ go get github.com/01-edu/z01

How to clone and use this repo:

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.