Skip to content
View angelpacman342's full-sized avatar
  • Puerto Rico
Block or Report

Block or report angelpacman342

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Restraunt Restraunt Public

    A restaurant is taking online orders for lunch. Assume lunch orders are to be filled in the arrangement in which they are received, unless they have a priority code. Write a program that receives t…

    C++ 1

  2. Restraunt-Receipt- Restraunt-Receipt- Public

    this program simulates your experience in the line of a restaurant. it takes your order and gives you a receipt (using structs/link list)

    C++ 1

  3. Temperature-Storer-Arrays- Temperature-Storer-Arrays- Public

    This program stores the high and low temperatures of each month, (for one whole year) using a multidimensional array[12][2]

    C++

  4. Temperature-Storer-Link-List- Temperature-Storer-Link-List- Public

    This program stores the high and low temperatures of each month, (for one whole year) using a link list

    C++

  5. link-list-queue- link-list-queue- Public

    the program is a simple link list the behaves as a queue (this program does not use the queue library)

    C++

  6. Link-List-Stack- Link-List-Stack- Public

    the program is a simple link list the behaves as a stack (this program does not use the stack library)

    C++