摘要:
[抄题]: Given an absolute path for a file (Unix-style), simplify it. For example,path = "/home/", => "/home"path = "/a/./b/../../c/", => "/c" [暴力解法]: 时间 阅读全文
posted @ 2018-05-08 22:41
苗妙苗
阅读(140)
评论(0)
推荐(0)
摘要:
[抄题]: Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of conferenc 阅读全文
posted @ 2018-05-08 21:19
苗妙苗
阅读(157)
评论(0)
推荐(0)
摘要:
[抄题]: A message containing letters from A-Z is being encoded to numbers using the following mapping: Given a non-empty string containing only digits, 阅读全文
posted @ 2018-05-08 15:04
苗妙苗
阅读(231)
评论(0)
推荐(0)
摘要:
[抄题]: Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different tasks.Tasks 阅读全文
posted @ 2018-05-08 10:52
苗妙苗
阅读(242)
评论(0)
推荐(0)