Skip to content

Solution to the zebra puzzle; project realized for COMP20230 Data Structures and Algorithms (University College Dublin)

Notifications You must be signed in to change notification settings

plallin/ZebraPuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zebra-Puzzle

Solution to the zebra puzzle (brief); project realized for COMP20230 Data Structures and Algorithms (University College Dublin)

To execute this python code, please import it in your favorite IDE and execute it. Alternatively, please open your favorite terminal, cd to the location where zebra.py is saved, and execute the following command:

-> If you default Python is Python 2: $python3 zebra_bs.py

-> If your default Python is Python 3: $python zebra_bs.py

The solution is:

House #1

water fox yellow Cluedo Norway

House #2

tea horse blue Pictionary Ukraine

House #3

milk snails red Snakes and Ladders England

House #4

orange dog ivory Travel the World Spain

House #5

coffee zebra green Backgammon Japan

About

Solution to the zebra puzzle; project realized for COMP20230 Data Structures and Algorithms (University College Dublin)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages