Final Project in Data Structure
Final Project in Data Structure
1. PASSWORD GENERATOR
RULES: PASSWORD MUST CONTAIN AT LEAST 8 CHARACTERS. (MUST BE COMPOSED OF
NUMBERS, ALPHABET, SPECIAL CHARACTERS)
2. PHONEBOOK
Operations: Add-Edit-Delete-View-Exit
Input: Name, Contact No., Address
3. FLIGHT BOOKING
Rules: Must have 30 seats.
Input: Reserve a seat, with your name and contact number
Output: The current status of each seats
4. DENTIST SCHEDULING
Rules: Dentist’s schedule is from Mon-Fri 8am to 5pm
Input: Type of appointment, Time for appointment
Output: Status of the schedule
5. TOWER OF HANOI
Rules: The goal of the puzzle is to move all the disks from the leftmost peg to the rightmost peg,
adhering to the following rules:
Twist: the player can choose how many disks he/she wants.
6. Tic Tac Toe
Rules: The object of Tic Tac Toe is to get three in a row. You play on a three by three game board.
The first player is known as X and the second is O. Players alternate placing Xs and Os on the game
board until either opponent has three in a row or all nine squares are filled. X always goes first,
and in the event that no one has three in a row, the stalemate is called a cat game.
(https://www.exploratorium.edu/brain_explorer/tictactoe.html)