Skip to content
View stefanKnott's full-sized avatar
  • Denver, CO

Block or report stefanKnott

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. DynamicProgramming DynamicProgramming Public

    Dynamic Programming problems in Python Fall 2014

    Python 1 3

  2. MaxSubarray MaxSubarray Public

    Homework from Algorithms Fall 2014 which solve sthe maximum subarray problem for stock prices, also includes problems using the master's theorem to solve recurrence relations. This is used to find …

    Python 1

  3. Library-Manager-GUI Library-Manager-GUI Public

    Swing GUI Repo CSCI 3308 Software Methods & Tools Project Summer 2014

    Java

  4. InterestCalculator InterestCalculator Public

    Calculates compounding and continuous interest rates of a bank's clients, storing clients in a doubly linked list. Winter 2013

    C

  5. MultithreadedDNSResolver MultithreadedDNSResolver Public

    CSCI 3753 Operating Systems Lab. Multithreaded solution to DNS request handling, solves classic producer consumer problem. Fall 2014

    C

  6. PageRank PageRank Public

    Code initiates a graph of websites, each with given initial page rank, readjusts ranks based on new connections Fall 2014

    Python