Skip to content

Instantly share code, notes, and snippets.

@bcho
Created November 11, 2012 12:31
Show Gist options
  • Select an option

  • Save bcho/4054774 to your computer and use it in GitHub Desktop.

Select an option

Save bcho/4054774 to your computer and use it in GitHub Desktop.
(a > b)
/ \
/ \
/ \
/ \
(a > c) (c > b) /* max */
/\ /\
/ \ / \
/ \ / \
/ \ (c, b, a) \
/ \ \
(b > c) (c, a, b) (a > c) /* mid */
/\ /\
/ \ / \
/ \ / \
/ \ / \
(a, b, c) (a, c, b) (b, a, c) (b, c, a) /* min */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment