Skip to content

An implementation of a persistent B-tree that writes to a random access file of fixed-length blocks via a cache system.

Notifications You must be signed in to change notification settings

zsabin/PersistentB-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PersistentB-Tree

An implementation of a persistent B-tree that writes to and reads from a random access file of fixed-length blocks (FLRAF) via a cache system.

I created this program for my CSC 365 Data Structures and File Processing course in Fall 2015.

About

An implementation of a persistent B-tree that writes to a random access file of fixed-length blocks via a cache system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages