Review Tests for Project 6
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
.idea
libraries
org_hamcrest_hamcrest_all_1_3.xml +0 -10
org_jsoup_jsoup_1_11_31.xml +0 -10
org_junit_jupiter_junit_jupiter_params_5_4_0_RC2.xml +0 -14
misc.xml +1 -1
workspace.xml +172 -236
src
edu/caltech/cs2
datastructures
MinFourHeap.java +1 -1
interfaces
IDeque.java +1 -1
IDictionary.java +4 -2
IList.java +0 -7
IPriorityQueue.java +9 -7
types
NGram.java +1 -0
wordsuggestor
ParseFBMessages.java +1 -0
tests/edu/caltech/cs2
datastructures
MinFourHeapTests.java +349 -0
NGramMapTests.java +36 -25
helpers
Inspection.java +24 -9
project06
SpellingCorrectorTests.java +21 -16
sorts
TopKSortTests.java +37 -27
project06-beaverchat.iml +3 -3
+ 0
- 10
\ No newline at end of file
+ 0
- 10
\ No newline at end of file
+ 0
- 14
\ No newline at end of file
+ 1
- 1
\ No newline at end of file
+ 172
- 236
Files with large changes are collapsed by default.