摘要: 18.9 Numbers are randomly generated and passed to a method. Write a program to find and maintain the median value as new values are generated. LeetCod 阅读全文
posted @ 2016-05-09 23:07 Grandyang 阅读(655) 评论(0) 推荐(0)
摘要: 18.8 Given a string s and an array of smaller strings T, design a method to search s for each small string in T. 这道题给我们一个字符串s,和一个字符串数组T,让我们找T中的每一个小字符串 阅读全文
posted @ 2016-05-09 02:45 Grandyang 阅读(1073) 评论(0) 推荐(0)
Fork me on GitHub