This site was created by Hamza Qureshi as an Algorithms 2 course project at NYU Tandon School of Engineering.
If you have any questions or comments, you can reach me at hq343@nyu.edu
Wikipedia page on Iacono's Working Set Structure: https://en.wikipedia.org/wiki/Iacono%27s_working_set_structure
John Iacono's original article on the Working Set Structure: http://cglab.ca/~morin/teaching/5408/refs/i2001.pdf
Lecture Slides by Professor Keith Schwarz from Stanford University: http://web.stanford.edu/class/archive/cs/cs166/cs166.1166/lectures/10/Small10.pdf
Wikipedia page on Splay Trees: https://en.wikipedia.org/wiki/Splay_tree
Sleator and Tarjan's article on Splay Trees: http://www.cs.cmu.edu/~sleator/papers/self-adjusting.pdf
Article on Implicit Batching: https://www.cse.wustl.edu/~kunal/resources/Papers/batcher.pdf
Article on Parallel Search Structure: https://arxiv.org/pdf/1805.05787.pdf
There have been many papers published with extensions to the Working Set Structure, and in general, distribution sensitive data structures: