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:
- Java
- Git