Skip to content

petruchek/problem.all_different_directions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

All Different Directions

Original problem statement: https://open.kattis.com/problems/alldifferentdirections

This solution doesn't require walk and turn instructions to follow each other, they can be specified without any specific order.

How to run: php run.php <input.txt

Script expects the input from standard console. Input format specification can be found on the kattis website.

Script doesn't perform any input validation and expects all the input to be valid.

To do: - validate input - handle invalid input

Author: Val Petruchek [email protected] #http://zliypes.com.ua/

About

My solution (PHP) of kattis 'All Different Directions' problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages