Prajakta456 / Buffer-Project

A tourism agency that gives discounts to customers based on the number of members registering for the tour and their membership. Priority queue is used to give discounts to the customers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffer-Project

The code is has 5 classes:Main,Tourpackage,Customer,Admin,Registered Users

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.

DATA STRUCTURES USED:

  • 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

WHAT WE LEARNED:

  1. Using arraylist,linkedlist and priority queue provided by Collection Framework.
  2. Using modular approach for programming and writing and checking the code function by function.

FUTURE SCOPE OF THE PROJECT:

We will be adding

  1. Database (MySql) can be used for storing the Tours and Customers data.
  2. The customer can be given various travelling options like travelling by air,railway or road.
  3. 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.

Contributors:
Prajakta Deokule, Arundhati Korlahalli,Akhila Nori, Chinmayi Adsul
  • Arundhati Korlahalli - Customer functionalities
  • Prajakta Deokule - Priority Queue and Main
  • Akhila Nori - Hotel booking
  • Chinmayi Adsul - Tour package itineraries

About

A tourism agency that gives discounts to customers based on the number of members registering for the tour and their membership. Priority queue is used to give discounts to the customers.


Languages

Language:Java 100.0%