• + 0 comments

    vector leftRotation(vector a, int d) { int temp; for(int j=0;j

    //whats wrong one test case not working(timeout error)