Changes

Jump to: navigation, search

Semi-Team

293 bytes added, 16:48, 11 April 2017
Challenges
== Assignment 2 ==
===Challenges===
The main issue I have run into when attempting to parallelize the back tracking function is that it is recursive function which does not translate into a kernel and since it focuses on progressing a single stack, it can't really benefit from thread as they can't all work off the same stack.
 
===Process===
===Kernel===
62
edits

Navigation menu