Skip to content

Pack of learning materials of Algorithms by Professor Robert Sedgewick and Kevin Wayne (unfinished).

License

Notifications You must be signed in to change notification settings

kekeandzeyu/coursera-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursera Algorithms Projects

1 Introduction

In this repository, I've packed my implementation of projects in the Algorithms course on Coursera by Professor Robert Sedgewick and Kevin Wayne.

Want to know more about my notes taken during studying Algorithms course? Please visit the link and click on Data Structures and Algorithms topic for more!

2 Small Tips for Running with arguments

Many projects in this course need to run with certain arguments (i.e., file names). For Intellij Idea, there is an easier way for running with arguments:

  1. Right-click the inputFiles folder and choose Mark Directory as Resources root/ Test Resources root.
  2. When running the program, click on current file from the top, and choose More Actions (the three dots), click on Run with Parameters.
  3. In the Build and Run of Edit Configuration Settings window, choose the class you want to run, and type in the path of the file for Program Arguments (For Example, inputFiles/input.txt)
  4. Click on Run and now the program runs with parameters!

3 License

This repository is under MIT License.

All the materials of Algorithms course in this repository, including projects, courseware, etc., are under their original license.

About

Pack of learning materials of Algorithms by Professor Robert Sedgewick and Kevin Wayne (unfinished).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages