Engaged Employer
Design and write C code for a binary search tree which can handle insertion of duplicate nodes (nodes containing same key value).
Anonymous
In addition to left and right child pointers, each node will have a pointer to the next node having the same key. Hence, nodes having same key will be stored in a linked list.
Check out your Company Bowl for anonymous work chats.