mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-02 02:02:23 +08:00
skip_list
This commit is contained in:
@@ -9,10 +9,12 @@
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
using namespace std;
|
||||
|
||||
#define MAXLVL 2
|
||||
#define P 0.5
|
||||
|
||||
using std::endl;
|
||||
using std::vector;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user