Link Search Menu Expand Document

New Article: Skip Lists in Visual Studio Code

A new article about skip list implementation in Visual Studio Code has been added to the catalog.

Skip List is a probabilistic data structure that can be used instead of balanced trees in most applications. Unlike other data structures with similar performance, like Red-black trees, skip lists are notoriously easy to understand and implement.

The code is written in TypeScript.

Visual Studio Code - Skip Lists

Help Code Catalog grow: suggest your favorite code or weight in on open article proposals.