Pinned Repositories
DSA-Assignment-1
Task is to design a polynomial calculator that can perform three basic operations on large polynomials: add, multiply, evaluate. Since number of terms in a polynomial can vary, we can borrow the idea of linked list to efficiently implement polynomials. Each polynomial must have the address of the first term and each term except the last term has the address of the next term.
DSA-Assignment-2
Given an expression of binary operators as input in the character array, you are required to design a solution in C++ for converting that expression in prefix, postfix and then evaluating that expression. Also you will check its validity (correct use of brackets and operators). The intend is for the given input expression in character array 1. Check validity of the expression 2. Convert to Prefix expression 3. Convert to Postfix expression 4. Evaluate the given expression
DSA-Assignment-3
Search Engine.
DSA-Lab-1
Write a class Patient that has following data members Name (string), type e.g in – patient, outpatient (string), Number of days (int). Write another class Hospital that has following data members patient Ob.(patient), meditation-charges (int), daily rate (double) and hospital charges(int). Make overloaded constructors in both classes. First, the program should ask if the patient was admitted as an in-patient or an out-patient. If the patient was an in-patient, the following data should be entered: 1. The number of days spent in the hospital 2. The daily rate 3. Hospital medication charges 4. Charges for hospital services (lab tests, etc.)
DSA-Lab-10
QUEUE AND STACK
DSA-Lab-11
Photo Organizer
DSA-Lab-2
Template Classes
DSA-Lab-3
Sorting Techniques
DSA-Lab-4
Sorting Techniques
OOP-Assignment-2
Semester 3 Assignment
raorafay-dev's Repositories
raorafay-dev/OOP-Assignment-2
Semester 3 Assignment
raorafay-dev/First-HTML-code
24 Oct
raorafay-dev/OOP-Asignment-1
Semester 3 Assignments
raorafay-dev/OOP-Homework-2
Codes of homework (2020 semester # 2)
raorafay-dev/OOP-Homework-3
Codes of homework (2020 semester # 2)
raorafay-dev/OOP-Homework-4
Codes of homework (2020 semester # 2)
raorafay-dev/OOP_Homework-1
C ++ Codes of homework (2020 semester # 2)