Skip to content
View balloonio's full-sized avatar
Block or Report

Block or report balloonio

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

Pinned

  1. 2do1ist 2do1ist Public

    A simple todolist web app

    HTML 13 7

  2. maze-runner maze-runner Public

    Maze game based on a Google interview question

    Python 2 3

  3. derivative-securities derivative-securities Public

    NYU MATH-GA.2791 Derivative Securities

    Jupyter Notebook 2 1

  4. balloonio.github.io balloonio.github.io Public

    Hexo based personal blog

    HTML

  5. Some notes for leetcode Some notes for leetcode
    1
    ### Palindrome
    2
    
    
    3
    - dynamic programing with `f[i][j] =` whether `s[i:j+1]` aka `s[i]..s[j]` is palindrome or its length
    4
    - enumerate pivots, and expand from each pivot
    5
    
    
  6. coursera-machine-learning-course coursera-machine-learning-course Public

    Course assignments for Andrew Ng's machine learning course

    MATLAB