Data Structures Projects

Name Of The Project Main Structure
Hospital Management System Linked List
Words BST Binary Search Tree

1-) Hospital Management System

This is an image

You are able to do:

<1> Add New Record

<2> Search Record (with name, surname, and polyclinic name)

<3> Delete Record (with name, surname, and polyclinic name)

<4> Sort Records By Name

<5> Sort Records By Surname

<6> Sort Records By Polyclinic Name

<7> Exit

2-) Words BTS

This is an image

Footnote: Words are taken from Words.txt file inside the folder.

You are able to do(:

1-) Print Different Words (with the number of repetitions)

2-) Print Different Words in Alphabetical Order (with the number of repetitions)

3-) Search word (presented with repetitions and depth)

4-) Exit