# skiplist **Repository Path**: dejunN/skiplist ## Basic Information - **Project Name**: skiplist - **Description**: 跳表数据结构。 - **Primary Language**: C - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-06-15 - **Last Updated**: 2023-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # skiplist #### 介绍 参考redis实现的跳表数据结构。 #### 使用说明 1. 参考api接口注释