Viridien Interview Question

What's the difference between array and linked list? Write a piece of code to find the middle node.How about there is a circle in the linked list?

Interview Answer

Anonymous

Apr 14, 2016

Given some coordinates of points, write code to find a convex polygon to make all points in side.