摘要: On a staircase, the i-th step has some non-negative cost cost[i]assigned (0 indexed). Once you pay the cost, you can either climb one or two steps. Yo 阅读全文
posted @ 2019-04-26 05:13 Sherry_Yang 阅读(114) 评论(0) 推荐(0) 编辑
摘要: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh 阅读全文
posted @ 2019-04-26 02:50 Sherry_Yang 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Given an array equations of strings that represent relationships between variables, each string equations[i] has length 4 and takes one of two differe 阅读全文
posted @ 2019-04-26 02:37 Sherry_Yang 阅读(184) 评论(0) 推荐(0) 编辑