Coding, iOS 17 Dec 2017 Merge Sort in Objective-C An implementation of the merge sort. Coded according to a Top-Down C example from Wikipedia. https://en.wikipedia.org/wiki/Merge_sort // Array A[] has… Andrey
Coding 13 Dec 2017 Clone Undirected Graph with Javascript A question that I got asked on the interview at Facebook on 2016 that I wasn't able to finish coding… Andrey
Coding 04 Dec 2017 Find a second largest number in array with Javascript Back to the simple coding questions. This time with javascript - it seems the easiest language to test with. Code… Andrey