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!
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:
- Right-click the inputFiles folder and choose Mark Directory as Resources root/ Test Resources root.
- When running the program, click on current file from the top, and choose More Actions (the three dots), click on Run with Parameters.
- 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)
- Click on Run and now the program runs with parameters!
This repository is under MIT License.
All the materials of Algorithms course in this repository, including projects, courseware, etc., are under their original license.