/hybrid-chaining-model

A Hybrid Chaining Model with AVL & BST to Enhance Searching Speed

Primary LanguageC++

Hybrid Chaining model using AVL and BST trees

This model uses data structure and algorithm design concepts to reduce the time complexity of searching from O(n^2) to O(log n), which enhances the searching speed of algorithm.

How to Run

  1. Install Visual Studio IDE.
  2. Clone Repository.
  3. Run bgi.sln.

Output

AVL Output:

avl ouput

BST Output:

bst output