Git Product home page Git Product logo

Rao Rafay's Projects

dsa-assignment-1 icon 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 icon 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-lab-1 icon 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.)

pracice-project-notes-website icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.