Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

botbw/BPlusTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

For Windows user, make sure you installed MINGW and configured g++ correctly:

  1. Go to project folder
  2. Compile the main.cpp

g++ main.cpp -O3 -std=c++20 -o lab.exe

  1. Run the experiment program

For Unix user, make sure you installed GNU tool chains:

  1. Goto project folder
  2. Run

./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages