/zone-counter

Counts the zones on a given 2D map using the C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Zone Counter

Zone_Counter

A program was written that counts the geographical regions on a given 2D map using the C++ programming language and without using an external library. While developing the program, the ZoneCounterInterface and MapInterface interfaces are used.

Qt Creator was used to develop the program.