Skip to content
View imengus's full-sized avatar
  • London

Block or report imengus

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. scriptsscriptsPublic

    Miscellaneous Python and Bash scripts for utility or out of interest.

    Python

  2. simplexsimplexPublic

    Implementations of the simplex algorithm

    Python 1

  3. point-cloudpoint-cloudPublic

    Designing from scratch an algorithm to automatically detect room corners of 3D point clouds

    Jupyter Notebook 4

  4. demomarbledemomarblePublic

    A creative implementation of what a marble run over London's density heatmap may look like

    Jupyter Notebook

  5. Explaining the simplex algorithmExplaining the simplex algorithm
    1
    ### Contents:
    2
    - Converting linear programs to simplex tableaus
    3
    - Steps for the simplex algorithm
    4
    5
    # Converting linear programs to simplex tableaus