Skip to content

adit-negi/hexagon_cluster_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexagon_cluster_webapp

Problem statement is described in detail within the PDF.
To add a hexagon specify Name, Name of neighbor and Side that Hexagon Neighbor is attached to.
Cannot input one single hexagon.
To delete click on the main Hexagon entry i.e where the name of heaxgon you are trying to delete is given in the "Hexagon Name" column.

Todo

The algorithm has several shortcomings-

  • We have to specify each neighbor for new hexagons. This could be solved by interation through all six Possible attachment places and automate that process
  • Deleting doesn't take into account indirect connections between hexagons
  • Two hexagons can right now be added to the same side, this should be a quick fix