projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6d8ef
)
Complete comments.
author
Bruno Haible
<bruno@clisp.org>
Tue, 18 Jul 2006 11:29:44 +0000
(11:29 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 18 Jul 2006 11:29:44 +0000
(11:29 +0000)
lib/gl_oset.h
patch
|
blob
|
history
diff --git
a/lib/gl_oset.h
b/lib/gl_oset.h
index 0ac678f59273b393c8fe0901231a6eca0bb19ed1..6c5d5eb42041a0983aacfe4bdb7d72206e5b126f 100644
(file)
--- a/
lib/gl_oset.h
+++ b/
lib/gl_oset.h
@@
-56,9
+56,9
@@
extern "C" {
Operation ARRAY TREE
gl_oset_size O(1) O(1)
- gl_oset_add
- gl_oset_remove
- gl_oset_search
+ gl_oset_add
O(n) O(log n)
+ gl_oset_remove
O(n) O(log n)
+ gl_oset_search
O(log n) O(log n)
gl_oset_iterator O(1) O(log n)
gl_oset_iterator_next O(1) O(log n)
*/