Coding 08 Mar 2016 Flatten a recursive Linked List in Objective-C Given a linked list, where each node's value can itself be a linked list (a recursive linked list), write a… Andrey
Coding 04 Mar 2016 Sherlock and Array – Question from hackerrank Just finish a fun question from Hackerrank: Sherlock and Array Question description: Watson gives Sherlock an array AA of length… Andrey