Microsoft Interview Question

shuffle a vector. detect a line on a image.

Interview Answer

Anonymous

Jan 2, 2017

Shuffle a vector is a simple one-way operation of randomised by current index element written to the last indexed element, with temporary element for store index (or pointer or address) and decrement shuffle element index at the ent of each iteration loop until it will be greater than 1

1