您的位置:首页 > 编程语言 > Go语言

算法第四版Algorithms 第1章 基础

2017-10-12 17:00 323 查看
一.环境搭建

1.下载作者开发的标准库algs4.jar http://algs4.cs.princeton.edu/code/

2.在eclipse中新建工程,添加该库

Eclipse (manual). Download algs4.jar to a folder and add algs4.jar to the classpath variable to the build path of a project via Project -> Properties -> Java Build Path -> Libaries -> Add External JARs.

可能还有问题,暂时这么用着。

找到的一个习题解答集

https://github.com/jimmysuncpt/Algorithms
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  eclipse 算法
相关文章推荐