Skip to content

Adwitiya-Singh/InstantInsanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Insanity is a NP-Complete Problem involving stacking blocks with multi-coloured sides. The goal is for none of the sides of the tower to repeat a colour.

This is a programmatic solution to the MinimumObstacle Proeblem. It states, given a stack of blocks, what is the minimum blocks to be removed from the tower such that no side of the tower has repeating colours. Basically, given a random stack of blocks, we have to turn it into a viable solution to an Insatant Insanity problem in the least amount of steps.

About

Like my Combinatorial Algorithms class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published