Skip to content

Instantly share code, notes, and snippets.

@sg3524
sg3524 / keybase.md
Created January 7, 2016 19:49
Keybase proof of identity

Keybase proof

I hereby claim:

  • I am sg3524 on github.
  • I am gramsteve (https://keybase.io/gramsteve) on keybase.
  • I have a public key whose fingerprint is F76E 4CFC 9E4A 4947 E68E 20BA EA98 ED13 C717 5D0F

To claim this, I am signing this object:

@sg3524
sg3524 / README.md
Created December 8, 2019 21:56 — forked from tmilos/README.md
Modified Preorder Tree Traversal

Modified Preorder Tree Traversal

Hierarchical data metrics that allows fast read operations on tree like structures.

Based on Left and Right fields that are set during tree traversal. When entered into node value is set to it's Left, when exiting node value is set to it's Right.

Sample implementation