Commit b57cb968 authored by Michael Niedermayer's avatar Michael Niedermayer

Document O() time.

Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent efbaf4de
......@@ -21,6 +21,8 @@
/**
* @file tree.h
* A tree container.
* Insertion, Removial, Finding equal, largest which is smaller than and
* smallest which is larger than all have O(log n) worst case time.
* @author Michael Niedermayer <michaelni@gmx.at>
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment