Skip to content
View NathanEngle's full-sized avatar

Block or report NathanEngle

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

    Java project that finds and displays all possible letter combinations of a word. Uses the command line interface and supports filters that allow all possible letter combinations to be shown or only…

    Java

  2. CPP_Rainfall_Statistics CPP_Rainfall_Statistics Public

    Implements a linked list data structure (as shown in the textbook "C++ Walls and Mirrors" by Frank Carrano and Timothy Henry) to store and manipulate month-to-month rainfall statistics

    C++

  3. CPP_IsSameTree CPP_IsSameTree Public

    Implements binary tree data structure as implemented in the textbook "C++ Walls and Mirrors" by Frank Carrano and Timothy Henry. Within the data structure is a function called bool isSameTree(Tree …

    C++

  4. Java_BillOfMaterials Java_BillOfMaterials Public

    A Java-based manufacturing parts manager. Reads a JSON file of parts and sub-parts and is able to return sorted lists of final parts and sub-parts. The program is able to recursively navigate the J…

    Java

  5. Python_FizzBuzz Python_FizzBuzz Public

    Simple Python-based implementation of the FizzBuzz problem. For any arbitrary range of numbers, evaluate the number. If the number is evenly divisible by 3, print "Fizz", if evenly divisible by 5, …

    Python

  6. Python_BinarySearch Python_BinarySearch Public

    A Python-based implementation of a merge sort and binary search. A simple menu system gives the options of sorting/searching a list of numbers or words. Sample data provided consists of 2000 random…

    Python