c++

[Solved] AVL Tree with C

[Solved] AVL Tree with C

Write a Program to implement AVL Tree. Input and Output Format: Refer sample input and output. [All text in bold corresponds to input and the rest corresponds to output] Sample Input and Output: 1.Insert the element 2.Delete the element 3.Pre-Order…

[Solved] Dijkstra’s algorithm with C

[Solved] Dijkstra's algorithm with C

Write a Program to implement Dijkstra’s algorithm.Input and Output Format:Refer sample input and output. [Note: Use %11d for formatting the output] [All text in bold corresponds to input and the rest corresponds to output] Sample Input and Output: Enter the number…

[Solved] Switch Operations with C++

[Solved] Switch Operations with C++

Switch Operations: The 4 basic mathematical operations are Addition, Subtraction, Multiplication and Divison. They are actually the core part in every mathematical problem. Develop a program to perform all the mathematical operations in a menu driven format using a Switch…

[Solved] Expression Evaluation with C++

[Solved] Expression Evaluation with C++

Expression Evaluation: In the Mini project, 7th module is to evaluate the expression y = x + x^2+……..+x^n. Rita allotted this function to Malini. Collect and display the values returned by the called function. Test your program and report the results…

[Solved] AES Numbers with C++

[Solved] AES Numbers with C++

AES Numbers: Varun is the founder of Event Management Company, “Sparsh Services”.  In the company all the financial transactions are carried out online and Varun has strictly insisted his staff to do any transactions on web browsers that supports AES…

[Solved] Matrix Addition with C++

[Solved] Matrix Addition with C++

Write a program to perform matrix addition. Assume only square matrices of the same dimension. Input Format: The input consists of (2*(m*m)+1) integers. The first integer corresponds to m, the number of rows / columns in the matrix . The…

[Solved] Business Trip with C++

[Solved] Business Trip with C++

Business Trip: Collin is very passionate about travelling and loves travelling all over the world. Every time he plans for a trip one main difficulty he faces is calculating the amount of money he needs to save for the trip.…

[Solved] Enrolling the Events with C++

[Solved] Enrolling the Events with C++

Enrolling the Events: Be it a concert, conference, corporate event or weddings, people have started to take interest in all kinds of events equally and actively. Silver Bells is an organization with creative and innovative ideas working towards making every…