Page 5 of 5

Posted: Sun 21 Aug, 2005 1:04 am
by Jim e
threefingeredguy wrote:Or you could test them on an 84+ and read in the current clock time, then run the program, then read in the cloc time at the end.
I doubt any one here wrote routine that would take a second at all. Cobb stupid sort would be pretty slow but with memory restrictions I doubt that would do it. To better test it I think maybe having it run the same array(s) repeatedly 1000 times you would be able to test it with a stop watch.

Then again how bout another competiton. :D

Posted: Sun 21 Aug, 2005 1:30 am
by kv83
Let us wait a little till the summer breaks are away... like end of sept.

Posted: Tue 11 Oct, 2005 3:44 am
by Jim e
So what about a new contest now.

Posted: Thu 13 Oct, 2005 10:01 am
by Kozak
Yeah, I'm in again.

Posted: Fri 14 Oct, 2005 3:49 pm
by kv83
Any ideas?

Posted: Fri 14 Oct, 2005 7:24 pm
by Jim e
Line routine.
Swap mem routine.
Sprite routine.
Cool Graphical Demos.

Posted: Fri 14 Oct, 2005 7:28 pm
by kalan_vod
A basic contest :D.

Posted: Fri 14 Oct, 2005 8:06 pm
by Kozak
Encryption algorithm
Compression algorithm

Posted: Fri 14 Oct, 2005 8:14 pm
by threefingeredguy
Someone in my school (I found another z80 progger!!!!!) wrote TI83+ compression algorithms for a science fair project.

Posted: Sat 15 Oct, 2005 12:58 am
by coelurus
Create a computational problem or borrow one from a simple programming competition from somewhere. Let people solve the problem using any way they want (language doesn't matter for instance).

Winner can be awarded to he (she?) who solves the problem; if that is not enough, then select the one who has the most efficient algorithm considering the language of choice. If the efficiency can't be measured or otherwise easily compared, a pure performance test will decide the ultimate winner, thus asm would a good choice for performance, but Basic can be much easier for designing a clever solution.

Example: Let a graph define directed paths from various cities (directional airlines for instance). The solver should be able to find the shortest route from any city to another, never going the wrong direction on a path. Two-way paths may exist by having two one-way paths.
The graph should be easily interchangeable so that the judges can use any input to test the solvers to prevent any hardcoding of specific data.

I would enter if I didn't know a good way of doing this in :)