twanh / algorithmswithgo

Learning about GO and Algorithms at the same time :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms with GO!

Learning about GO and Algorithms at the same time :)

Why?

This is a side project in which I attempt to write some algorithms in go. These algorithms are not really meant to be used, or be the most efficient possible.
The main purpose is for me to learn Go and refresh my knowledge of Algorithms (and datastructures).

Content

  • Quick sort algorithm
  • Binary Search

Todo:

  • Merge sort
  • Bubble sort
  • Huffman coding (lossless compression)
  • Lee Algorithm (find the shortest path in a maze)
  • Dijkstra's algorithm (path finding)
  • Binary Search Tree

About

Learning about GO and Algorithms at the same time :)

License:MIT License


Languages

Language:Go 100.0%