Skip to content
View colbyedell's full-sized avatar

Block or report colbyedell

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

    The LARK, or Linux Activity to Reinforce Knowledge, is an interactable game that teaches the basic commands and syntax of the Unix command-line operating system. The Great Pyramid Heist is what we'…

    Shell 1

  2. Singly_Linked_List Singly_Linked_List Public

    A linked list implementation written in C++. A basic test case is included in the main function.

    C++

  3. Balanced_Bracket_Checker Balanced_Bracket_Checker Public

    This is a stack-based implementation of a balanced bracket checker, which checks a given string to ensure each opening bracket {, (, or [, has a matching closing bracket }, ), or ], respectively. I…

    C++

  4. AVL_Tree AVL_Tree Public

    This is a C++ implementation of an auto-balancing Binary Search Tree, otherwise known as an AVL tree. Includes functions for insertion, deletion, search, sum, next element, range search & sum, heig…

    C++

  5. Prim_MST Prim_MST Public

    This is a C++ implementation of Prim's Minimum Spanning Tree algorithm. This is a bi-directional graph implementation, so all edges are reversible. Vertices, neighbor vertices, and edge weights are…

    C++

  6. JavaFX_Eye_and_Clock_Widgets JavaFX_Eye_and_Clock_Widgets Public

    This is a JavaFX implementation of widgets, aimed at practicing event handling and animation. The first widget contains eyes that follow the mouse cursor and may be closed using a click of the mous…

    Java