PLX Technology interview question

What is a binary tree, implement it. What is the difference between java and C? How does java garbage collection work. Implement big endian/little endian swap.

Interview Answer

Anonymous

1 Nov 2015

Data structure with fast big O time, node has left and right pointers.