Skip to content

Instantly share code, notes, and snippets.

@zackster
Created April 22, 2013 01:49
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 zackster/5431935 to your computer and use it in GitHub Desktop.
Save zackster/5431935 to your computer and use it in GitHub Desktop.
sample input
vol, time, price
10, 1:00pm, 5
10, 1:01pm, 5.05
10, 1:03pm, 5.025
10, 1:04pm, 4.99
10, 1:05pm, 4.99499
should give output of...
0-.1: 2
.1-.2: 1
.2-.3: 1
.3-.4: 1
.4-.5: 1
.5-.6: 1
.6-.7: 1
.7-.8: 1
.8-.9: 1
.9-1: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment