Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 482 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 482 Bytes

Algoritmos

What will you find in this repository ?

You will find a set of exercises developed in golang such as: Search Algorithms, Data Structures, Sort Algorithms, etc. These are mostly going to have the Time Complexity written

What Asintic Notation i use ?

There are many exercises expressed with diferent notation, but the most used is the Big O notation

How to resolved package XXX is not in GOROOT

go env -w GO111MODULE=off