Skip to content

Instantly share code, notes, and snippets.

@erikbern
Created November 11, 2014 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikbern/89fe7e2c1a615084ee6d to your computer and use it in GitHub Desktop.
Save erikbern/89fe7e2c1a615084ee6d to your computer and use it in GitHub Desktop.
if (indices.size() <= (size_t)_K) {
for (size_t i = 0; i < indices.size(); i++)
m->children[i] = indices[i];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment