Skip to content
View Fargle's full-sized avatar

Block or report Fargle

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

    A project that attempts to abstract away the minutia of running data science experiments. From developing a model to interpreting the results.

    Python 2

  2. hull_tactical hull_tactical Public

    Prediction model for S&P500

    Jupyter Notebook 1

  3. Hello-world Hello-world Public

  4. MazeMaker MazeMaker Public

  5. HashingTable HashingTable Public

    Uses multiplication method to hash "keys". A chaining method is implemented to deal with duplicate key values.

    Java

  6. Radix-Bucket-Sort Radix-Bucket-Sort Public

    This program takes in a variable amount of random integers and sorts them in ascending order. Has a better running time than other sorting algorithms with large amounts of data as its run time is o…

    Java