Rao Rafay (raorafay-dev)

raorafay-dev

Geek Repo

Location:Islamabad, Pakistan

Github PK Tool:Github PK Tool

Rao Rafay's repositories

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

Language:C++Stargazers:1Issues:0Issues:0

OOP-Assignment-2

Semester 3 Assignment

Language:C++Stargazers:1Issues:0Issues:0

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.

Language:C++Stargazers:0Issues:1Issues:0

DSA-Assignment-3

Search Engine.

Language:C++Stargazers:0Issues:1Issues:0

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.)

Language:C++Stargazers:0Issues:1Issues:0

DSA-Lab-10

QUEUE AND STACK

Language:C++Stargazers:0Issues:1Issues:0

DSA-Lab-11

Photo Organizer

Language:C++Stargazers:0Issues:0Issues:0

DSA-Lab-2

Template Classes

Language:C++Stargazers:0Issues:1Issues:0

DSA-Lab-3

Sorting Techniques

Language:C++Stargazers:0Issues:1Issues:0

DSA-Lab-4

Sorting Techniques

Language:C++Stargazers:0Issues:1Issues:0

DSA-Lab-5

Linked List

Language:C++Stargazers:0Issues:1Issues:0

DSA-Lab-6

Doubly Linked List

Language:C++Stargazers:0Issues:1Issues:0

DSA-Lab-7

Doubly Circular Linked List

Language:C++Stargazers:0Issues:1Issues:0
Language:C++Stargazers:0Issues:1Issues:0
Language:C++Stargazers:0Issues:1Issues:0

DSA-Project

Huffman Algorithm

Language:C++Stargazers:0Issues:1Issues:0

Gym-Website-Web-Dev-

Project1 Web Development Boot Camp

Language:CSSStargazers:0Issues:1Issues:0

Hacktoberfest2022

Hacktoberfest 2022 OPEN FIRST Pull Request

License:MITStargazers:0Issues:0Issues:0

OOP-Asignment-1

Semester 3 Assignments

Language:C++Stargazers:0Issues:0Issues:0

OOP-Assignment-3

Semester 3 Assignment

Language:C++Stargazers:0Issues:0Issues:0

OOP-Assignment-4

Semester 3 Assignment

Language:C++Stargazers:0Issues:0Issues:0

OOP-Lab-work

Semester 3 Assignment

Language:C++Stargazers:0Issues:0Issues:0

OOP-Project

Semester Project (OOP)

Language:C++Stargazers:0Issues:0Issues:0

Photo-Editor-Website

Basic Photo editor implemented through HTML, CSS, JS

Language:JavaScriptStargazers:0Issues:1Issues:0

Pracice-Project-Notes-Website

This Practice Project is implemented through HTML, CSS, Bootstrap and JavaScript. Website allow users to add notes and delete them, additionally it also allows to search notes based on the description.

Language:HTMLStargazers:0Issues:1Issues:0

Practice-Project-Library-Website

This Practice Project is implemented through HTML, CSS, Bootstrap and JavaScript. This 2 page Website allow users to add book and delete them, additionally it also allows to search books based on the title. This Practice Project is implemented through HTML, CSS, Bootstrap and JavaScript. Website allow users to add notes and delete them, additionally it also allows to search notes based on the description.

Language:JavaScriptStargazers:0Issues:0Issues:0

Practice-Project-TicTacToe-Game

TicTacToe Game made by HTML, CSS and JavaScript.

Language:JavaScriptStargazers:0Issues:0Issues:0
Stargazers:0Issues:1Issues:0

SDA-Task-1

Account Management System implemented through OOP and file handling in Java.

Language:JavaStargazers:0Issues:1Issues:0