Skip to content
View Bri-K's full-sized avatar

Block or report Bri-K

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. monty-python monty-python Public

    Interactive script that let's you play through the "Monty Hall Problem," or simulate a large number of iterations of the game with different strategies.

    Python

  2. pythonChallenges pythonChallenges Public

    My solutions to the challenges at pythonchallenge.com as I solve them.

    Python

  3. notKadane notKadane Public

    This is a script that solves the problem of finding the largest sum of a contiguous subarray. It's an alternative to Kadane's algorithm that I discovered before I realized the problem was well-know…

    Python