8000 GitHub - jKard1210/Percolations: Assignment for Princeton's Algorithms I course. This program calculates the amount of moves it takes for an N-by-N grid to have a path of open tiles from top to bottom. The grid starts full, and one tile is removed on each move.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Assignment for Princeton's Algorithms I course. This program calculates the amount of moves it takes for an N-by-N grid to have a path of open tiles from top to bottom. The grid starts full, and one tile is removed on each move.

Notifications You must be signed in to change notification settings

jKard1210/Percolations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Percolations

Assignment for Princeton's Algorithms I course. This program calculates the average amount of moves it takes for an N-by-N grid to have a path of open tiles from top to bottom. The grid starts full, and one tile is removed on each move. This algorithm completes this in N log N time.

About

Assignment for Princeton's Algorithms I course. This program calculates the amount of moves it takes for an N-by-N grid to have a path of open tiles from top to bottom. The grid starts full, and one tile is removed on each move.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0