This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // By your BOI : Yahia B | |
| // feel free to take whatever you would like | |
| #ifndef SkipList_H | |
| #define SkipList_H | |
| #include <iostream> | |
| #include <cstdlib> | |
| #include <limits> | |
| #include <random> | |
| #include <ctime> | |
| #include <vector> |