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"
- Host: GitHub
- URL: https://github.com/rinhizakura/skiplist
- Owner: RinHizakura
- Created: 2020-11-09T14:13:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T16:00:18.000Z (over 4 years ago)
- Last Synced: 2024-12-27T12:09:02.024Z (4 months ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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