ProblemSolving
-
How to setup Java, JUnit, gradle and Intellij, for PSAlgorithm 2021. 1. 3. 20:10
How to setup Java, JUnit, gradle and Intellij, for Problem Solving This is a specialized template regarding how to setup Java, JUnit, gradle and Intellij together. Especially, it is very good for problem solving(PS) as designed to handle multiple pairs of answer/input files. In PS, answer and input files are proived a pair, to check that your code is written well to solve a problem. So, it takes..