hello everyone!This is my first program in github!Thanks for reading. I will write something about my coding on leetcode!!!
题目 | 参考解答 |
---|---|
10. 正则表达式匹配 | #1 |
11.盛最多水的容器 | #2 |
12. 整数转罗马数字 | #6 |
13. 罗马数字转整数 | #3 |
14. 最长公共前缀 | #4 |
15. 三数之和* | #7 |
16. 最接近的三数之和 | #8 |
17. 电话号码的字母组合 | #9 |
18. 四数之和 | #10 |
19. 删除链表的倒数第N个节点 | #11 |
20. 有效的括号 | #12 |
21. 合并两个有序链表 | #13 |
22. 括号生成* | #14 |