Skip to content

Instantly share code, notes, and snippets.

View MassiGy's full-sized avatar
😇
ready to help

Massiles Ghernaout MassiGy

😇
ready to help
View GitHub Profile

Understanding go modules.

Before Go 1.11, Go developers had only one choice on how and where to write Go code, they had to be working under $GOPATH. This path is usually under $HOME/go, and in there we can find these directories:

    $ ls $GOPATH
 - src/ pkg/ bin/

Binary Search Trees Analytics | Analyse des arbres binaires de recherches.

Description et introduction:

Les arbres binaires de recherche, ou bien ABR, sont des structures de données qui nous permettent d'optimiser certaines opérations, qui seraient trop coûteuses si appliquées sur d'autres structures de données, comme les listes chaînées.

Let's learn about functional programming (haskell / JavaScript).

Ressources: