Sabbatical dev

sabbatical devtechnical blog
 

Learning Algorithms

CS Dojo's super succinct video

Whilst learning algorithms I came across this video and wanted to share and tip my hat...

read
 

Help understanding the Dijkstra's algorithm

with an interactive app

Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph such as road networks.

read
 

Divide and Conquer

using the Euclidean Algorithm

Whilst reading the book grokking algorithms I found an interesting...

read
 

Recursive function walkthrough

Help in understanding recursion

As mentioned in a previous article not having a computer science degree I have always felt...

learn