RQTN / algs4

Algorithms, 4th edition learning tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

算法(第 4 版)

Algorithms, 4th edition learning tour

相关资源

Book

Video

配置

官方提供了基于 IntelliJ 的 Java 编程环境配置教程:Windows

由于我本地已经安装了 Eclipse,故选择使用 Eclipse 作为实验环境。

  • Eclipse 如何导入 algs4.jar?

    右键单击 JRE System Library -> Build Path -> 左键单击 Configure Build Path 左键选中 Classpath,然后左键单击右侧 Add External JARs...
    选择已下载到本地的 algs4.jar 可以看到 algs4.jar 已添加到 Classpath 中,最后左键单击 Apply and Close
    运行 algs4.jar 中提供的 TestAlgs4 弹出以上窗口,窗口中 20 个小球不断运动且发生碰撞
  • Eclipse 下如何进行命令行重定向以及管道操作?

  • Eclipse 中可以运行系统 shell/terminal 吗?

    要在 Eclipse 中运行系统 shell/terminal 需要额外安装其他软件,具体参考 How to run system shell/terminal inside Eclipse? - Stack Overflow

    PS:Eclipse 工具栏 Help --> Install New Software... 进入 Stack Overflow 所提的页面,需要粘贴到 Work with: 输入栏中的网址为:http://download.eclipse.org/releases/oxygen/。安装完成后,按提示重启 Eclipse 即可。

About

Algorithms, 4th edition learning tour


Languages

Language:Java 100.0%