[LeetCode]804. Unique Morse Code Words 发表于 2019-04-08 | 更新于 2019-05-19 | 分类于 LeetCode | 阅读次数: 字数统计:482 字 | 阅读时长:2 分钟 804. Unique Morse Code WordsInternational Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows: "a" maps to ".-", "b" maps to "-...", "c" maps to "-.-.", and so on. 阅读全文 »
《左耳听风》ARTS打卡计划-week-3 发表于 2019-04-07 | 更新于 2019-04-26 | 分类于 ARTS | 阅读次数: 字数统计:220 字 | 阅读时长:1 分钟 ARTS week-3Algorithm[Leetcode]709. To Lower Case 阅读全文 »
[机器学习]线性回归公式推导 发表于 2019-04-07 | 分类于 机器学习 | 阅读次数: 字数统计:313 字 | 阅读时长:1 分钟 线性回归 公式推导线性回归是机器学习最基本的一个模型,接下来会写几篇各个模型的公式推导,后续再用代码实现下基本的模型运行。 矩阵表示数据集: 阅读全文 »
[LeetCode]709. To Lower Case 发表于 2019-04-01 | 更新于 2019-05-19 | 分类于 LeetCode | 阅读次数: 字数统计:345 字 | 阅读时长:2 分钟 709. To Lower CaseImplement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. 题目很简单,说的就是英文字符串,转换成小写。 阅读全文 »
《左耳听风》ARTS打卡计划-week-2 发表于 2019-03-31 | 更新于 2019-04-26 | 分类于 ARTS | 阅读次数: 字数统计:336 字 | 阅读时长:1 分钟 ARTS week-2Algorithm[Leetcode]771.Jewels and Stones 阅读全文 »