• Users
  • haglerchristopher

User profile: haglerchristopher

User info
User name:haglerchristopher
History
Joined:
Number of posts:37
Latest posts:

Sudoku Solver with Backtracking
Thanks for the tip. I am only implementing the backtracking as a stepping stone. After this I am goi...

Linked List Help
Line 80 has the arrow (->) spaced away from HEAD. Fix that and post the compile errors. Also everyti...

Need Help on factorial
it appears he just trying to calculate a taylor polynomial. I would suggest start by breaking the re...

finding a unique string
Not sure what you mean by "because of disk". If you are just learning how to program, I would recomm...

Sudoku Solver with Backtracking
After debugging through the code, when the for loop exhaust all of the numbers BOARD_LOW to BOARD_HI...