Skip to content

Youssup/Computation-Optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computation Optimizer

Built by Yousup Song, Brandon Stewart, Joel Mathew

Warning

This Software Diagram might be too cool for you We will Compute the User Data using the minimum nodes for a given height for an AVL tree function DigramImage

Warning

This Benchmark might be too cool for you The original computation for large number, had a lot of recursive calls, this created a lot of stacks that called a computation that had already been computed before. To optimize the program, we implemented dynamic programming to remember previous computations, so that the function would take a value from an array if it had already seen that computation previously. DigramImage

5 Whys Analysis

About

Built by Yousup Song, Brandon Stewart, Joel Matthew

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages