Web Sudoku - Online Su Doku
A Message Board, Guestbook, or Poll hosted for your website.
 
Web Sudoku Forums

Register  | Login  |   | Calendar  | New Posts
 
Web Sudoku > Forums > JigSawDoku Feedback > reset
 
Username:  
Password:  
 
   
 


Thread Tools  | Search This Thread 
Reply
 
Author Comment
 
sassyinpink
Sudoku Player
Registered: 03/06/09
Posts: 1

    03/06/09 at 04:23 PMReply with quote#1

Can the reset be used for one certain level?  When  I reset, all levels reset, I'd like the choice of which level I want to reset.


__________________
Denise McAlexander
rjohnson_8ball
Avatar / Picture

Sudoku Solver
Registered: 10/11/07
Posts: 23

    05/26/09 at 04:13 PMReply with quote#2

Actually, I wish each average could be be more like average of 100 (or 50) solves, something like this:

Code:
const int NumSolves = 100;
double Average = 0.0;
if (Average == 0.0) Average = ThisTime;
else Average += (ThisTime - Average)/NumSolves;


Then there would be less of a reason to have a reset button. You can follow your progress week to week without using Reset.

EDIT: Actually, 20 would be a decent number in the above code, rather than 100.


__________________
myspace.com/rjohnson8ball
Previous Thread | Next Thread
Reply

  Bookmarks  
Digg Diggdel.icio.us del.icio.usStumbleUpon StumbleUponGoogle Google

Back to Web Sudoku