C server implementation
If there is one man who has changed the course of Computer Science development history forever its Edgar Dijkstra, who has influenced Operating Systems with Semaphores and Mutexes, Dijkstra also has had a massive impact on routing with his shortest path Algorithm and this isn't even the tip of the iceburg; even in my early career studing Computer Sciece at GCSE to now in my second year of University.
My implentation focuses on using linked list data-structures to create an associative graph libary, simply implemented