Skip to content

Instantly share code, notes, and snippets.

@amirbehzad
Created May 29, 2016 17:08
Show Gist options
  • Save amirbehzad/e49ade495b3c4e7a94adbaac75df82ba to your computer and use it in GitHub Desktop.
Save amirbehzad/e49ade495b3c4e7a94adbaac75df82ba to your computer and use it in GitHub Desktop.
Computer Science Fun Facts

Merge Sort

First, split the array in half. Then sort both sides.

Infinite Set

A set is said to be infinite if it is not finite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment