Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evcu committed Nov 23, 2017
0 parents commit a4fa04c
Show file tree
Hide file tree
Showing 4 changed files with 1,393 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Sudoku Solver
This is an sudoku-solver implementation coded in three days for GPU-class homework.

## Parallelizing Sudoku
is hard. The most popular cpu-solution is backtracking, which is built on backtracking and recursion.

## What cuda-sudoku-solver does.
Generates 50000 blocks, each is capable of solving a logic based sudoku. First one block starts and forks whenever necessary.
Loading

0 comments on commit a4fa04c

Please sign in to comment.