Probabilistic Skip List

This was a project for my Computer Science 2 class in which I was required to create an implementaion of the Probabilistic Skip List data structure which utilized generics.

Obviously, it is not very common that a probabilistic skip list is needed to solve a problem in game development, but I think this project is a good showcase of my ability to create object oriented solutions to complex problems.

Technical Implementations:

Link to the repository: https://github.com/notis404/Probabilistic-Skip-List