Skip to content

in this repository i am create implementation of hash table, b-tree and

Notifications You must be signed in to change notification settings

Ulqiora/Key-Value_Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashTable_and_B-tree

This repository implemented data structures that store data as a key-value pair. This list includes:

  • Hashtable
  • BTree.
  • AVL-tree.

I was responsible for writing the Btree and the HashTable.It was also created the ability to create objects in the tree with the lifetime of the object.All classes have a common abstract class. The class that is responsible for dealing with lifetime objects is called ThreadsDel.

About

in this repository i am create implementation of hash table, b-tree and

Topics

Resources

Stars

Watchers

Forks