Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishsinha-io/selforganizinglist

implementations for three different types of self-organizing lists. all are inferior to skip lists but such is life
https://github.com/anishsinha-io/selforganizinglist

Last synced: 24 days ago
JSON representation

implementations for three different types of self-organizing lists. all are inferior to skip lists but such is life

Awesome Lists containing this project

README

        

# Self-Organizing Lists

This repository contains three different implementations for self organizing lists:

1. move-to-front (MTF)
2. transpose
3. count

Of course there are others, but to be honest they're all pretty irrelevant. Skip lists or red-black trees are generally
superior, but such is life. Sometimes another data structure just eats your lunch and that's the case for these sad
sacks here.