Skip to content
View KensalRamos's full-sized avatar
  • Orlando, Florida

Block or report KensalRamos

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
KensalRamos/README.md

Hi there 👋

  • 📫 How to reach me: kensalramos@gmail.com
  • ⚡ Fun fact: I began programming by creating modifications for Minecraft in middle school (I still love that game).

Pinned Loading

  1. AccountabilityChat AccountabilityChat Public

    Full-stack Android messaging application

    Java

  2. FitnessTracker FitnessTracker Public

    This is a full-stack android application that tracks the user's fitness. The user may track their workout as they go, get daily motivation, get their fitness level measured based on lifts, and much…

    Java

  3. BellmanFord-and-FloydWarshall BellmanFord-and-FloydWarshall Public

    This was an assignment for Computer Science 2 at UCF, taught by Professor Gerber. We were to Implement the Bellman-Ford and Floyd-Warshall algorithms. Both read from the same file but print to diff…

    Java

  4. SkipListSet SkipListSet Public

    This was a project in Computer Science 2 at UCF, taught by Professor Gerber. This project implements a skip list as a genericized SkipListSet<T> collection in Java. The class implements SortedSet<T…

    Java

  5. ashley-hart/rageboard ashley-hart/rageboard Public

    Project for KnightHacks 2020

    JavaScript 2 2

  6. P-Machine-Implementation P-Machine-Implementation Public

    A virtual machine that utilizes a stack which contains activation records as data segments and a register file to perform instructions

    C