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

Block or report nuhferjc

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 12 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