Skip to content

Instantly share code, notes, and snippets.

@arikrak
Created March 17, 2013 18:56
Show Gist options
  • Save arikrak/5183052 to your computer and use it in GitHub Desktop.
Save arikrak/5183052 to your computer and use it in GitHub Desktop.
def insertion_sort(l):
m = input()
ar = [int(i) for i in raw_input().strip().split()]
do_stuff(ar)
print " ".join(map(str,ar))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment