Skip to content

Instantly share code, notes, and snippets.

@KyeRussell
Created October 29, 2013 05:24
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 KyeRussell/7209524 to your computer and use it in GitHub Desktop.
Save KyeRussell/7209524 to your computer and use it in GitHub Desktop.
Main Menu
- load from file
- sort array
- search array
- build bst
- search bst
- exit
>>> load from file
path> /Users/KyeRussell/Downloads/DataMillion.csv
Finished in 1105.025ms.
Main Menu
- load from file
- sort array
- search array
- build bst
- search bst
- exit
>>> build bst
Successfully added 1000000 records.
Finished in 2065.320ms.
Main Menu
- load from file
- sort array
- search array
- build bst
- search bst
- exit
>>> search array
key> Couch:31337
Couch:31337
- Brand: IKEA
- Model: Regular
- Weight: 112kg
- Price: $2192.0
Finished in 10.650ms.
Main Menu
- load from file
- sort array
- search array
- build bst
- search bst
- exit
>>> search bst
key> Couch:31337
Couch:31337
- Brand: IKEA
- Model: Regular
- Weight: 112kg
- Price: $2192.0
Finished in 0.171ms.
Main Menu
- load from file
- sort array
- search array
- build bst
- search bst
- exit
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment