Skip to content
View Elochar's full-sized avatar

Block or report Elochar

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

Popular repositories Loading

  1. Authentication-methods Authentication-methods Public

    These are the methods for the connect 4 project that identify whether or not a specified user wins or loses.

  2. Connect4 Connect4 Public

    A connect 4 final project for a computer Organization class

  3. Server-Checker Server-Checker Public

    Personal Project that monitors devices on my personal network.

    Python

  4. Tree_Traversal_Java Tree_Traversal_Java Public

    This is a simple, work in progress java project where I attempt different tree traversals. So far there is only BFS and DFS.

    Java

  5. IntervalPartitioning IntervalPartitioning Public

    Java

  6. MergeSort-Divide-and-Conquer MergeSort-Divide-and-Conquer Public

    The purpose of this program is to do a mergesort recursively via divide and conquer //There will be separate sort and merge functions that will be return the number of inversions (when the number o…