Skip to content

Adrilene/btree_ed2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btree_ed2

Implementation of B tree's methods with python.

Para que você consiga rodar nosso projeto sugerimos que:

1 - Instale o python (versão 3.7 ou superior)

2 - Instale o virtualenv

Faça os seguites comandos:

python3 -m venv env

source env/bin/activate

pip install --upgrade pip

pip install -r requirements.txt

About

Implementation of B tree's methods with python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages