azeezolaniran2016 / algorithm-tests

Hey, eventhough I write code everyday to solve practical problems, algorithms appear to be a different game. It's time I sharpen up my algorithm skills by taking different tests in my spare time. I'm documenting them here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithm-tests

CircleCI

What is this about?

Hey, eventhough I write code everyday to solve practical problems, algorithms appear to be a different game.

It's time I sharpen up my algorithm skills by taking different tests. I'm documenting them here.

Completed Algorithms

ToDo Algorithms

ToDo:

  • Add more test cases for BinaryGap and DecimalToBaseX functions
  • Add test to cover traverseNode function in DFS implementation
  • Add comments to explain logic. Right now I think if I come back to this, I would remember what I did, but don't we all always feel that way ¯_(ツ)_/¯
  • Add test for heapifyMax function in HeapSort

About

Hey, eventhough I write code everyday to solve practical problems, algorithms appear to be a different game. It's time I sharpen up my algorithm skills by taking different tests in my spare time. I'm documenting them here.

License:MIT License


Languages

Language:Go 99.4%Language:Makefile 0.6%