Open main menu

CDOT Wiki β

Changes

Studyapplocator

23 bytes removed, 01:18, 7 March 2018
Analysis
For the easy problem, the run time was quick as the inputted grid had more filled cells compared to the hard problem where most of the cells were set to 0. This increased the complexity scope and which is why the program took 46.67 seconds to complete.
From the hard puzzle call graph we can see that the function which could be the prime candidates for parallelization and optimization are the checkRow and checkColumn functions in which the program spends most of its time. Because of the type of mathematical problem set, this Sudoku solver can be an excellent application for a parallelization project.
==Ray Tracing==
53
edits