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

https://github.com/rinhizakura/skiplist

An implementation for solving leetcode: "Design Skiplist"
https://github.com/rinhizakura/skiplist

Last synced: 3 months ago
JSON representation

An implementation for solving leetcode: "Design Skiplist"

Awesome Lists containing this project

README

        

# Skiplist

This is an implementation for solving leetcode [1206. Design Skiplist](https://leetcode.com/problems/design-skiplist/), with more feature combined as desciption below:

* A single-linked-list with the same functionality to compare the performance