Skip to content
View amanuelttesfaye's full-sized avatar

Block or report amanuelttesfaye

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

Popular repositories Loading

  1. maze-generator maze-generator Public

    A maze generating algorithm that utilizes a Union-Find data structure to create mazes.

    Java

  2. maze-solver maze-solver Public

    A maze solving program which implements the depth-first search algorithm

    Java

  3. word-counter word-counter Public

    A word counting program which uses a binary search tree to printout a sorted list of all the words in a text file and the number of times they appear.

    Java

  4. karel-adventure-game karel-adventure-game Public

    This program served as the final project for CodeinPlace 2020. This is a fun game where Karel avoids obstacles and tries to reach the finish line.

    Python

  5. game-of-life game-of-life Public

    This program recreates Conway's famous game of life.

    Java

  6. fountain-simulator fountain-simulator Public

    This program simulates the trajectory of water droplets under the influence of gravity.

    Java