Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 1 Write a C++ class Car Each car has an id, plateNumber, brand, model, color and price. Write a C++ function that ask the

image text in transcribed
image text in transcribed
image text in transcribed
Exercise 1 Write a C++ class Car Each car has an id, plateNumber, brand, model, color and price. Write a C++ function that ask the user to insert as mutch as he/she wishes. Cars should be stored in a array. Write a C++ function that take as parameter a string, this function shoud ask the the criteria used to sort the cars and sort the existing cars based on the selected criteria. For example if user give price the function shoud sort the array based on the price of car. If user give color function sort the array based on alphabetical order of color of cars. Write a C++ function to display the sorted data. Note You can use any sorting algorithm Exercise 2 Write a class Event Each event has an id, title, location, date and number of speakers. Write a C++ function that ask the user to insert several Event and store the data in an amay. Write a C++ function that sort the event based on thier date. Write a C++ function that sort the event based on the number of speakers. Write a function to display the sorted data. Exercise 3: Give the longuest Common Subsequence of the following strings ASFTHKLMABSCAP B- ZXECZEEFGMSKA Exercise 4: (a) Insert the following sequence of elements into an AVL tree, starting with an empty tree: 50, 6, 18, 34, 62, 12, 8, 55, 89, 2, 23, 76 (b) Delete 23 in the AVL tree that you got. Exercise 5 Find the shotest path using the forward technique

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Temple Of Django Database Performance

Authors: Andrew Brookins

1st Edition

1734303700, 978-1734303704

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago