Skip to content

nartuo1997/CSCE4110

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CSCE4110

Algorithm

Closed/Opened Box Switching Assignment – CSCE 4110: Algorithms

  • Designed an algorithm using C++ to check how many boxes will be opened after in iteration with n boxes initiated as closed.

  • Proposed a solution that decreased time complexity from O(n2) to O(M(k)) where (M(k)) is the complexity of multiplying two k digit numbers.

About

Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages