Addi-11 / Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structure Term Project

File structure implementation using Btree

A file structure hierarchy has been implemented using BTree data structure. In the project we created two classes File and OS in order to simulate a file hierarchy. These are the operations performed on the datastructure :

  • Insert
  • Search
  • Delete
  • Traverse

About


Languages

Language:C++ 100.0%