Skip to content

The Techie Cook

Tech recipes for you and me

  • About

Tag: Arrays

Technology

Boggle Solver

April 16, 2010April 16, 2010 techiecookLeave a comment

Attempt 1: Use Arrays and Lists and a recursive function to loop over all letters in the boggle board and find all possible words of size [min-length] to size [max-length] where min-length >= max-length. Code: Apr 16, 2010 2:42:59 PM 1 package boggle; 2 3 import java.util.ArrayList; 4 import java.util.Arrays; 5 import java.util.HashSet; 6 import… Continue reading Boggle Solver

Blog Stats

  • 275,048 hits
February 2019
M T W T F S S
« Oct    
 123
45678910
11121314151617
18192021222324
25262728  

API API Gateway BPMN Camunda Data Logging Education High Performance Computing Integration IOT Java Microservices Open Source Hardware Open Source Software Oracle ADF Oracle SOA Suite Oracle Webcenter Physical Computing Python REST Technology Uncategorized Weblogic

apt-get Arrays Boggle Booklist Eclipse JDeveloper11g JDev Technology IOT Java Javac JDeveloper 11g MySQL MySQLdb Node OJC Open Source Oracle JDBC Datasource Oracle rules engines - OPA OBR Plan Python Raspberry Pi Recusion SSH Ubuntu Weblogic

Archives

Search

Blogroll

  • WordPress.com
  • WordPress.org
Advertisements
Blog at WordPress.com.
Cancel
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy