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

Block or report josephmc1332

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

  1. BinarySearchTree BinarySearchTree Public

    Practice working with BSTs. Hello, Recursion!

    C#

  2. BinarySearchTreeFun BinarySearchTreeFun Public

    Multiple functions(mostly recursive) here. FindMaxPath, MinDepth, TopView of a BST, BottomView of a BST.

    C#

  3. DesignPatterns-RandomCalculator DesignPatterns-RandomCalculator Public

    This solution provides two different projects. One has a focus on gaining a general understanding of Design Patterns, while the other is a simple WinForm implementation of a calculator.

    C# 1

  4. IEnumeratorIEnumerableNotes IEnumeratorIEnumerableNotes Public

    A comment heavy look at two powerful interfaces! Iterating through a collection.

    C#

  5. VariousAlgorithms-FeaturingMergeSort VariousAlgorithms-FeaturingMergeSort Public

    Taking a look at some fun problems, such as finding triplets who's sum is less than a given value, finding every SubPalindrome within a given string, plus a few more.

    C#

  6. ProjectAPIService ProjectAPIService Public

    API's are powerful, because they keep us from needing to "reinvent the wheel". This is my first project working with API's. There is definitely a lot of learning going on here!

    JavaScript