Skip to content

Latest commit

 

History

History

b_trees

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This assignment implements the problem statement in C using B Trees as Data Structure and Merge Sort as Sorting Algorithm.

Compilation command:

gcc main.c utility.c member.c books.c

Tested on:

GCC on Ubuntu 20.04 LTS

Known Issues:

  • Insert Book function doesn't work properly and can throw runtime errors.
  • On some terminals, strings(for names etc) might not be accepted properly.