开发者

Runspace Analysis

开发者 https://www.devze.com 2023-02-15 22:09 出处:网络
Is there any materials I can read on run space analysis of an al开发者_JAVA百科gorithm +O, +Theta , +Omega etc ? Need help for a Data Structures and Algorithm class I am taking.Check out chapter eight

Is there any materials I can read on run space analysis of an al开发者_JAVA百科gorithm +O, +Theta , +Omega etc ? Need help for a Data Structures and Algorithm class I am taking.


Check out chapter eight of Michael Sipser, Introduction to the Theory of Computation. A great chapter from a great book.


Consider

Introduction to Algorithms

Runspace Analysis

It's what most computer science undergraduates have to read inorder to understand runtime complexity theory.


Its the gold standard but the puedocode approach it uses to decribe the algorithms is dated. Most indiviuals are better able to understand simple C or javascript type statements than the puedocode approach that the book uses.

0

精彩评论

暂无评论...
验证码 换一张
取 消