Kabachel / computer-science-problems

Solution of classical problems from the field computer science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

computer-science-problems

Build Status codecov Codacy Badge

Table of contents

Introduction

Reading, fixing, testing and writing documentation from the material of the book "Classic Computer Science Problems in Java" authorship David Kopec.

Goals

  • To study the main frequently occurring tasks from the field of computer science on the topics of data 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

Documentation

You can view the project documentation at the link DocPage

Tests

About

Solution of classical problems from the field computer science


Languages

Language:Java 100.0%