Skip to content

zestia/bacteria-challenge-claude

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run

You can run the code using the main method in the main class.

Then you can type the coordinates via standard input and finish the input with end.

Sample input

1,2
2,2
3,2
1000000001 ,1000000002
1000000002 ,1000000002
1000000003 ,1000000002
end

sample output

2,1
2,2
2,3
1000000002,1000000002
1000000002,1000000001
1000000002,1000000003
end

About

Bacteria solution from Claude Kenou

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%