HELP! I thought maybe some of you guys might have some ideas on how to solve this problem - or could point me toward some information that would. I'm trying to...
Loren Blaney
loren_blaney@...
Nov 20, 2005 5:42 pm
3006
... From: "Loren Blaney" <loren_blaney@...> To: <hugi-compo@yahoogroups.com> Sent: Sunday, November 20, 2005 10:42 AM Subject: [hugi-compo] Sound Under...
Benjamin David Lunt
fys@...
Nov 20, 2005 6:10 pm
3007
I just saw a 4-liner in Perl and thought to myself: that's a task for Hugi-compo ! It reads 81 characters from commandline (or file ?) and prints the solution...
It seems to be a very good task idea! ... I just saw a 4-liner in Perl and thought to myself: that's a task for Hugi-compo ! It reads 81 characters from...
Fekete Ákos
fekete.akos@...
Dec 1, 2005 4:35 pm
3009
What is it with this Sudoku game? Have never ever heard of it! And yet only within this past single week, have seen easily more than 20 references to this game...
Hi guys, First, I have to apologize to the participants in the last compo. I have yet to update the stats pages, etc. I have been very busy with numerous...
Benjamin David Lunt
fys@...
Dec 1, 2005 10:04 pm
3011
Greetz Everybody! It seems the whole world has gotten addicted to Sudoku lately. Of course solving the puzzles in the traditional way wouldn't do for Hugi...
Loren Blaney
loren_blaney@...
Dec 1, 2005 11:29 pm
3012
If we do decide to have a Sudoku compo, I think you should know what we might be up against. Here's Bertram Felgenhauer's site: ...
Loren Blaney
loren_blaney@...
Dec 1, 2005 11:43 pm
3013
//here's my sample program in C #include <stdio.h> int a,b,i,j,k,x,y; int A[88],B[88],X[88],Y[88],S[88]; int Ux[9],Uy[9],Ub[9]; int main(){ ...
Hi Chut! Here's a sudoku example that's probably easier to relate to than what I sent before. It's in the attached .zip file entitled "example.asm". This does...
Loren Blaney
loren_blaney@...
Dec 3, 2005 7:58 am
3015
Hi Boreal! Good work. Your example is really good. We need some rules and a solution checker. Bytes, Chut ... sent ... like...
Fekete Ákos
fekete.akos@...
Dec 3, 2005 11:09 am
3016
Hi Boreal! Good work. Your example is really good. We need some rules and a solution checker. Bytes, Chut ... sent ... like...
Fekete Ákos
fekete.akos@...
Dec 3, 2005 11:11 am
3017
Hi Chut! ... How about a test suite that calls entry.com and example.com and compares the outputs, as done in previous compos? Cheers Claus - Adok/Hugi -- ...
Hi! I made a simple batch file. Is it enough for us? Bytes, Chut...
Fekete Ákos
fekete.akos@...
Dec 3, 2005 5:30 pm
3019
Hi! I made a simple batch file. Is it enough for us? Bytes, Chut ps.: sorry for my attachments, but the antivirus system usually drops out the zips and coms......
Fekete Ákos
fekete.akos@...
Dec 3, 2005 5:42 pm
3020
Hi! I made a simple batch file. Is it enough for us? Bytes, Chut ps.: sorry for my attachments, but the antivirus system usually drops out the zips and coms......
Fekete Ákos
fekete.akos@...
Dec 3, 2005 5:45 pm
3021
... From: "hannesuppman" <hannes_42@...> To: <hugi-compo@yahoogroups.com> Sent: Saturday, October 08, 2005 11:22 PM Subject: [hugi-compo] Re: HC24...
Benjamin David Lunt
fys@...
Dec 3, 2005 8:17 pm
3022
Here are some thoughts on rules. Maybe this is obvious to Sudoku fans, but let's get some clarifications. I think we're pretty well decided on the format of...
Loren Blaney
loren_blaney@...
Dec 3, 2005 9:40 pm
3023
... From: "Loren Blaney" <loren_blaney@...> To: <hugi-compo@yahoogroups.com> Sent: Saturday, December 03, 2005 2:40 PM Subject: [hugi-compo] Sudoku...
Benjamin David Lunt
fys@...
Dec 4, 2005 1:58 am
3024
I'd prefer to add more functionality to the program at the cost of being longer. e.g. accept multiple sudokus from one input file accept the common "." as...
Hi Boreal! ... I agree with that. Let's make this compo official. Cheers Claus - Adok/Hugi -- Claus-Dieter Volko - mailto:cdvolko@... Student of Human...
... Here is my vote. Somebody else? Bytes, Chut...
Fekete Ákos
fekete.akos@...
Dec 4, 2005 11:44 am
3027
Hi Guenter, I like most of your ideas here. It was my first inclination to have more formatting, but deferred to your idea of a simple 81-character line. If...
Loren Blaney
loren_blaney@...
Dec 4, 2005 7:15 pm
3028
I've cooked up a "sudoku checker" that checks one Sudoku from stdin ( just like example program ). It's not pretty.. but it should work :-) I like the idea of...
... we can run the contest as proposed, if it is too complicated. The rules are not bad. ... when the program should be useful besides winning the contest, it...
seems, there is no easy way to check for end of input ?? That would be a serious missing with DOS, IMO In that case I'd vote for only one sudoku per...
... That would make checking more complicated as the order of the solutions found would depend on the algorithm used by the entry. Cheers Claus - Adok/Hugi -- ...
In einer eMail vom 05.12.2005 05:23:58 Westeuropische Normalzeit schreibt ... checking whether a sudoku-grid solves a sudoku-puzzle is really trivial : just...
Hi! I will write an universal solution checker, but it will need same size and format for both input file. ( source and solution files ) Bytes, Chut ... ...
Fekete Akos
akos.fekete@...
Dec 5, 2005 8:05 am
3034
I realize that the checkerI wrote only checks if a Sudoku fullfills the requirements of being a Sudoku.. As already mentioned a checker for this compo will...