Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Project

  • white - empty cells
  • red - obstructed blocks
  • blue - towers
  • green - coverage zone
  • black (on the window with reliable path) - reliable path from tower to tower

Creation of a city

a = CityGrid(40, 50)
a.show_grid()

Optimization algorithm

a.add_effective_towers()
a.show_grid()

Finding of the reliable path

a.find_reliable_path(34, 6, 1, 29)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages