rayniel95 / GoLittlePorjects

Little Go projects for training.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Little Golang projects for training. The idea of this repo is to solve exercises using Go. You can find here implementations of data structures and algorithms used to solve exercises.

Some of data structures and algorithms here:

  • Red Black Tree
  • Algorithm to create the combinations of elements in an array.
  • Algorithm to create the permutations with repetition of elements in an array.
  • Algorithm to create the permutation without repetition of elements in an array.
  • Ordered binary tree.
  • Breadth First Search (BFS) algorithm.
  • Deep First Search (DFS) algorithm.
  • Linked list implementation.
  • Topological Sort algorithm.
  • Backtracking implementation of Lee algorithm.

Requirements

go 1.16

How to execute

Run go test ./<folder here>

About

Little Go projects for training.


Languages

Language:HTML 73.8%Language:Go 26.1%Language:Dockerfile 0.2%