Skip to content

leandregagnonlewis/matrix_sum_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATRIX SUM CHALLENGE


My solution to this /r/dailyprogrammer challenge

I used a greedy approach which do not use backtracking but is instead inspired by dynamic programming. This approach solves the 20x20 problem but can't solve the 97x97 in reasonable time. Better solutions using linear optimization have been proposed and can be found on the reddit thread.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages