Reading, fixing, testing and writing documentation from the material of the book "Classic Computer Science Problems in Java" authorship David Kopec.
- To study the main frequently occurring tasks from the field
of
computer scienceon the topics ofdata structures,algorithms,artificial intelligence. - Create project documentation using
Javadoc - Write unit tests using
Junit5 - Configure code coverage reports generator for Java projects using
JaCoCo - Set up automatic testing when pushing to the repository and uploading test
coverage reports using
Codecov - Codestyle -
Sun's Java Style
You can view the project documentation at the link DocPage