The article was initially posted on 2017-10-16. Description Wildcard Matching - LeetCode Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single charact...
last edited by Mensu on 2017-10-16
The article was initially posted on 2017-10-15. Description Regular Expression Matching - LeetCode Implement regular expression matching with support for '.' and '*'. '.' Matches any si...
The article was initially posted on 2017-10-11. Description String to Integer (atoi) - LeetCode Implement atoi to convert a string to an integer. Hint: Carefully consider all possible i...
last edited by Mensu on 2017-10-11
The article was initially posted on 2017-10-10. Description ZigZag Conversion - LeetCode The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (...
last edited by Mensu on 2017-10-10
The article was initially posted on 2017-09-21. Description Longest Palindromic Substring - LeetCode Given a string s, find the longest palindromic substring in s. You may assume that th...
last edited by Mensu on 2017-09-21