Skip to content
View nuhferjc's full-sized avatar
  • Boone, North Carolina
Block or Report

Block or report nuhferjc

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. splay-tree-cut-and-paste splay-tree-cut-and-paste Public

    1000000 cut & paste operations on The Fellowship of the Ring simulated using a splay tree!

    C++

  2. collatz collatz Public

    Calculates the integer with the greatest Collatz length in a set range [a, b].

    Java

  3. gaussian-elimination gaussian-elimination Public

    Implemention of Gaussian Elimination with Scaled Partial Pivoting to solve system of equations using matrices.

    Python 4 1

  4. gauss-seidel gauss-seidel Public

    Implemention of the Gauss-Seidel Iterative Method for solving systems of equations.

    Python 10 3

  5. deer-and-lions deer-and-lions Public

    Solving a unique deer and lions problem using Java Queues and a breadth-first search!

    Java