Skip to content
View CodeCat08's full-sized avatar

Block or report CodeCat08

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. Algorithms-Project01-Travelling-Salesperson Algorithms-Project01-Travelling-Salesperson Public

    This program attempts to find the shortest route that touches every 2D coordinate provided and return back to coordinate (0,0).

    C#

  2. P5JS-Starfield-Challenge P5JS-Starfield-Challenge Public

    This program is a coding challenge inspired from "The Coding Train" YouTube channel's "Coding Challenge #1: Starfield in Processing" video: https://youtu.be/17WoOqgXsRM This program added just a fe…

    JavaScript

  3. memory-simulator memory-simulator Public

    Forked from nykez/memory-simulator

    A memory hierarchy simulator written in C++

    C++

  4. Algorithms-Project02-Closest-Triplet Algorithms-Project02-Closest-Triplet Public

    Closest triplet takes a set of N points as input, and asks for the triplet (group of three points) that minimizes the sum of the three distances between each pair of them. https://www.spoj.com/prob…

    C#

  5. Algorithms-Project02-Hacker-Rank-Power-Sum Algorithms-Project02-Hacker-Rank-Power-Sum Public

    This program finds the number of ways that a given integer,'X' , can be expressed as the sum of the 'N'th powers of unique, natural numbers. For example, if 'X' = 13 and 'N' = 2, we have to find al…

    C#

  6. P5JS-Object-Oriented-Bouncing-Balls P5JS-Object-Oriented-Bouncing-Balls Public

    This program demonstrates re-use of a "bubble" class to allow the creation of multiple unique bubbles that then "bounce" around the screen. An interesting bug was also addressed in which a bubble w…

    JavaScript