Posts
All the articles I've posted.
Reverse of LeetCode 38 LintCode 420 Count and Say (Look and Say)
Updated: at 08:23 AMSolutions for LeetCode 38, LintCode 420, medium, tags: math, string, simulation, companies: facebook, pinterest.
LeetCode 38 LintCode 420 Count and Say (Look and Say)
Updated: at 07:23 AMSolutions for LeetCode 38, LintCode 420, medium, tags: math, string, simulation, companies: facebook, pinterest.
How to Embed an SVG Image/Picture with the Code or File on a Website
Published: at 03:23 AMthree main ways to embed an SVG image or picture as a file or using html code on a website
Vim CheatSheet
Updated: at 10:12 AMtips for using vim
LeetCode 465 LintCode 707 Optimal Account Balancing
Updated: at 07:24 AMSolutions for LeetCode 465 LintCode 707, hard, tags: bit, array, dynamic programming, backtracking, bitmask.
Elevator Closest Floors (Shortest Path, Related to Shortest Seek Time First Disk Seek Algorithm)
Updated: at 07:23 AMSolutions for Elevator Shortest Path, medium, tags: array, binary search.