休了几年来最长的假,也是最宅的假。每天不受控制的在微博不断刷着最新消息,不断刷新自己的认知,在痛心和焦虑中度过。期间看到有po主推荐本书,粗翻下...
吃完早点还是决定出门来围观下热闹,顺便到图书馆坐坐。受交通管制,未封路段车满为患但行人颇少,骑着共享单车,一路无阻,沿途不时的就看到几个参加mi...
周六,例行搞完房间清洁,坐在小书桌旁玩手机,几篇消息连贯读下来,勾起些许情绪。 一、线上短讯 碰上一年一度的考研日,网上刷到一则消息称,考研大军...
自从大数据开始流行,“以数据说话”的要求变成了写P和汇报的日常。在图书馆偶然翻到一本书,简单统计学,用各个幽默精辟而又逻辑缜密的小例子,教你如何...
Given a sorted array and a target value, return the index if the target ...
Given an input string (s) and a pattern (p), implement regular expressio...
用python写一个找零钱的算法。 零钱共有50块,20块,10块,5块,和1块,共5种。。例:69 = 50 + 10 + 5 + 4 OUT...
Given n non-negative integers a1, a2, ..., an , where each represents a ...
Question Implement strStr(). Return the index of the first occurrence of...