mirror of https://git.ffmpeg.org/ffmpeg.git
Document O() time.
Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
efbaf4deee
commit
b57cb96836
|
@ -21,6 +21,8 @@
|
||||||
/**
|
/**
|
||||||
* @file tree.h
|
* @file tree.h
|
||||||
* A tree container.
|
* 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>
|
* @author Michael Niedermayer <michaelni@gmx.at>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue