Skip to content

DKU-EmbeddedSystem-Lab/2026_DKU_OpenSourceAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2026_DKU_OpenSourceAnalysis

This is a place for studying Open Source Software Analysis (BigData) in Dankook University.

Package Dependency

Please install following packages via these commands:

sudo apt update
sudo apt install g++ gcc make git

Clone Git Repository

git clone https://github.com/DKU-EmbeddedSystem-Lab/2026_DKU_OpenSourceAnalysis.git

Lab2: Skip list

If you want to proceed to Lab2 skip list, go to command below :

cd 2026_DKU_OpenSourceAnalysis/lab2/skiplist

make

./memdb_test

Lab2: B+Tree

If you want to proceed to Lab2 B+Tree, go to command below :

cd 2026_DKU_OpenSourceAnalysis/lab2/bptree

make

./memdb_test

Lab3: FileDB

If you want to proceed to Lab3 FileDB, go to command below :

cd 2026_DKU_OpenSourceAnalysis/lab3

make

./db_test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors