Skip to content

Gulaabihaathee/_Graphical_Combinatorics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

_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

About

Solving Graphical Combinatorics Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages