Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1 KB

README.md

File metadata and controls

27 lines (21 loc) · 1 KB

_Graphical_Combinatorics


Solving Graphical Combinatorics Problem

All Possible Moves Formula is on 3rd slide of presentation.

All Possible Moves Amount: n**3


Partial Formulas:

Single Ball Moves Amount: n**2

Double Ball Moves Amount: 2*(n-1)*n

Triple Ball Moves Amount: 2*(n-2)*n


Edge Elements

Formula returning amount of edge elements for nxn matrix: 4*n - 4