Skip to content

adityavaidya108/I.P-address-AVL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

I.P Address AVL Tree

Features

  • A self-balancing Binary Search Tree (BST) in C, where each node containes I.P addresses, and designed a console interface to display detailed node attributes (alias, height, depth, parent) with real-time balance factor computation, leveraging Inorder Traversal for structured output.

  • The tree reads from a file CS531_Inet.txt and inserts the valid nodes in the AVL Tree as the initial nodes and the nodes which have errors are inserted in a separate file CS531_error-log.

  • Following screenshots show some app functionalities.

  • Insert Node

    Screenshot

  • Look Up Address

    Screenshot

  • Display Addresses

    Screenshot

  • Error Log

    Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages