Skip to content

Instantly share code, notes, and snippets.

@ltk
Created May 1, 2013 18:35
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 ltk/5497257 to your computer and use it in GitHub Desktop.
Save ltk/5497257 to your computer and use it in GitHub Desktop.
Input/Output
Input
|---------------------------------------|
| Search Phrase | Total Searches |
| ======================================|
| Lemurs | 1,000 |
| durham bulls | 500 |
| bull fighting | 100 |
| lemur dance | 2,000 |
| Durham | 700 |
| How to catch a lemur | 35 |
|---------------------------------------|
Output
|---------------------------------|
| Search Word | Total Searches |
| ================================|
| durham | 1,200 |
| bull | 600 |
| fighting | 100 |
| lemur | 3,035 |
| dance | 2,000 |
| catch | 35 |
|---------------------------------|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment