Search: in
Adaptive algorithm
Adaptive algorithm in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       





Adaptive algorithm

An adaptive algorithm is an algorithm that changes its behavior based on the resources available. For example, stable partition, using no additional memory is O(n lg n) but given O(n) memory, it can be O(n) in time. As implemented by the C++ Standard Library, <code>stable_partition</code> is adaptive and so it acquires as much memory as it can get (up to what it would need at most) and applies the algorithm using that available memory. Another example is adaptive sort, whose behaviour changes upon the presortedness of its input.

ru: fr:Algorithme adaptatif uk:






Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Search for Adaptive algorithm in Tutorials
Search for Adaptive algorithm in Encyclopedia
Search for Adaptive algorithm in Videos
Search for Adaptive algorithm in Books
Search for Adaptive algorithm in Software
Search for Adaptive algorithm in DVDs
Search for Adaptive algorithm in Store




Advertisement




Adaptive algorithm in Encyclopedia
Adaptive_algorithm top Adaptive_algorithm

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement