Skip to content

This rep contains cpp code for solution of unblock me puzzle

Notifications You must be signed in to change notification settings

sandInOcean/unblockMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unblockMe

This rep contains cpp code for solution of unblock me puzzle.

Input: Give each brick a number and fill 6*6 block with those numbers. You will understand by watching input file. Enter correct configuration by watching input from game you want to solve.

Output: output is steps to solution.

How to run?

  1. g++ unblockMe.cpp
  2. ./a.out < input1.txt > output.txt

About

This rep contains cpp code for solution of unblock me puzzle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages