Skip to content
View B1anky's full-sized avatar

Organizations

@BinghamtonCoRE
Block or Report

Block or report B1anky

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. CS-240-Program-2--Max-Heap--Hash-Table-with-Linked-List-chaining- CS-240-Program-2--Max-Heap--Hash-Table-with-Linked-List-chaining- Public

    A Pandora Radio simulator that allows you to add 'songs' to a playlist and simulate the playing. Utilizes A Max heap, combined with a Hash Table to execute best O(n) for a given operation.

    C++

  2. CS-440-Circular-Macro-Deque CS-440-Circular-Macro-Deque Public

    A Deque implented as a circular ring buffer with automatix resizing. Coded in C-styled C++ and is made with a one line macro for the entire data structure to be templated for any type given a compa…

    C++ 1

  3. CS-440-Project-2-Map CS-440-Project-2-Map Public

    My implementation of Std::Map

    C++

  4. CS-440-Project-3-Shared-Pointer-And-Array-And-Function-Wrapper CS-440-Project-3-Shared-Pointer-And-Array-And-Function-Wrapper Public

    My implementation of std::Shared_Ptr, an example of move constructors with arrays, and my implementation of std::function wrappers

    C++

  5. CS-455-Project-4-Morphological-Operations CS-455-Project-4-Morphological-Operations Public

    Allows to split image objects and count them using morphological closing. Also contains all previous Image processing code and functionality.

    C++

  6. License-Plate-Recognition License-Plate-Recognition Public

    A program which uses k-means clustering to train off of license plate datasets to learn how to read and classify license plate letters

    C++