Re: [algogeeks] Adobe Puzzle

2010-07-21 Thread mohit ranjan
| |
|\|
|  \  
---\

keep the blocks on corner like ths, then one more block from this block to
corner of the inner square


Mohit



On Sun, Jul 18, 2010 at 11:38 PM, amit amitjaspal...@gmail.com wrote:

 Puzzle, A square Island surrounded by bigger square, and in between
 there is infinite depth water. The distance between them is L. The
 wooden blocks of L are given.
 The L length block can't be placed in between to cross it, as it will
 fall in water (just fitting).
 How would you cross using these L length blocks.

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algoge...@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.comalgogeeks%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Adobe Puzzle

2010-07-18 Thread amit
Puzzle, A square Island surrounded by bigger square, and in between
there is infinite depth water. The distance between them is L. The
wooden blocks of L are given.
The L length block can't be placed in between to cross it, as it will
fall in water (just fitting).
How would you cross using these L length blocks.

-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Adobe Puzzle

2010-07-18 Thread erappy
Use the block of size L, use the diagonal of the block (diagonal would be
definitely  L ) to fit in between two square islands.

Thanks,


On Sun, Jul 18, 2010 at 11:38 PM, amit amitjaspal...@gmail.com wrote:

 Puzzle, A square Island surrounded by bigger square, and in between
 there is infinite depth water. The distance between them is L. The
 wooden blocks of L are given.
 The L length block can't be placed in between to cross it, as it will
 fall in water (just fitting).
 How would you cross using these L length blocks.

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algoge...@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.comalgogeeks%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/algogeeks?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Algorithm Geeks group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.