Skip to content

iceseer/programming_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

1. 
	Matrix of integers MxN is given and represent plot of land. Each cell can contain 1 and 0. 
1 represents industrial cell area and 0 is park cell area. If 1 adjoins in vertical or in horizontal with another 1, then it means that it is
the one area. Diagonal adjoining not unites theses areas. Truck pop-up can be built only on the industrila area. Count minimum truck pop-ups number
to be built to embrace all industrial areas.
Code: Amazon_fields_count_in_MxN.cpp

About

tasks from championships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages