Skip to content

A fun little combinatorial search project of packing words into bins, to be implemented in Java 11.

License

Notifications You must be signed in to change notification settings

ikokkari/WordsIntoBins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Words Into Bins

A fun Java 8 combinatorial search project that can be used in any course on advanced algorithms or artificial intelligence that deals with the issues of combinatorial search and optimization.

Arrange the given list of five-letter words into as few "bins" as possible, under the hard constraint that no two words placed in the same bin may have the same letter in the same position.

An automated tester is provided so that both students and instructors can at any time try out their solutions for pseudorandomly created problem instances.

About

A fun little combinatorial search project of packing words into bins, to be implemented in Java 11.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages