Skip to content

Simplest working algorithm

Pre-release
Pre-release
Compare
Choose a tag to compare
@LyashenkoGS LyashenkoGS released this 30 Jan 09:21
· 16 commits to master since this release

The release contains the simplest working algorithm for the pizza slicing problem.

Improvements area for the follow-on release:

  1. Fix input for middle and big files. As a suggestion substitute String by a StringBuilder.
  2. Debug the algorithm on the middle input.