Skip to content
View noodlescandy's full-sized avatar
🫚
🫚

Block or report noodlescandy

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

Pinned Loading

  1. Dictionary Dictionary Public

    This project uses a Splay Tree in order to implement a Dictionary. This project was created for my COS230 Data Structures and Algorithms class and only Dictionary.java and SplayTree.java were creat…

    Java

  2. Elevator-Simulator Elevator-Simulator Public

    This code implements a Priority Queue and uses that in order to simulate virtual elevator. It was created for my COS230 Data Structures and Algorithms class. The txt files besides errortest.txt and…

    Java

  3. Event-Attendence Event-Attendence Public

    This project uses PHP and SQL queries on a database in order to allow a user to add students from a table and events from another table to an attendance table and query the results. This was create…

    PHP

  4. Programs-2020 Programs-2020 Public

    This project contains programs written during the lockdown in 2020 in python. Not all of the programs were written by me (usually the examples). It includes a variety of scripts that do different t…

    Python

  5. Word-Counting Word-Counting Public

    This project implements an ADT Hash Table and uses it for a program that counts the number of words and occurences of each for a given text file. It was created for my COS230 Data Structures and Al…

    Java