|
-
Jul 5th, 2001, 05:32 AM
#1
Thread Starter
Hyperactive Member
-
Jul 5th, 2001, 08:13 AM
#2
transcendental analytic
how do you move them and what's jump? (give me example)
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 5th, 2001, 08:37 AM
#3
Thread Starter
Hyperactive Member
-
Jul 5th, 2001, 11:51 AM
#4
transcendental analytic
So, when i move two coins their place is replaced by blanks, and I can only move coins to blank spaces, am I right? Or is it allowed to do insertion, which means coins will be shifted forward or backwards to open space for the movement?
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 6th, 2001, 02:06 AM
#5
Addicted Member
-
Jul 6th, 2001, 04:31 AM
#6
Thread Starter
Hyperactive Member
-
Jul 6th, 2001, 04:54 AM
#7
Addicted Member
|-|-|x|o|x|o|x|
|x|o|x|o|-|-|x|
|x|-|-|o|o|x|x|
|x|x|x|o|o|-|-|
sorry, colours are a bit beyond me, but I think you can see the moves.
They do end up shifted left by two places, is this legal ?
-
Jul 6th, 2001, 05:03 AM
#8
Thread Starter
Hyperactive Member
-
Jul 6th, 2001, 05:07 AM
#9
Addicted Member
oops! missed that instruction.
I'll try again.
-
Jul 6th, 2001, 04:12 PM
#10
transcendental analytic
Code:
x o x o x _ _
_ _ x o x x o _ _
_ _ _ _ x x o x o
_ _ _ _ x _ _ x o x o
_ _ _ _ x o x x _ _ o
_ _ _ _ _ _ x x x o o
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 13th, 2001, 08:30 AM
#11
Hyperactive Member
Two Moves
From what I understand from the instructions..I can do it in two moves.
-
Jul 13th, 2001, 09:03 AM
#12
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|