2
votes
3answers
3k views

Linked list remove() and free()

How can I improve my remove function? Could someone also give me a solid explanation of the free() function? Here is my remove function: ...
5
votes
1answer
72 views

Unbalanced binary search tree

I wrote this unbalanced binary tree and would like to know how to improve the code and performance. If you can point out any situations that are not being handled appropriately, that would be great ...