Skip to content
View Alan-Flynn's full-sized avatar
  • Bank of Ireland
  • Dublin

Block or report Alan-Flynn

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. Python-Labs Python-Labs Public

    Labs run throughout two first year Python modules that I did.

    Python

  2. Jacobi-and-Gauss-Siedel-Iterative-Methods Jacobi-and-Gauss-Siedel-Iterative-Methods Public

    Algorithms used for determining the solutions of a diagonally dominant system of linear equations

    C++

  3. Six-Degrees-of-Separation-Project Six-Degrees-of-Separation-Project Public

    3rd Year project which creates a triangular grid graph of a size inputted by the user. It then tests to see if there are any two vertices in the graph that are separated by more than six degrees an…

    C++

  4. depot depot Public

    Forked from CheriseDove/depot

    Ruby

  5. Overlapping-Partitions-Project Overlapping-Partitions-Project Public

    Algorithm written in python that uses the hill climbing algorithm to perfect a randomly selected sequence to solve the overlapping partitions problem. Explained briefly this is a problem whereby th…

    Python

  6. Gradient-Descent-Algorithm Gradient-Descent-Algorithm Public

    An implementation in Java of the Gradient Descent for Linear Regression Algorithm that takes a single input variable as input. It then continually updates the values of theta0 and theta1 until an o…

    Java