K
karthikbalaguru
Hi,
Is there any AVL tree implementation
in C that does not use malloc ?
Currently, I am using a static array for
a database that will be frequently
searched / updated, but i would like
AVL trees. But the constraint is that
the processor consumes more time
for dynamic memory allocation and
hence it affects the speed.
So, Is there any AVL tree in C that
has been implemented without using
malloc ?
Thx in advans,
Karthik Balaguru
Is there any AVL tree implementation
in C that does not use malloc ?
Currently, I am using a static array for
a database that will be frequently
searched / updated, but i would like
AVL trees. But the constraint is that
the processor consumes more time
for dynamic memory allocation and
hence it affects the speed.
So, Is there any AVL tree in C that
has been implemented without using
malloc ?
Thx in advans,
Karthik Balaguru