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.

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

Pinned Loading

  1. scripts scripts Public

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

    Python

  2. simplex simplex Public

    Implementations of the simplex algorithm

    Python 1

  3. point-cloud point-cloud Public

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

    Jupyter Notebook 3

  4. demomarble demomarble Public

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

    Jupyter Notebook

  5. Explaining the simplex algorithm Explaining 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