All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > General > Word Problems
8 Words (Posted on 2009-03-19) Difficulty: 3 of 5

Eight Words

    a b c d    
 
T A A A
O R C R
B E I D
S P D S
ef
gh
ij
kl
  
    m n o p    
After just 6 button presses return this grid to a position where four words can be read horizontally and four vertically.

Report your button presses and the 8 words found. The "R" button resets the grid.

See The Solution Submitted by brianjn    
Rating: 4.5000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
re: fast solo wins game | Comment 8 of 14 |
(In reply to fast solo wins game by ed bottemiller)

The isWord function was part of the source code:


Function isWord(w)
 low = 1: high = highRec
 Do
  mddl = Int((low + high) / 2)
  Get #1, mddl, w2
  If w2 > w Then high = mddl - 1
  If w2 < w Then low = mddl + 1
  If w2 = w Then Exit Do
 Loop Until low > high
 If w = w2 Then isWord = True Else isWord = False
End Function

using random access into a file of 4-letter words, obtained from a source such as brianjn mentioned.

  Posted by Charlie on 2009-03-19 21:18:33
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (22)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information