A tourism based agency that gives customers discounts on the basis of the number of members and their membership. *Priority Queue has been implemented for giving the Customers discounts.
- Priority Queue: For storing the Customer class objects.Priority queue is implemented using the comparable interface.Priorities have been calculated in the Customer class.
- Arraylist: Used for storing Admin details
- LinkedList: Used for storing tour details and customer details and bills of customers
- Using arraylist,linkedlist and priority queue provided by Collection Framework.
- Using modular approach for programming and writing and checking the code function by function.
We will be adding
- Database (MySql) can be used for storing the Tours and Customers data.
- The customer can be given various travelling options like travelling by air,railway or road.
- Website(Graphical User Interface) will be created for visual appeal and wider reach.
Read the travel_buffer_modified-converted.pdf for detailed functionalities and view the output given in the output file.
- Arundhati Korlahalli - Customer functionalities
- Prajakta Deokule - Priority Queue and Main
- Akhila Nori - Hotel booking
- Chinmayi Adsul - Tour package itineraries