Skip to content
View alistenberger's full-sized avatar
Block or Report

Block or report alistenberger

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

  1. Shortest_Path_Elevation_Map Shortest_Path_Elevation_Map Public

    Finding the shortest path in a grey-scale elevation map. Converts all pixels in the image to Nodes with elevation data gathered from analysis of the unsigned char value at any given pixel. Then uti…

    C++ 3

  2. adventureGame adventureGame Public

    Python 1

  3. Sorter-Class Sorter-Class Public

    WIP sorter class which will incorporate various sorting algorithms to be called from class. Intended to act as a utility sorter class where a specific sort can be selected and ran on an array. Also…

    C++ 1

  4. rentACar rentACar Public

    Java

  5. simpleChecksumCompare_string-comparer simpleChecksumCompare_string-comparer Public

    Simple Program to verify checksums through manual entry or to simple compare strings

    C++

  6. Stack-Based-Expression-Evaluator Stack-Based-Expression-Evaluator Public

    A stack-based expression evaluator utilizing various data structures and software design patterns

    C++