Using singly and doubly linked lists do the following :
(1)create a class that implements the following :
a->abdullah->ali
b->ball->bill
c->cat->cute
d->dark->dog
Note:
a, b, c and d are connected using doubly links and rest of the links are all singly links.
(2)no global declarations are allowed
(3)run test the code in main
(4)make a menu
Using hashing
Make a hash table that searches names of a people form the staring alphabet (character) like the real life dictionary
Note:
No global declarations
Run test the code in main
Programming Problem
you are required to solve all the sorting algorithms up to mergesort mentioned in slides for both array as well as linked list.in c++.
Array vs linked list
Already covered
Bubble sort
Selection sort
Insertion sort
Merge sort
C program in which the user enter salary and program computes relevant tax
Quotation marks are usually paired with a similar type, like a double quote (") paired with another double quote ("), and the same goes for single quotes ('). However, I'd like to try complicating things by putting together a pair of a double quote(") and a single quote(') in one statement!
Consider the following values of a and N:
i. = 1, N = 10 (write output to pbla.out) ii. c = 10, N = 10 (write output to pb1b . out) iii. = 10, N = 100 (write output to pblc . out)
(e) For each case plot the numerical solution with the exact solution 011 the same plot
Write down functions to:
Insert and remove a binary tree.
Write a C++ program that prompts the user to input two integers and check whether they are equal or not.
Write a C++ program that prompts the user to input four integer values and find the lowest value of the four values.
Write a program that can compute the average exam grade for multiple students.
• Each student has the same POLICY of exam grades -DEFINE Your own policy
• Prompt the user for the number of exams
• When you finish a student prompt the user to see if there are more students to process