C++学习
文章平均质量分 87
Canonzki
我喜欢睡懒觉
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【刷题】【C++】Distinct Subsequences问题
leetcode原地址:https://leetcode.com/problems/distinct-subsequences/ 原题: Given a string S and a string T, count the number of distinct subsequences of T in S. A subsequence of a string is a new s原创 2016-08-09 21:21:57 · 597 阅读 · 0 评论 -
【刷题】【C++】 Valid Number问题
leetcode原地址: https://leetcode.com/problems/valid-number/ 原题: Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "abc" => false "1 a" => false "2e10" =>原创 2016-09-20 17:46:33 · 830 阅读 · 0 评论
分享