Crossfit Crossfit Open 18.5 at Crossfit NYC 24 Mar 2018 CrossFit Games Open 18.5 Strategy and Analysis 18.5 CrossFit Open includes the following workout: Do as many reps as possible of the following in 7 minutes: 3… Andrey
Crossfit Crossfit Open 18.4 20 Mar 2018 CrossFit Games Open 18.4 Strategy and Analysis 18.4 CrossFit Open includes the following workouts: Do 2 rounds of the following in 14 minutes: 21 deadlifts at 225lb 21… Andrey
Crossfit Crossfit open 18.3 15 Mar 2018 CrossFit Games Open 18.3 Strategy and Analysis 18.3 CrossFit Open includes the following workouts: Do 2 rounds of the following in 14 minutes: 100 double unders 20… Andrey
Crossfit crossfit open 18.2 04 Mar 2018 CrossFit Games Open 18.2 Strategy and Analysis 18.2 CrossFit Open includes the following workouts: 1-2-3-4-5-6-7-8-9-10 reps for time of: dumbbell squats (50s/35s) bar facing burpees 18.2a is:… Andrey
Crossfit Crossfit Open 18.1 24 Feb 2018 CrossFit Games Open 18.1 Strategy and Analysis 18.1 CrossFit Open includes the following workouts: AMRAP 20 min 8 toes to bar 10 dumbbell clean & jerks (50/35,… Andrey
Coding 18 Feb 2018 Min Max Sum from hackerrank on C++ Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the… Andrey
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
Other 17 Jul 2017 Finding a next lucky number with C++. This is an easy task for Monday from Week of Code at Hackerrank. The task is to find a next… Andrey