Posts

Showing posts from 2015

Linked List Data Structure with JAVA iterator

Detect cycles in a graph using DFS

Prims Minimum Spanning Tree (MST)

Floyd Warshall Algorithm

Dijkstra's Shortest Path

Depth First Search (DFS) Traversal

Breadth First Search (BFS) Traversal

Java Graph (Directed and weighted), simple and fast

Playing with time complexity: Fibonacci Numbers

Implementing a tree using two python dictionaries

Looping extremely large iteration numbers Python

Maximum sub array of given length in linear time

Recursion part 1

Greatest Common Divisor

Calculating Array Length

Minimal network | Euler 107

Square root digital expansion | Euler 80

Roman Numerals | Euler 89