Skip to content

Novaes/Bplus-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Bplus-tree

Project from Data Structure and Algorithms II (2013.1)

The full specification in Portuguese can be found on the specification_project.pdf

Basic inputs:

1: INSERT

1th line: i
2th line: key
3th line: string representing a name (max 20 characters)
4th line: integer representing an age (non-neg)

2: SEARCH FOR A RECORD

1th line: c
2th line: key to be found

3: REMOVE

1th line: r
2th line: key to be removed

4: PRINT TREE

1th line: p

5: PRINT LEAF NODES

1th line: f

6: EXIT

1th line: e

About

Project from Data Structure and Algorithms II (2013.1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages