RinHizakura / Skiplist

An implementation for solving leetcode: "Design Skiplist"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skiplist

This is an implementation for solving leetcode 1206. Design Skiplist, with more feature combined as desciption below:

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

About

An implementation for solving leetcode: "Design Skiplist"


Languages

Language:C 83.3%Language:Shell 13.6%Language:Makefile 3.1%