Github code

I started to push code into Github. Skiplists were invented by William Pugh and I looked at the ‘C’ code available at ftp.cs.umd.edu and coded Java programs. I am trying to code algorithms and a Skiplist was the first one. This code might not be the best but it will be refactored.
If I am able to sustain this motivation I will code graph algorithms and other data structures. Initially I was interested in distributed algorithms but they require special skills to understand.