Skip to content

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

Notifications You must be signed in to change notification settings

abdullahtahir-cs/hybrid-chaining-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published