You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I got a confusion, about the step 'Generate the result' , the 'Also store alloc[i] into alloc[parent[i] + count[i]], which establishes the references to the children.' that means store alloc[i] into value[alloc[parent[i] + count[i]]] ? But I verified it wrong. It really looks
like store alloc[i] into value[alloc[parent[i]] + count[i]] , I'm not sure it's a mistake?