12 2016 档案

摘要:在mac下配置了java环境和maven环境,发现网上的配置方法各有不同,尝试了各种,现在记录下我配置后总结的方法 java环境配置 1. 下载jdk,按照提示安装 我下的是1.8.0版本,下载地址:http://www.oracle.com/technetwork/java/javase/down 阅读全文
posted @ 2016-12-24 14:10 bubbleStar 阅读(7286) 评论(0) 推荐(0)
摘要:For a given sorted array (ascending order) and a target number, find the first index of this number in O(log n) time complexity. If the target number 阅读全文
posted @ 2016-12-03 23:08 bubbleStar 阅读(263) 评论(0) 推荐(0)
摘要:题目 Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in t 阅读全文
posted @ 2016-12-01 10:40 bubbleStar 阅读(246) 评论(0) 推荐(0)
摘要:这篇文章总结了该目录下算法题解的分类 二分法 Binary search 基础: binary-search 利用堆栈 150.Evaluate Reverse Polish Notation :http://www.cnblogs.com/bubbleStar/p/6119922.html 20. 阅读全文
posted @ 2016-12-01 10:19 bubbleStar 阅读(277) 评论(0) 推荐(0)