Created
October 29, 2013 05:24
-
-
Save KyeRussell/7209524 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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