Skip to content
View cr4zyafrican's full-sized avatar

Block or report cr4zyafrican

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. bootstrap bootstrap Public

    A website I have made for my family owned trailer business.

    HTML

  2. file-on-disk file-on-disk Public

    The aim of this program is tell the user which files are taking up the most space on the computer

    Java

  3. maze maze Public

    This program tells the user if there is a way out of a given maze. This uses linkedlists, queues and stacks

    Java

  4. name-histogram name-histogram Public

    A program that displays how popular a given name is from 1880 to 2015. This program uses binary search trees as the underlying data structure.

    Java

  5. name-histogram-arraylist name-histogram-arraylist Public

    A program that indicates how popular a word is from 1880 to 2015

    Java

  6. popular-words popular-words Public

    * This is PopularWords class. It consists of the main method that runs the * program. It also consists of three other static methods that are used to help this program complete the task: cleanEnds…

    Java