摘要: 字符集(字符集合) 字符编码(对字符集进行编码) ASCII(0~127) 无中文 ISO-8859-n(拉丁) 无中文 GBxxxx 国标 unicode 国际 阅读全文
posted @ 2019-09-20 09:16 lodestar9 阅读(87) 评论(0) 推荐(0)
摘要: 难民级新手 1.Algorithm https://leetcode-cn.com/submissions/#/1 题目两数之和 直接使用两次循环 第二个方法快 通过以空间换取速度的方式,我们可以将查找时间从 O(n)O(n) 降低到 O(1)O(1)。哈希表正是为此目的而构建的,它支持以 近似恒定 阅读全文
posted @ 2019-06-03 16:21 lodestar9 阅读(198) 评论(0) 推荐(0)