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

Nov 1, 2015

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