/DataStructures

This repository consists of 4 data structure projects on Linked List, Binary Search Tree, AVL Tree and Hash Table with chaining. Each project consists of 3 classes; the Node class- with getter and setter methods; the Table class- which is the implementation class consisting of methods to insert, delete, look up, update and display the items in the list/tree/table; and an AddressBook class that is the driver class for each project. The entries in each data structure could be added one by one or in a batch via provided text files.

Primary LanguageJava

Watchers