Skip to content

gargi13832/Google_hash_code_problem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google_hash_code_problem

input format

first line contains 4 space separated integers row,columns,min,max

next row line contains a string of length columns

example

3 5 1 6

TTTTT

THHHT

TTTTT

output

0 0 1 2

0 3 1 4

-1 -1 -1 -1 -1

-1 -1 -1 -1 -1

1 1 1 1 1

About

test_solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%