Last login: Wed May 3 08:58:46 2017 from 198.0.135.11 [cs50@flume ~]$ cd private/ [cs50@flume ~/private]$ ls tse/ [cs50@flume ~/private]$ cd tse/ [cs50@flume ~/private/tse]$ make clean rm -f *~ rm -f TAGS make -C libcs50 clean make[1]: Entering directory '/net/class/cs50/private/tse/libcs50' rm -f libcs50.a *~ *.o make[1]: Leaving directory '/net/class/cs50/private/tse/libcs50' make -C common clean make[1]: Entering directory '/net/class/cs50/private/tse/common' rm -f common.a *~ *.o make[1]: Leaving directory '/net/class/cs50/private/tse/common' make -C crawler clean make[1]: Entering directory '/net/class/cs50/private/tse/crawler' rm -rf *~ *.o *.dSYM rm -rf ../data/test rm -f crawler make[1]: Leaving directory '/net/class/cs50/private/tse/crawler' make -C indexer clean make[1]: Entering directory '/net/class/cs50/private/tse/indexer' rm -rf *~ *.o *.dSYM rm -f ../data/index1 rm -f indexer indextest make[1]: Leaving directory '/net/class/cs50/private/tse/indexer' make -C querier clean make[1]: Entering directory '/net/class/cs50/private/tse/querier' rm -rf *~ *.o *.dSYM rm -f querier fuzzquery make[1]: Leaving directory '/net/class/cs50/private/tse/querier' [cs50@flume ~/private/tse]$ clear [cs50@flume ~/private/tse]$ ls common/ data@ export-starter5* indexer/ Makefile playground/ querier/ README-starter.md crawler/ export-starter4* export-starter6* libcs50/ notes.md push-to-flume README.md [cs50@flume ~/private/tse]$ make make -C libcs50 make[1]: Entering directory '/net/class/cs50/private/tse/libcs50' gcc -Wall -pedantic -std=c11 -ggdb -c -o bag.o bag.c gcc -Wall -pedantic -std=c11 -ggdb -c -o counters.o counters.c gcc -Wall -pedantic -std=c11 -ggdb -c -o file.o file.c gcc -Wall -pedantic -std=c11 -ggdb -c -o hashtable.o hashtable.c gcc -Wall -pedantic -std=c11 -ggdb -c -o jhash.o jhash.c gcc -Wall -pedantic -std=c11 -ggdb -c -o memory.o memory.c gcc -Wall -pedantic -std=c11 -ggdb -c -o set.o set.c gcc -Wall -pedantic -std=c11 -ggdb -c -o webpage.o webpage.c gcc -Wall -pedantic -std=c11 -ggdb -c -o webpage_fetch.o webpage_fetch.c ar cr libcs50.a bag.o counters.o file.o hashtable.o jhash.o memory.o set.o webpage.o webpage_fetch.o make[1]: Leaving directory '/net/class/cs50/private/tse/libcs50' make -C common make[1]: Entering directory '/net/class/cs50/private/tse/common' gcc -Wall -pedantic -std=c11 -ggdb -I../libcs50 -c -o index.o index.c gcc -Wall -pedantic -std=c11 -ggdb -I../libcs50 -c -o pagedir.o pagedir.c gcc -Wall -pedantic -std=c11 -ggdb -I../libcs50 -c -o word.o word.c ar cr common.a index.o pagedir.o word.o make[1]: Leaving directory '/net/class/cs50/private/tse/common' make -C crawler make[1]: Entering directory '/net/class/cs50/private/tse/crawler' gcc -Wall -pedantic -std=c11 -ggdb -DAPPTEST -I../libcs50 -I../common -c -o crawler.o crawler.c gcc -Wall -pedantic -std=c11 -ggdb -DAPPTEST -I../libcs50 -I../common crawler.o ../common/common.a ../libcs50/libcs50.a -lcurl -o crawler make[1]: Leaving directory '/net/class/cs50/private/tse/crawler' make -C indexer make[1]: Entering directory '/net/class/cs50/private/tse/indexer' gcc -Wall -pedantic -std=c11 -ggdb -I../common -I../libcs50 -c -o indexer.o indexer.c gcc -Wall -pedantic -std=c11 -ggdb -I../common -I../libcs50 indexer.o ../common/common.a ../libcs50/libcs50.a -o indexer gcc -Wall -pedantic -std=c11 -ggdb -I../common -I../libcs50 -c -o indextest.o indextest.c gcc -Wall -pedantic -std=c11 -ggdb -I../common -I../libcs50 indextest.o ../common/common.a ../libcs50/libcs50.a -o indextest make[1]: Leaving directory '/net/class/cs50/private/tse/indexer' make -C querier make[1]: Entering directory '/net/class/cs50/private/tse/querier' gcc -Wall -pedantic -std=gnu11 -ggdb -I../common -I../libcs50 -c -o querier.o querier.c gcc -Wall -pedantic -std=gnu11 -ggdb -I../common -I../libcs50 querier.o ../common/common.a ../libcs50/libcs50.a -o querier gcc -Wall -pedantic -std=gnu11 -ggdb -I../common -I../libcs50 -c -o fuzzquery.o fuzzquery.c gcc -Wall -pedantic -std=gnu11 -ggdb -I../common -I../libcs50 fuzzquery.o ../common/common.a ../libcs50/libcs50.a -o fuzzquery make[1]: Leaving directory '/net/class/cs50/private/tse/querier' [cs50@flume ~/private/tse]$ cd querier/ [cs50@flume ~/private/tse/querier]$ ls fuzzquery* fuzzquery.c fuzzquery.o Makefile querier* querier.c querier.o README.md testqueries [cs50@flume ~/private/tse/querier]$ ./querier usage: ./querier: pageDirectory indexFilename [cs50@flume ~/private/tse/querier]$ ./querier ../data/cs50-2 ../data/cs50-index2 KEY WORDs:> computer science Query: computer science Matches 8 documents (ranked): score 141 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 7: http://old-www.cs.dartmouth.edu/~dfk/teaching.html score 3 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 3 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 3 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 1 doc 11: http://old-www.cs.dartmouth.edu/ score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> cs50 Error: bad character '5' in query. KEY WORDs:> alice's restaurant Error: bad character ''' in query. KEY WORDs:> dartmouth Query: dartmouth Matches 8 documents (ranked): score 154 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 5 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 5 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 5 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 4 doc 11: http://old-www.cs.dartmouth.edu/ score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> dartmouth and harvard Query: dartmouth and harvard No documents match. ----------------------------------------------- KEY WORDs:> harvard Query: harvard No documents match. ----------------------------------------------- KEY WORDs:> dartmouth or harvard Query: dartmouth or harvard Matches 8 documents (ranked): score 154 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 5 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 5 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 5 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 4 doc 11: http://old-www.cs.dartmouth.edu/ score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> computer science Query: computer science Matches 8 documents (ranked): score 141 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 7: http://old-www.cs.dartmouth.edu/~dfk/teaching.html score 3 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 3 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 3 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 1 doc 11: http://old-www.cs.dartmouth.edu/ score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> computer and science Query: computer and science Matches 8 documents (ranked): score 141 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 7: http://old-www.cs.dartmouth.edu/~dfk/teaching.html score 3 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 3 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 3 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 1 doc 11: http://old-www.cs.dartmouth.edu/ score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> computer or science Query: computer or science Matches 8 documents (ranked): score 336 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 18 doc 7: http://old-www.cs.dartmouth.edu/~dfk/teaching.html score 8 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 8 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 7 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 6 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 2 doc 11: http://old-www.cs.dartmouth.edu/ score 2 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> wikipedia Query: wikipedia No documents match. ----------------------------------------------- KEY WORDs:> ^C [cs50@flume ~/private/tse/querier]$ ./querier ~/data/tse-output/ cs50-1/ cs50-3/ cs50-index2 data0/ data2/ index0 index3 letters/ cs50-2/ cs50-index1 cs50-index3 data1/ data3/ index2 index.letters [cs50@flume ~/private/tse/querier]$ ./querier ~/data/tse-output/data3 ~/data/tse-output/index3 KEY WORDs:> wikipedia Query: wikipedia No documents match. ----------------------------------------------- KEY WORDs:> computer Query: computer No documents match. ----------------------------------------------- KEY WORDs:> [cs50@flume ~/private/tse/querier]$ [cs50@flume ~/private/tse/querier]$ ./querier ../data/cs50-2 ../data/cs50-index2 KEY WORDs:> dartmouth or harvard and computer Query: dartmouth or harvard and computer Matches 8 documents (ranked): score 154 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 5 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 5 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 5 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 4 doc 11: http://old-www.cs.dartmouth.edu/ score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> dartmouth or computer science Query: dartmouth or computer science Matches 9 documents (ranked): score 295 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 8 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 8 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 8 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 7 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 5 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 5 doc 11: http://old-www.cs.dartmouth.edu/ score 4 doc 7: http://old-www.cs.dartmouth.edu/~dfk/teaching.html score 2 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> dartmouth and dartmouth Query: dartmouth and dartmouth Matches 8 documents (ranked): score 154 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 5 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 5 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 5 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 4 doc 11: http://old-www.cs.dartmouth.edu/ score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> dartmouth Query: dartmouth Matches 8 documents (ranked): score 154 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 5 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 5 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 5 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 4 doc 11: http://old-www.cs.dartmouth.edu/ score 4 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 4 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> dartmouth or dartmouth Query: dartmouth or dartmouth Matches 8 documents (ranked): score 308 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 10 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 10 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 10 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 8 doc 11: http://old-www.cs.dartmouth.edu/ score 8 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 8 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 2 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> dartmouth and and harvard Query: dartmouth and and harvard Error: 'and' and 'and' cannot be adjacent KEY WORDs:> dartmouth and or harvard Query: dartmouth and or harvard Error: 'and' and 'or' cannot be adjacent KEY WORDs:> dartmouth and Query: dartmouth and Error: 'and' cannot be last KEY WORDs:> and harvard Query: and harvard Error: 'and' cannot be first KEY WORDs:> a Query: a No documents match. ----------------------------------------------- KEY WORDs:> dartmouth or dartmouth and computer Query: dartmouth or dartmouth and computer Matches 8 documents (ranked): score 308 doc 9: http://old-www.cs.dartmouth.edu/~dfk/papers/index.html score 10 doc 6: http://old-www.cs.dartmouth.edu/~dfk/postdoc.html score 9 doc 2: http://old-www.cs.dartmouth.edu/~dfk/ score 8 doc 8: http://old-www.cs.dartmouth.edu/~dfk/people.html score 7 doc 3: http://old-www.cs.dartmouth.edu/~dfk/visit-dartmouth.html score 5 doc 12: http://old-www.cs.dartmouth.edu/~dfk/ChampionInternationalProfessor.html score 5 doc 11: http://old-www.cs.dartmouth.edu/ score 2 doc 1: http://old-www.cs.dartmouth.edu/~cs50/ ----------------------------------------------- KEY WORDs:> [cs50@flume ~/private/tse/querier]$ ls ~/data/tse-output/ cs50-1/ cs50-3/ cs50-index2 data0/ data2/ index0 index3 letters/ cs50-2/ cs50-index1 cs50-index3 data1/ data3/ index2 index.letters [cs50@flume ~/private/tse/querier]$ ls ~/demo/crawler-output/ cs50/ letters/ wikipedia/ [cs50@flume ~/private/tse/querier]$ cd .. [cs50@flume ~/private/tse]$ cd indexer/ [cs50@flume ~/private/tse/indexer]$ ./indexer ~/demo/crawler-output/wikipedia/depth depth0/ depth0.log depth0.urls depth1/ depth1.log depth1.urls depth2/ depth2.log depth2.urls [cs50@flume ~/private/tse/indexer]$ ./indexer ~/demo/crawler-output/wikipedia/depth depth0/ depth0.log depth0.urls depth1/ depth1.log depth1.urls depth2/ depth2.log depth2.urls [cs50@flume ~/private/tse/indexer]$ ./indexer ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 [cs50@flume ~/private/tse/indexer]$ cd ../querier/ [cs50@flume ~/private/tse/querier]$ ./querier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 KEY WORDs:> dartmouth Query: dartmouth Matches 325 documents (ranked): score 416 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 284 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 284 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 254 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 250 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 140 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 136 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 124 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 122 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 115 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 93 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 83 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 83 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 82 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 56 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 54 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 51 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 51 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 50 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 46 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 43 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 42 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 41 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 41 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 40 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 40 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 39 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 38 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 37 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 37 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 37 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 36 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 35 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 33 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 32 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 32 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 32 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 31 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 30 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 30 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 29 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 29 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 29 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 28 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 27 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 26 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 25 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 25 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 25 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 24 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 24 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 24 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 24 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 23 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 23 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 23 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 23 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 23 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 23 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 23 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 22 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 21 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 21 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 21 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 20 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 19 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 18 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 18 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 17 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 17 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 15 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 15 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 13 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 12 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 12 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 12 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 11 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 10 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 10 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 10 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 9 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 8 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 8 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 8 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 8 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 6 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 5 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 5 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 4 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 4 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 4 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 2 doc 1134: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_development_environment.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 2 doc 1009: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GE-600_series.html score 2 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 2 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 2 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 2 doc 401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/On_the_Waterfront.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 1 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 1 doc 1165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreted_language.html score 1 doc 1083: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_Basic_.html score 1 doc 1030: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pipeline_(Unix).html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 1 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 1 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 1 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> dartmouth and harvard Query: dartmouth and harvard Matches 129 documents (ranked): score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 8 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 8 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 6 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 6 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 6 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 5 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 5 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 5 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 5 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 4 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 4 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 4 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 3 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 3 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 2 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 2 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 2 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 2 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 2 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 2 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 2 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 2 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 1 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 1 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 1 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 1 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 1 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 1 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 1 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 1 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 1 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 1 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 1 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 1 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html ----------------------------------------------- KEY WORDs:> dartmouth or computer science Query: dartmouth or computer science Matches 968 documents (ranked): score 421 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 284 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 284 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 254 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 250 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 171 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 140 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 136 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 124 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 122 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 115 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 93 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 83 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 83 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 82 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 62 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 56 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 55 doc 1533: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Women_in_computing.html score 54 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 51 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 51 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 50 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 46 doc 208: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computing.html score 46 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 44 doc 1625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_systems.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 43 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 42 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 42 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 41 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 40 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 40 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 39 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 38 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 37 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 37 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 37 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 36 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 35 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 33 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 33 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 32 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 32 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 31 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 31 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 30 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 30 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 29 doc 1619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alan_Turing.html score 29 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 29 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 28 doc 38: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_Knuth.html score 28 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 27 doc 1686: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Babbage.html score 27 doc 931: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_engineering.html score 27 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 26 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 25 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 25 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 25 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 25 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 24 doc 1554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bioinformatics.html score 24 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 24 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 24 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 24 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 23 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 23 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 23 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 23 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 23 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 23 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 23 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 23 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 22 doc 1534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Informatics_(academic_field).html score 22 doc 117: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herbert_A.html score 22 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 22 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 22 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 21 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 21 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 21 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 20 doc 1644: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Simulation.html score 20 doc 1605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quantum_computer.html score 20 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 19 doc 1655: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_graphics.html score 19 doc 1615: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Debates_within_software_engineering.html score 19 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 18 doc 1682: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ada_Lovelace.html score 18 doc 1635: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering.html score 18 doc 1577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electrical_engineering.html score 18 doc 1575: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robotics.html score 18 doc 862: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Computing_Machinery.html score 18 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 18 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 1684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analytical_Engine.html score 17 doc 1627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_engineering.html score 17 doc 1602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claude_Shannon.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 17 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 17 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 16 doc 1629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edsger_Dijkstra.html score 15 doc 1663: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Folding%40home.html score 15 doc 1637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_J.html score 15 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 15 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 15 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 15 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 14 doc 1621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic.html score 14 doc 1576: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy_of_mind.html score 14 doc 1541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_machine.html score 14 doc 1529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hal_Abelson.html score 14 doc 1422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_engineering.html score 14 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 13 doc 1704: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_complexity_theory.html score 13 doc 1667: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intractably.html score 13 doc 1633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Forsythe.html score 13 doc 1497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visualization_(computer_graphics).html score 13 doc 1459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automation.html score 13 doc 1425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_engineering.html score 13 doc 1421: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechatronics.html score 13 doc 1069: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source.html score 13 doc 1023: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet.html score 13 doc 435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MacArthur_Fellows_Program.html score 13 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 13 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 13 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 12 doc 1604: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_theory.html score 12 doc 1569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_mining.html score 12 doc 1555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_simulation.html score 12 doc 1546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Health_Informatics.html score 12 doc 1499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automated_reasoning.html score 12 doc 1494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_reality.html score 12 doc 209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big_O_notation.html score 12 doc 166: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Finite_automata.html score 12 doc 58: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big-O_notation.html score 12 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 12 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 12 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 12 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 11 doc 1582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Program_semantics.html score 11 doc 1426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_engineering.html score 11 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 11 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 10 doc 1670: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_Age.html score 10 doc 1623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_linguistics.html score 10 doc 1609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/P_%3d_NP_problem.html score 10 doc 1589: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_methods.html score 10 doc 1491: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ACM_Computing_Classification_System.html score 10 doc 1417: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_engineering.html score 10 doc 163: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_(computing).html score 10 doc 139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bloom_filter.html score 10 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 10 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 10 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 10 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 9 doc 1694: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abacus.html score 9 doc 1685: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Difference_engine.html score 9 doc 1612: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE_Computer_Society.html score 9 doc 1606: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability_theory.html score 9 doc 1583: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_language.html score 9 doc 1564: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_logic.html score 9 doc 1517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Combinatorics.html score 9 doc 1398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transhumanism.html score 9 doc 1396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/STEM_fields.html score 9 doc 1300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_polymorphism.html score 9 doc 1275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Institute_of_Electrical_and_Electronics_Engineers.html score 9 doc 1221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_algebra.html score 9 doc 993: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE.html score 9 doc 111: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Award.html score 9 doc 79: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Recursion.html score 9 doc 43: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E-2.html score 9 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 9 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 9 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 9 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 9 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 9 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 8 doc 1657: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Numerical_analysis.html score 8 doc 1632: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Naur.html score 8 doc 1611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Theory_of_computation.html score 8 doc 1568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_retrieval.html score 8 doc 1519: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Number_theory.html score 8 doc 1508: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_testing.html score 8 doc 1449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Broadcast_engineering.html score 8 doc 1447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunications_engineering.html score 8 doc 1429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Audio_engineering.html score 8 doc 1323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Supercomputer.html score 8 doc 1250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Label_(programming_language).html score 8 doc 925: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Stallman.html score 8 doc 188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUHA.html score 8 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 8 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 8 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 8 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 8 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 8 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 8 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 7 doc 1701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_programming.html score 7 doc 1675: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cambridge_Computer_Lab.html score 7 doc 1671: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronics.html score 7 doc 1638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Wegner.html score 7 doc 1618: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Category_theory.html score 7 doc 1595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analysis_of_algorithms.html score 7 doc 1593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_geometry.html score 7 doc 1592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_theory.html score 7 doc 1553: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petri_nets.html score 7 doc 1492: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Symbolic_computation.html score 7 doc 1456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enterprise_engineering.html score 7 doc 1455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_finance.html score 7 doc 1454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Industrial_engineering.html score 7 doc 1415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Invention.html score 7 doc 1412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine.html score 7 doc 1403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Disruptive_innovation.html score 7 doc 1340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lexical_scope.html score 7 doc 1322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scope_(programming).html score 7 doc 1319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_(computer_programming).html score 7 doc 1292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object-oriented_programming.html score 7 doc 1234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Long_integer.html score 7 doc 1233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Short_integer.html score 7 doc 1199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_arithmetic.html score 7 doc 1184: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Variable_(programming).html score 7 doc 1156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Necula.html score 7 doc 934: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Regular_expressions.html score 7 doc 131: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sartaj_Sahni.html score 7 doc 97: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Null_pointer.html score 7 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 6 doc 1702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_theory.html score 6 doc 1695: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_computer.html score 6 doc 1683: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer.html score 6 doc 1664: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_computing.html score 6 doc 1626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_system.html score 6 doc 1610: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Models_of_computation.html score 6 doc 1590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_languages.html score 6 doc 1574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development.html score 6 doc 1567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge_representation.html score 6 doc 1565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_Image_Computing.html score 6 doc 1559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubiquitous_computing.html score 6 doc 1557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Special_effects.html score 6 doc 1535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Advanced_Placement.html score 6 doc 1526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SIGACT_News.html score 6 doc 1524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Gibbs.html score 6 doc 1521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CiteSeerX.html score 6 doc 1518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_theory.html score 6 doc 1512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_computing.html score 6 doc 1493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_life.html score 6 doc 1482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tissue_engineering.html score 6 doc 1414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_historic_inventions.html score 6 doc 1404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diffusion_of_innovations.html score 6 doc 1387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_design.html score 6 doc 1316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statement_(programming).html score 6 doc 1229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expression_(programming).html score 6 doc 1178: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_I_and_type_II_errors.html score 6 doc 1084: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/COBOL.html score 6 doc 1066: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_interface.html score 6 doc 892: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sign_bit.html score 6 doc 888: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ARPANET.html score 6 doc 853: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Lions.html score 6 doc 687: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multilevel_feedback_queue.html score 6 doc 389: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Despicable_Me.html score 6 doc 153: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_consing.html score 6 doc 105: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Communications_of_the_ACM.html score 6 doc 57: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language.html score 6 doc 37: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Maurice_Vincent_Wilkes.html score 6 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 6 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 5 doc 1703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_problem.html score 5 doc 1699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human-computer_interaction.html score 5 doc 1673: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bletchley_Park.html score 5 doc 1648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_game.html score 5 doc 1607: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automata_theory.html score 5 doc 1599: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_compression.html score 5 doc 1584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_security.html score 5 doc 1556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_games.html score 5 doc 1545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human%e2%80%93computer_interaction.html score 5 doc 1543: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boole.html score 5 doc 1522: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bertrand_Meyer.html score 5 doc 1511: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grid_computing.html score 5 doc 1505: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_music.html score 5 doc 1487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomechatronics.html score 5 doc 1486: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomedical_engineering.html score 5 doc 1473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety_engineering.html score 5 doc 1471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structural_engineering.html score 5 doc 1440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aerospace_engineering.html score 5 doc 1402: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High_tech.html score 5 doc 1297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_compilation.html score 5 doc 1255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_grammar.html score 5 doc 1162: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MATLAB.html score 5 doc 1151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bjarne_Stroustrup.html score 5 doc 1079: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson_(computer_programmer).html score 5 doc 1077: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Kernighan.html score 5 doc 1074: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Labs.html score 5 doc 1064: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graphical_user_interface.html score 5 doc 1054: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson.html score 5 doc 1020: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User-space.html score 5 doc 1015: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_domain_socket.html score 5 doc 1011: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AT%26T_Bell_Labs.html score 5 doc 984: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal_(programming_language).html score 5 doc 970: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GUI.html score 5 doc 943: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Record-oriented_filesystem.html score 5 doc 899: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_Software_Foundation.html score 5 doc 887: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Laboratories.html score 5 doc 696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_space.html score 5 doc 688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fixed-priority_pre-emptive_scheduling.html score 5 doc 679: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paging.html score 5 doc 636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States.html score 5 doc 116: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RAND_Corporation.html score 5 doc 107: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linguistics.html score 5 doc 104: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MIT_Lincoln_Laboratory.html score 5 doc 80: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red-black_tree.html score 5 doc 42: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ronald_L.html score 5 doc 22: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_list.html score 5 doc 17: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red%e2%80%93black_tree.html score 5 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 5 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 5 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 5 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 5 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 5 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 5 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 5 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 4 doc 1705: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computation.html score 4 doc 1698: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_accessibility.html score 4 doc 1691: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gottfried_Leibniz.html score 4 doc 1688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_calculator.html score 4 doc 1591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler_design.html score 4 doc 1587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_verification.html score 4 doc 1571: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Image_processing.html score 4 doc 1552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Process_calculi.html score 4 doc 1544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leibniz.html score 4 doc 1520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_theory.html score 4 doc 1516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm_design.html score 4 doc 1510: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Concurrency_control.html score 4 doc 1509: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Requirements_analysis.html score 4 doc 1496: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_animation.html score 4 doc 1488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biological_engineering.html score 4 doc 1480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Acoustical_engineering.html score 4 doc 1478: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Building_services_engineering.html score 4 doc 1470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimedia_learning.html score 4 doc 1467: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petroleum_engineering.html score 4 doc 1461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_design.html score 4 doc 1458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Business_informatics.html score 4 doc 1457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering_management.html score 4 doc 1450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Research_and_development.html score 4 doc 1439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automotive_engineering.html score 4 doc 1436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Traffic_engineering_(transportation).html score 4 doc 1423: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hydraulic_engineering.html score 4 doc 1420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Optical_engineering.html score 4 doc 1391: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_paradigm.html score 4 doc 1320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming.html score 4 doc 1308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Namespace.html score 4 doc 1212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hello%2c_world.html score 4 doc 1150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Generic_programming.html score 4 doc 1133: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open-source_software.html score 4 doc 1059: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source_software.html score 4 doc 1019: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microkernel.html score 4 doc 1007: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_quality.html score 4 doc 930: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_software_movement.html score 4 doc 890: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kludge.html score 4 doc 875: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Copyright.html score 4 doc 817: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cron.html score 4 doc 572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bachelor_of_Engineering.html score 4 doc 415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM.html score 4 doc 186: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequence.html score 4 doc 181: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_probing.html score 4 doc 177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cuckoo_hashing.html score 4 doc 147: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_J.html score 4 doc 141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lazy_deletion.html score 4 doc 130: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NIST.html score 4 doc 128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_table.html score 4 doc 121: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_structure.html score 4 doc 78: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Merge_algorithm.html score 4 doc 76: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tail-sharing.html score 4 doc 56: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming_language.html score 4 doc 16: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Splay_tree.html score 4 doc 4: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Directed_acyclic_word_graph.html score 4 doc 2: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_list.html score 4 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 4 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 4 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 4 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 4 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 4 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 4 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 4 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 4 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 4 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 3 doc 1692: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal%27s_calculator.html score 3 doc 1669: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability.html score 3 doc 1668: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Undecidable_problem.html score 3 doc 1665: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human_Genome_Project.html score 3 doc 1652: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Television.html score 3 doc 1649: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animation.html score 3 doc 1624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy.html score 3 doc 1622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_statistics.html score 3 doc 1620: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kurt_G%c3%b6del.html score 3 doc 1617: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Domain_theory.html score 3 doc 1613: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CSAB_(professional_organization).html score 3 doc 1585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety.html score 3 doc 1581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_systems.html score 3 doc 1578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semiotics.html score 3 doc 1570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pattern_recognition.html score 3 doc 1566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Natural_language_processing.html score 3 doc 1528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Minds_and_Machines.html score 3 doc 1501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SQL.html score 3 doc 1495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wearable_computer.html score 3 doc 1490: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Food_engineering.html score 3 doc 1477: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Civil_engineering.html score 3 doc 1469: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_campus.html score 3 doc 1468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nuclear_engineering.html score 3 doc 1466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_design.html score 3 doc 1464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Green_building.html score 3 doc 1451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mining_engineering.html score 3 doc 1448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RF_engineering.html score 3 doc 1444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_warfare.html score 3 doc 1443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_communications.html score 3 doc 1442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_engineering.html score 3 doc 1424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geotechnical_engineering.html score 3 doc 1419: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_engineering.html score 3 doc 1418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animatronics.html score 3 doc 1397: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kardashev_scale.html score 3 doc 1383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_system.html score 3 doc 1381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manifest_typing.html score 3 doc 1339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_type_system.html score 3 doc 1334: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_structures.html score 3 doc 1314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Flow_of_control.html score 3 doc 1306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_typing.html score 3 doc 1283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_checking.html score 3 doc 1277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microcomputer.html score 3 doc 1235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating_point.html score 3 doc 1203: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating-point_number.html score 3 doc 1190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_algebra.html score 3 doc 1187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call-by-value.html score 3 doc 1141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Guy_L._Steele%2c_Jr.html score 3 doc 1071: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Berkeley_Software_Distribution.html score 3 doc 1008: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High-level_programming_language.html score 3 doc 1006: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BSD.html score 3 doc 973: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TeX.html score 3 doc 957: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Plan_9_from_Bell_Labs.html score 3 doc 923: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linus_Torvalds.html score 3 doc 912: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubuntu_(operating_system).html score 3 doc 645: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Voice_user_interface.html score 3 doc 502: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/E-mail.html score 3 doc 210: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_complexity.html score 3 doc 206: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_function.html score 3 doc 205: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Search_tree.html score 3 doc 200: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Power_of_two.html score 3 doc 190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Constant_time.html score 3 doc 157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_data_structure.html score 3 doc 151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_interning.html score 3 doc 150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Library_(computing).html score 3 doc 138: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_hash_table.html score 3 doc 132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pedro_Celis.html score 3 doc 125: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(abstract_data_type).html score 3 doc 95: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_array.html score 3 doc 84: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CDR_coding.html score 3 doc 81: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AVL_tree.html score 3 doc 50: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(data_structure).html score 3 doc 47: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_tree.html score 3 doc 36: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dictionary_of_Algorithms_and_Data_Structures.html score 3 doc 31: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimap.html score 3 doc 30: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Priority_queue.html score 3 doc 29: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_(abstract_data_type).html score 3 doc 12: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R-tree.html score 3 doc 7: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(persistent_data_structure).html score 3 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 3 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 3 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 3 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 2 doc 1700: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Complex_systems.html score 2 doc 1681: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bernoulli_numbers.html score 2 doc 1680: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herman_Hollerith.html score 2 doc 1677: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Howard_Aiken.html score 2 doc 1676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Mark_I.html score 2 doc 1666: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryptanalysis_of_the_Enigma.html score 2 doc 1662: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_folding.html score 2 doc 1658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statistics.html score 2 doc 1643: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fluid_dynamics.html score 2 doc 1636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Deductive_reasoning.html score 2 doc 1616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algebra.html score 2 doc 1614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Parnas.html score 2 doc 1608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Millennium_Prize_Problems.html score 2 doc 1600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Code.html score 2 doc 1598: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Error_detection_and_correction.html score 2 doc 1532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Steven_Levy.html score 2 doc 1527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jan_van_Leeuwen.html score 2 doc 1525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Information_Systems.html score 2 doc 1515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parsing.html score 2 doc 1507: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development_process.html score 2 doc 1484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_research.html score 2 doc 1481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction.html score 2 doc 1479: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Architectural_engineering.html score 2 doc 1476: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction_engineering.html score 2 doc 1474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_protection_engineering.html score 2 doc 1472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sanitary_engineering.html score 2 doc 1465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_engineering.html score 2 doc 1463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Landscape_engineering.html score 2 doc 1462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Renewable_energy.html score 2 doc 1460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_engineering.html score 2 doc 1452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Metallurgy.html score 2 doc 1446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Web_engineering.html score 2 doc 1445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Army_engineering_maintenance.html score 2 doc 1441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport.html score 2 doc 1438: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Naval_architecture.html score 2 doc 1435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport_engineering.html score 2 doc 1434: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryogenics.html score 2 doc 1433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electro-optics.html score 2 doc 1428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ceramic_engineering.html score 2 doc 1427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polymer_engineering.html score 2 doc 1409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tool.html score 2 doc 1405: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jet_Age.html score 2 doc 1401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hype_cycle.html score 2 doc 1400: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inevitability_thesis.html score 2 doc 1399: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Technicism.html score 2 doc 1395: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weapon.html score 2 doc 1390: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_programming.html score 2 doc 1382: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weak_typing.html score 2 doc 1379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_implementation.html score 2 doc 1373: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dialect_(computing).html score 2 doc 1369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cilk.html score 2 doc 1368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_.html score 2 doc 1364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL_68.html score 2 doc 1361: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AMPL.html score 2 doc 1342: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_language.html score 2 doc 1318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free-form_language.html score 2 doc 1313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/For_loop.html score 2 doc 1312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_(programming).html score 2 doc 1265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_type.html score 2 doc 1260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arity.html score 2 doc 1257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_C.html score 2 doc 1253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_literal.html score 2 doc 1227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addition.html score 2 doc 1217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_theory.html score 2 doc 1207: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Main_function_(programming).html score 2 doc 1197: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Qsort.html score 2 doc 1196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bsearch.html score 2 doc 1189: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_string.html score 2 doc 1188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntactic_sugar.html score 2 doc 1180: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bit.html score 2 doc 1159: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Frama-c.html score 2 doc 1158: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compcert.html score 2 doc 1154: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ch_(computer_programming).html score 2 doc 1137: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addison-Wesley.html score 2 doc 1132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Anjuta.html score 2 doc 1128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geany.html score 2 doc 1099: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dietlibc.html score 2 doc 1094: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Musl.html score 2 doc 1089: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alef_(programming_language).html score 2 doc 1078: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dennis_Ritchie.html score 2 doc 1073: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Assembly_language.html score 2 doc 1068: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kernel_(computing).html score 2 doc 1010: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multics.html score 2 doc 975: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Refer_(software).html score 2 doc 974: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pic_language.html score 2 doc 962: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_Equipment_Corporation.html score 2 doc 952: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multi-Programming_Executive.html score 2 doc 947: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coroutine.html score 2 doc 945: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Delimiter.html score 2 doc 924: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_Hurd.html score 2 doc 920: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_toolchain.html score 2 doc 902: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenBSD.html score 2 doc 886: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler.html score 2 doc 855: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eric_S.html score 2 doc 852: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_H.html score 2 doc 849: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shell_builtin.html score 2 doc 766: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Strings_(Unix).html score 2 doc 711: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syllable_Desktop.html score 2 doc 701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Exokernel.html score 2 doc 690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thread_(computing).html score 2 doc 676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_memory.html score 2 doc 658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OSv.html score 2 doc 648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Live_USB.html score 2 doc 326: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CNN.html score 2 doc 187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graceful_degradation.html score 2 doc 182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_perfect_hashing.html score 2 doc 143: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stable_hashing.html score 2 doc 129: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ICI_programming_language.html score 2 doc 124: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(abstract_data_type).html score 2 doc 96: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_node.html score 2 doc 82: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_algorithm.html score 2 doc 71: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FIFO_(computing).html score 2 doc 67: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pseudocode.html score 2 doc 66: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_value.html score 2 doc 63: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_type.html score 2 doc 49: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(data_structure).html score 2 doc 48: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Skip_list.html score 2 doc 46: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heap_(data_structure).html score 2 doc 44: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/International_Standard_Book_Number.html score 2 doc 41: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Introduction_to_Algorithms.html score 2 doc 35: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Collection_(abstract_data_type).html score 2 doc 25: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hashed_array_tree.html score 2 doc 19: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_search_tree.html score 2 doc 10: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R%2b_tree.html score 2 doc 6: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_(abstract_data_type).html score 2 doc 5: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_decision_diagram.html score 2 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 2 doc 1134: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_development_environment.html score 2 doc 1009: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GE-600_series.html score 2 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 2 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 2 doc 401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/On_the_Waterfront.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 2 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ score 1 doc 1693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Blaise_Pascal.html score 1 doc 1690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stepped_Reckoner.html score 1 doc 1674: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enigma_machine.html score 1 doc 1661: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithmic_trading.html score 1 doc 1654: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer-generated_imagery.html score 1 doc 1653: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Entertainment.html score 1 doc 1647: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_camera.html score 1 doc 1641: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_circuit.html score 1 doc 1603: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coding_theory.html score 1 doc 1596: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_transmission.html score 1 doc 1594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structures.html score 1 doc 1588: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_specification.html score 1 doc 1572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_vision.html score 1 doc 1562: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multiprocessing.html score 1 doc 1558: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_architecture.html score 1 doc 1551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_Random_Access_Machine.html score 1 doc 1548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_models.html score 1 doc 1538: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Proceedings.html score 1 doc 1513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic_programming.html score 1 doc 1500: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transaction_processing.html score 1 doc 1498: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expert_system.html score 1 doc 1485: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Genetic_engineering.html score 1 doc 1483: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanomedicine.html score 1 doc 1431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microfabrication.html score 1 doc 1430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanoengineering.html score 1 doc 1416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Infrastructure.html score 1 doc 1413: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge.html score 1 doc 1410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Craft.html score 1 doc 1406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Megascale_engineering.html score 1 doc 1393: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(disambiguation).html score 1 doc 1388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structured_programming.html score 1 doc 1380: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nominative_type_system.html score 1 doc 1360: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_shell.html score 1 doc 1349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pike_(programming_language).html score 1 doc 1348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Processing_(programming_language).html score 1 doc 1338: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_instruction.html score 1 doc 1336: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architectures.html score 1 doc 1333: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntax_(programming_languages).html score 1 doc 1332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_syntax.html score 1 doc 1321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutines.html score 1 doc 1295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linker_(computing).html score 1 doc 1287: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_C.html score 1 doc 1284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lowest_common_denominator_(computers).html score 1 doc 1282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lint_programming_tool.html score 1 doc 1272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Superset.html score 1 doc 1271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Function_prototype.html score 1 doc 1270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Character_encoding.html score 1 doc 1266: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inline_function.html score 1 doc 1252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Procedure_call.html score 1 doc 1251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Goto.html score 1 doc 1247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Whitespace_character.html score 1 doc 1243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_portability.html score 1 doc 1239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Carriage_return.html score 1 doc 1238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Run_time_(program_lifecycle_phase).html score 1 doc 1228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arithmetic.html score 1 doc 1220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutine.html score 1 doc 1216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_of_operations.html score 1 doc 1215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_conversion.html score 1 doc 1213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operator_precedence.html score 1 doc 1209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Preprocessing.html score 1 doc 1202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_datatype.html score 1 doc 1198: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Higher-order_function.html score 1 doc 1192: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Buffer_overflow.html score 1 doc 1182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call_stack.html score 1 doc 1179: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_storage.html score 1 doc 1177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_leak.html score 1 doc 1172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object_code.html score 1 doc 1167: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_punning.html score 1 doc 1161: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intermediate_language.html score 1 doc 1160: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_syntax_tree.html score 1 doc 1157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coq.html score 1 doc 1155: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_Shell-2.html score 1 doc 1140: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Backus-Naur_form.html score 1 doc 1139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ben_Klemens.html score 1 doc 1081: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(programming_language).html score 1 doc 1067: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_Kernel.html score 1 doc 1063: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X_Window_System.html score 1 doc 1048: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Xenix.html score 1 doc 1040: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux.html score 1 doc 1034: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/File_system.html score 1 doc 1032: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_tool.html score 1 doc 1024: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Client%e2%80%93server.html score 1 doc 1017: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mouse_(computing).html score 1 doc 1016: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Non-blocking_I/O.html score 1 doc 1013: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Message_queue.html score 1 doc 1012: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semaphore_(programming).html score 1 doc 1005: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_V.html score 1 doc 1000: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SVR4.html score 1 doc 998: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sun_Microsystems.html score 1 doc 990: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Filesystem_Hierarchy_Standard.html score 1 doc 986: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PWB/UNIX.html score 1 doc 971: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X11.html score 1 doc 967: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TCP/IP.html score 1 doc 963: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bill_Clinton.html score 1 doc 955: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_Memory_System.html score 1 doc 941: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ODF.html score 1 doc 940: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet_Protocol_Suite.html score 1 doc 937: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/HTTP.html score 1 doc 932: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reusability.html score 1 doc 922: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux_kernel.html score 1 doc 921: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_General_Public_License.html score 1 doc 914: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUSE_Linux.html score 1 doc 895: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_time.html score 1 doc 884: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Roff.html score 1 doc 840: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dd_(Unix).html score 1 doc 796: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sudo.html score 1 doc 781: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diff.html score 1 doc 714: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/QNX.html score 1 doc 710: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNIX_System_V.html score 1 doc 702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architecture.html score 1 doc 699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_kernel-2.html score 1 doc 693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interrupt.html score 1 doc 689: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scheduling_(computing).html score 1 doc 684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_management.html score 1 doc 678: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ring_(computer_security).html score 1 doc 660: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenVMS.html score 1 doc 650: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hardware_abstraction.html score 1 doc 587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/World_War_II.html score 1 doc 574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Liberal_arts.html score 1 doc 567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/London_School_of_Economics.html score 1 doc 559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_loans_in_the_United_States.html score 1 doc 551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dwight_D.html score 1 doc 501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cellular_phones.html score 1 doc 482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Wall_Street_Journal.html score 1 doc 429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vassar_College.html score 1 doc 409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Electric.html score 1 doc 403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hasbro.html score 1 doc 388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mister_Rogers%27_Neighborhood.html score 1 doc 379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/24_(TV_series).html score 1 doc 359: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Helsinki.html score 1 doc 332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Encyclop%c3%a6dia_Britannica.html score 1 doc 212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_list.html score 1 doc 211: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(disambiguation).html score 1 doc 204: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Table_(computing).html score 1 doc 202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_index.html score 1 doc 199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mask_(computing).html score 1 doc 196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Prime_number.html score 1 doc 191: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Perfect_hash_function.html score 1 doc 174: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Java_(programming_language).html score 1 doc 173: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Space-time_tradeoff.html score 1 doc 172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Real-time_system.html score 1 doc 168: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_variable.html score 1 doc 165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Judy_array.html score 1 doc 164: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Black_hat_hacking.html score 1 doc 156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Python_(programming_language).html score 1 doc 145: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Samuel.html score 1 doc 144: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rabin%e2%80%93Karp_string_search_algorithm.html score 1 doc 135: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Karl_Pearson.html score 1 doc 127: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structure.html score 1 doc 126: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_data_type.html score 1 doc 123: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Associative_array.html score 1 doc 120: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_access.html score 1 doc 113: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Problem_Solver.html score 1 doc 110: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_translation.html score 1 doc 102: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Motorola_6800.html score 1 doc 99: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Doubly_linked_list.html score 1 doc 94: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Self-balancing_binary_search_tree.html score 1 doc 93: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amortized_analysis.html score 1 doc 91: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequential_access.html score 1 doc 90: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heapsort.html score 1 doc 89: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Locality_of_reference.html score 1 doc 87: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_value.html score 1 doc 83: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Josephus_problem.html score 1 doc 73: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polygon.html score 1 doc 72: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_buffer.html score 1 doc 65: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Asymptotic_time_complexity.html score 1 doc 60: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Serialization.html score 1 doc 59: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_memory_allocation.html score 1 doc 55: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cons.html score 1 doc 53: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_search.html score 1 doc 52: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Index_(database).html score 1 doc 34: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Container_(abstract_data_type).html score 1 doc 33: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_priority_queue.html score 1 doc 32: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_queue.html score 1 doc 24: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sparse_array.html score 1 doc 23: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_data_structure.html score 1 doc 21: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tree_(data_structure).html score 1 doc 20: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/B-tree.html score 1 doc 18: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AA_tree.html score 1 doc 14: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binomial_heap.html score 1 doc 13: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fibonacci_heap.html score 1 doc 11: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R__tree.html score 1 doc 8: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Trie.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreted_language.html score 1 doc 1083: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_Basic_.html score 1 doc 1030: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pipeline_(Unix).html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html ----------------------------------------------- KEY WORDs:> [cs50@flume ~/private/tse/querier]$ ./querier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 [cs50@flume ~/private/tse/querier]$ [cs50@flume ~/private/tse/querier]$ [cs50@flume ~/private/tse/querier]$ ./querier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 < testqueries KEY WORDs:> Query: dartmouth Matches 325 documents (ranked): score 416 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 284 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 284 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 254 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 250 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 140 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 136 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 124 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 122 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 115 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 93 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 83 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 83 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 82 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 56 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 54 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 51 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 51 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 50 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 46 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 43 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 42 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 41 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 41 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 40 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 40 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 39 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 38 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 37 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 37 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 37 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 36 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 35 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 33 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 32 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 32 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 32 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 31 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 30 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 30 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 29 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 29 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 29 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 28 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 27 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 26 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 25 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 25 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 25 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 24 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 24 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 24 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 24 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 23 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 23 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 23 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 23 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 23 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 23 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 23 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 22 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 21 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 21 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 21 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 20 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 19 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 18 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 18 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 17 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 17 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 15 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 15 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 13 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 12 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 12 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 12 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 11 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 10 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 10 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 10 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 9 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 8 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 8 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 8 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 8 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 6 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 5 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 5 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 4 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 4 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 4 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 2 doc 1134: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_development_environment.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 2 doc 1009: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GE-600_series.html score 2 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 2 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 2 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 2 doc 401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/On_the_Waterfront.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 1 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 1 doc 1165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreted_language.html score 1 doc 1083: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_Basic_.html score 1 doc 1030: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pipeline_(Unix).html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 1 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 1 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 1 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth Matches 325 documents (ranked): score 416 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 284 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 284 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 254 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 250 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 140 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 136 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 124 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 122 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 115 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 93 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 83 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 83 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 82 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 56 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 54 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 51 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 51 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 50 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 46 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 43 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 42 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 41 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 41 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 40 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 40 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 39 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 38 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 37 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 37 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 37 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 36 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 35 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 33 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 32 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 32 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 32 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 31 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 30 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 30 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 29 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 29 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 29 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 28 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 27 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 26 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 25 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 25 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 25 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 24 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 24 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 24 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 24 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 23 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 23 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 23 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 23 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 23 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 23 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 23 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 22 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 21 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 21 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 21 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 20 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 19 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 18 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 18 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 17 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 17 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 15 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 15 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 13 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 12 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 12 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 12 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 11 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 10 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 10 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 10 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 9 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 8 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 8 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 8 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 8 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 6 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 5 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 5 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 4 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 4 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 4 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 2 doc 1134: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_development_environment.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 2 doc 1009: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GE-600_series.html score 2 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 2 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 2 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 2 doc 401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/On_the_Waterfront.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 1 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 1 doc 1165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreted_language.html score 1 doc 1083: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_Basic_.html score 1 doc 1030: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pipeline_(Unix).html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 1 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 1 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 1 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth Matches 325 documents (ranked): score 416 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 284 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 284 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 254 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 250 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 140 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 136 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 124 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 122 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 115 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 93 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 83 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 83 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 82 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 56 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 54 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 51 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 51 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 50 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 46 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 43 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 42 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 41 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 41 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 40 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 40 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 39 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 38 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 37 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 37 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 37 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 36 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 35 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 33 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 32 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 32 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 32 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 31 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 30 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 30 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 29 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 29 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 29 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 28 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 27 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 26 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 25 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 25 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 25 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 24 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 24 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 24 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 24 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 23 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 23 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 23 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 23 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 23 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 23 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 23 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 22 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 21 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 21 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 21 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 20 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 19 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 18 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 18 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 17 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 17 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 15 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 15 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 13 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 12 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 12 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 12 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 11 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 10 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 10 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 10 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 9 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 8 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 8 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 8 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 8 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 6 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 5 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 5 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 4 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 4 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 4 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 2 doc 1134: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_development_environment.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 2 doc 1009: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GE-600_series.html score 2 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 2 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 2 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 2 doc 401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/On_the_Waterfront.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 1 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 1 doc 1165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreted_language.html score 1 doc 1083: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_Basic_.html score 1 doc 1030: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pipeline_(Unix).html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 1 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 1 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 1 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth college Matches 306 documents (ranked): score 242 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 175 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 175 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 93 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 93 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 70 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 55 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 48 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 39 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 37 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 37 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 37 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 35 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 33 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 23 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 23 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 21 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 21 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 20 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 19 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 19 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 19 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 18 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 18 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 17 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 17 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 16 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 16 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 15 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 15 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 15 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 14 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 13 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 13 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 13 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 13 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 13 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 12 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 12 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 12 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 12 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 12 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 12 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 12 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 12 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 11 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 11 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 11 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 11 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 10 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 10 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 9 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 9 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 9 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 9 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 8 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 8 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 8 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 8 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 7 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 7 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 7 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 6 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 6 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 6 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 5 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 5 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 5 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 5 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 4 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 4 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 3 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 3 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 3 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 3 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 3 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 2 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 2 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 2 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 2 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 2 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 1 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth college Matches 306 documents (ranked): score 242 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 175 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 175 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 93 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 93 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 70 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 55 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 48 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 39 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 37 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 37 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 37 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 35 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 33 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 23 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 23 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 21 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 21 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 20 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 19 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 19 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 19 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 18 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 18 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 17 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 17 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 16 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 16 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 15 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 15 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 15 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 14 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 13 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 13 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 13 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 13 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 13 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 12 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 12 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 12 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 12 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 12 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 12 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 12 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 12 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 11 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 11 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 11 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 11 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 10 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 10 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 9 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 9 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 9 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 9 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 8 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 8 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 8 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 8 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 7 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 7 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 7 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 6 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 6 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 6 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 5 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 5 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 5 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 5 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 4 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 4 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 3 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 3 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 3 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 3 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 3 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 2 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 2 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 2 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 2 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 2 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 1 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth and college Matches 306 documents (ranked): score 242 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 175 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 175 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 93 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 93 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 70 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 55 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 48 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 39 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 37 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 37 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 37 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 35 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 33 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 23 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 23 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 21 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 21 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 20 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 19 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 19 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 19 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 18 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 18 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 17 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 17 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 16 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 16 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 15 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 15 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 15 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 14 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 13 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 13 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 13 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 13 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 13 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 12 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 12 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 12 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 12 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 12 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 12 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 12 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 12 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 11 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 11 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 11 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 11 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 10 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 10 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 9 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 9 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 9 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 9 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 8 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 8 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 8 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 8 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 7 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 7 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 7 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 6 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 6 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 6 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 5 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 5 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 5 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 5 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 4 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 4 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 3 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 3 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 3 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 3 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 3 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 2 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 2 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 2 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 2 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 2 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 1 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth and college Matches 306 documents (ranked): score 242 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 175 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 175 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 93 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 93 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 70 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 55 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 48 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 39 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 37 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 37 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 37 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 35 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 33 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 23 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 23 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 22 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 21 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 21 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 20 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 19 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 19 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 19 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 18 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 18 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 17 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 17 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 16 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 16 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 15 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 15 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 15 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 14 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 13 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 13 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 13 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 13 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 13 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 12 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 12 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 12 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 12 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 12 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 12 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 12 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 12 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 11 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 11 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 11 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 11 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 10 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 10 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 10 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 9 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 9 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 9 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 9 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 8 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 8 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 8 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 8 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 7 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 7 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 7 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 6 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 6 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 6 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 5 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 5 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 5 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 5 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 4 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 4 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 3 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 3 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 3 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 3 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 3 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 2 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 2 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 2 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 2 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 2 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 1 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth college and computer science Matches 48 documents (ranked): score 9 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 5 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 3 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 2 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 2 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 1 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 1 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 1 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 1 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 1 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 1 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 1 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 1 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 1 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 1 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 1 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth college or computer science Matches 962 documents (ranked): score 247 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 175 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 175 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 171 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 93 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 93 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 70 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 55 doc 1533: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Women_in_computing.html score 55 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 52 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 48 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 46 doc 208: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computing.html score 44 doc 1625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_systems.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 39 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 37 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 37 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 37 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 35 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 33 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 29 doc 1619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alan_Turing.html score 28 doc 38: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_Knuth.html score 27 doc 1686: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Babbage.html score 27 doc 931: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_engineering.html score 24 doc 1554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bioinformatics.html score 23 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 23 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 23 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 22 doc 1534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Informatics_(academic_field).html score 22 doc 117: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herbert_A.html score 22 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 22 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 21 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 21 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 20 doc 1644: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Simulation.html score 20 doc 1605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quantum_computer.html score 20 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 20 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 19 doc 1655: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_graphics.html score 19 doc 1615: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Debates_within_software_engineering.html score 19 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 19 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 18 doc 1682: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ada_Lovelace.html score 18 doc 1635: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering.html score 18 doc 1577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electrical_engineering.html score 18 doc 1575: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robotics.html score 18 doc 862: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Computing_Machinery.html score 18 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 18 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 1684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analytical_Engine.html score 17 doc 1627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_engineering.html score 17 doc 1602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claude_Shannon.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 17 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 17 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 16 doc 1629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edsger_Dijkstra.html score 16 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 16 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 15 doc 1663: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Folding%40home.html score 15 doc 1637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_J.html score 15 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 15 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 15 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 15 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 15 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 14 doc 1621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic.html score 14 doc 1576: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy_of_mind.html score 14 doc 1541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_machine.html score 14 doc 1529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hal_Abelson.html score 14 doc 1422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_engineering.html score 14 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 14 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 13 doc 1704: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_complexity_theory.html score 13 doc 1667: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intractably.html score 13 doc 1633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Forsythe.html score 13 doc 1497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visualization_(computer_graphics).html score 13 doc 1459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automation.html score 13 doc 1425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_engineering.html score 13 doc 1421: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechatronics.html score 13 doc 1069: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source.html score 13 doc 1023: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet.html score 13 doc 435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MacArthur_Fellows_Program.html score 13 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 13 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 13 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 13 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 13 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 13 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 13 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 12 doc 1604: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_theory.html score 12 doc 1569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_mining.html score 12 doc 1555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_simulation.html score 12 doc 1546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Health_Informatics.html score 12 doc 1499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automated_reasoning.html score 12 doc 1494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_reality.html score 12 doc 209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big_O_notation.html score 12 doc 166: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Finite_automata.html score 12 doc 58: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big-O_notation.html score 12 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 12 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 12 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 12 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 12 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 12 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 12 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 12 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 11 doc 1582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Program_semantics.html score 11 doc 1426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_engineering.html score 11 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 11 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 11 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 11 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 11 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 11 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 10 doc 1670: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_Age.html score 10 doc 1623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_linguistics.html score 10 doc 1609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/P_%3d_NP_problem.html score 10 doc 1589: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_methods.html score 10 doc 1491: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ACM_Computing_Classification_System.html score 10 doc 1417: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_engineering.html score 10 doc 163: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_(computing).html score 10 doc 139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bloom_filter.html score 10 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 10 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 10 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 10 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 10 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 9 doc 1694: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abacus.html score 9 doc 1685: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Difference_engine.html score 9 doc 1612: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE_Computer_Society.html score 9 doc 1606: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability_theory.html score 9 doc 1583: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_language.html score 9 doc 1564: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_logic.html score 9 doc 1517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Combinatorics.html score 9 doc 1398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transhumanism.html score 9 doc 1396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/STEM_fields.html score 9 doc 1300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_polymorphism.html score 9 doc 1275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Institute_of_Electrical_and_Electronics_Engineers.html score 9 doc 1221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_algebra.html score 9 doc 993: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE.html score 9 doc 111: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Award.html score 9 doc 79: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Recursion.html score 9 doc 43: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E-2.html score 9 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 9 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 9 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 9 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 9 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 9 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 9 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 8 doc 1657: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Numerical_analysis.html score 8 doc 1632: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Naur.html score 8 doc 1611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Theory_of_computation.html score 8 doc 1568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_retrieval.html score 8 doc 1519: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Number_theory.html score 8 doc 1508: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_testing.html score 8 doc 1449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Broadcast_engineering.html score 8 doc 1447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunications_engineering.html score 8 doc 1429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Audio_engineering.html score 8 doc 1323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Supercomputer.html score 8 doc 1250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Label_(programming_language).html score 8 doc 925: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Stallman.html score 8 doc 188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUHA.html score 8 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 8 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 8 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 1701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_programming.html score 7 doc 1675: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cambridge_Computer_Lab.html score 7 doc 1671: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronics.html score 7 doc 1638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Wegner.html score 7 doc 1618: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Category_theory.html score 7 doc 1595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analysis_of_algorithms.html score 7 doc 1593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_geometry.html score 7 doc 1592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_theory.html score 7 doc 1553: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petri_nets.html score 7 doc 1492: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Symbolic_computation.html score 7 doc 1456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enterprise_engineering.html score 7 doc 1455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_finance.html score 7 doc 1454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Industrial_engineering.html score 7 doc 1415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Invention.html score 7 doc 1412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine.html score 7 doc 1403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Disruptive_innovation.html score 7 doc 1340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lexical_scope.html score 7 doc 1322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scope_(programming).html score 7 doc 1319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_(computer_programming).html score 7 doc 1292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object-oriented_programming.html score 7 doc 1234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Long_integer.html score 7 doc 1233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Short_integer.html score 7 doc 1199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_arithmetic.html score 7 doc 1184: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Variable_(programming).html score 7 doc 1156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Necula.html score 7 doc 934: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Regular_expressions.html score 7 doc 131: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sartaj_Sahni.html score 7 doc 97: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Null_pointer.html score 7 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 7 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 7 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 7 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 7 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 7 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 7 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 7 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 7 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 7 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 7 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 6 doc 1702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_theory.html score 6 doc 1695: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_computer.html score 6 doc 1683: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer.html score 6 doc 1664: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_computing.html score 6 doc 1626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_system.html score 6 doc 1610: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Models_of_computation.html score 6 doc 1590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_languages.html score 6 doc 1574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development.html score 6 doc 1567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge_representation.html score 6 doc 1565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_Image_Computing.html score 6 doc 1559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubiquitous_computing.html score 6 doc 1557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Special_effects.html score 6 doc 1535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Advanced_Placement.html score 6 doc 1526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SIGACT_News.html score 6 doc 1524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Gibbs.html score 6 doc 1521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CiteSeerX.html score 6 doc 1518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_theory.html score 6 doc 1512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_computing.html score 6 doc 1493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_life.html score 6 doc 1482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tissue_engineering.html score 6 doc 1414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_historic_inventions.html score 6 doc 1404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diffusion_of_innovations.html score 6 doc 1387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_design.html score 6 doc 1316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statement_(programming).html score 6 doc 1229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expression_(programming).html score 6 doc 1178: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_I_and_type_II_errors.html score 6 doc 1084: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/COBOL.html score 6 doc 1066: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_interface.html score 6 doc 892: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sign_bit.html score 6 doc 888: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ARPANET.html score 6 doc 853: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Lions.html score 6 doc 687: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multilevel_feedback_queue.html score 6 doc 389: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Despicable_Me.html score 6 doc 153: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_consing.html score 6 doc 105: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Communications_of_the_ACM.html score 6 doc 57: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language.html score 6 doc 37: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Maurice_Vincent_Wilkes.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 6 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 6 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 6 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 5 doc 1703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_problem.html score 5 doc 1699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human-computer_interaction.html score 5 doc 1673: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bletchley_Park.html score 5 doc 1648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_game.html score 5 doc 1607: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automata_theory.html score 5 doc 1599: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_compression.html score 5 doc 1584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_security.html score 5 doc 1556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_games.html score 5 doc 1545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human%e2%80%93computer_interaction.html score 5 doc 1543: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boole.html score 5 doc 1522: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bertrand_Meyer.html score 5 doc 1511: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grid_computing.html score 5 doc 1505: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_music.html score 5 doc 1487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomechatronics.html score 5 doc 1486: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomedical_engineering.html score 5 doc 1473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety_engineering.html score 5 doc 1471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structural_engineering.html score 5 doc 1440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aerospace_engineering.html score 5 doc 1402: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High_tech.html score 5 doc 1297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_compilation.html score 5 doc 1255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_grammar.html score 5 doc 1162: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MATLAB.html score 5 doc 1151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bjarne_Stroustrup.html score 5 doc 1079: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson_(computer_programmer).html score 5 doc 1077: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Kernighan.html score 5 doc 1074: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Labs.html score 5 doc 1064: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graphical_user_interface.html score 5 doc 1054: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson.html score 5 doc 1020: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User-space.html score 5 doc 1015: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_domain_socket.html score 5 doc 1011: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AT%26T_Bell_Labs.html score 5 doc 984: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal_(programming_language).html score 5 doc 970: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GUI.html score 5 doc 943: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Record-oriented_filesystem.html score 5 doc 899: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_Software_Foundation.html score 5 doc 887: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Laboratories.html score 5 doc 696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_space.html score 5 doc 688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fixed-priority_pre-emptive_scheduling.html score 5 doc 679: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paging.html score 5 doc 636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States.html score 5 doc 116: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RAND_Corporation.html score 5 doc 107: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linguistics.html score 5 doc 104: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MIT_Lincoln_Laboratory.html score 5 doc 80: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red-black_tree.html score 5 doc 42: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ronald_L.html score 5 doc 22: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_list.html score 5 doc 17: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red%e2%80%93black_tree.html score 5 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 5 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 5 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 5 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 5 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 5 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 5 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 5 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 5 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 5 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 5 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 5 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 4 doc 1705: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computation.html score 4 doc 1698: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_accessibility.html score 4 doc 1691: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gottfried_Leibniz.html score 4 doc 1688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_calculator.html score 4 doc 1591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler_design.html score 4 doc 1587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_verification.html score 4 doc 1571: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Image_processing.html score 4 doc 1552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Process_calculi.html score 4 doc 1544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leibniz.html score 4 doc 1520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_theory.html score 4 doc 1516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm_design.html score 4 doc 1510: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Concurrency_control.html score 4 doc 1509: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Requirements_analysis.html score 4 doc 1496: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_animation.html score 4 doc 1488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biological_engineering.html score 4 doc 1480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Acoustical_engineering.html score 4 doc 1478: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Building_services_engineering.html score 4 doc 1470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimedia_learning.html score 4 doc 1467: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petroleum_engineering.html score 4 doc 1461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_design.html score 4 doc 1458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Business_informatics.html score 4 doc 1457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering_management.html score 4 doc 1450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Research_and_development.html score 4 doc 1439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automotive_engineering.html score 4 doc 1436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Traffic_engineering_(transportation).html score 4 doc 1423: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hydraulic_engineering.html score 4 doc 1420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Optical_engineering.html score 4 doc 1391: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_paradigm.html score 4 doc 1320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming.html score 4 doc 1308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Namespace.html score 4 doc 1212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hello%2c_world.html score 4 doc 1150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Generic_programming.html score 4 doc 1133: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open-source_software.html score 4 doc 1059: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source_software.html score 4 doc 1019: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microkernel.html score 4 doc 1007: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_quality.html score 4 doc 930: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_software_movement.html score 4 doc 890: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kludge.html score 4 doc 875: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Copyright.html score 4 doc 817: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cron.html score 4 doc 572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bachelor_of_Engineering.html score 4 doc 415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM.html score 4 doc 186: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequence.html score 4 doc 181: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_probing.html score 4 doc 177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cuckoo_hashing.html score 4 doc 147: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_J.html score 4 doc 141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lazy_deletion.html score 4 doc 130: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NIST.html score 4 doc 128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_table.html score 4 doc 121: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_structure.html score 4 doc 78: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Merge_algorithm.html score 4 doc 76: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tail-sharing.html score 4 doc 56: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming_language.html score 4 doc 16: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Splay_tree.html score 4 doc 4: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Directed_acyclic_word_graph.html score 4 doc 2: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_list.html score 4 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 4 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 4 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 4 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 4 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 4 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 4 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 4 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 4 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 4 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 3 doc 1692: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal%27s_calculator.html score 3 doc 1669: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability.html score 3 doc 1668: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Undecidable_problem.html score 3 doc 1665: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human_Genome_Project.html score 3 doc 1652: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Television.html score 3 doc 1649: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animation.html score 3 doc 1624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy.html score 3 doc 1622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_statistics.html score 3 doc 1620: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kurt_G%c3%b6del.html score 3 doc 1617: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Domain_theory.html score 3 doc 1613: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CSAB_(professional_organization).html score 3 doc 1585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety.html score 3 doc 1581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_systems.html score 3 doc 1578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semiotics.html score 3 doc 1570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pattern_recognition.html score 3 doc 1566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Natural_language_processing.html score 3 doc 1528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Minds_and_Machines.html score 3 doc 1501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SQL.html score 3 doc 1495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wearable_computer.html score 3 doc 1490: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Food_engineering.html score 3 doc 1477: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Civil_engineering.html score 3 doc 1469: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_campus.html score 3 doc 1468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nuclear_engineering.html score 3 doc 1466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_design.html score 3 doc 1464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Green_building.html score 3 doc 1451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mining_engineering.html score 3 doc 1448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RF_engineering.html score 3 doc 1444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_warfare.html score 3 doc 1443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_communications.html score 3 doc 1442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_engineering.html score 3 doc 1424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geotechnical_engineering.html score 3 doc 1419: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_engineering.html score 3 doc 1418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animatronics.html score 3 doc 1397: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kardashev_scale.html score 3 doc 1383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_system.html score 3 doc 1381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manifest_typing.html score 3 doc 1339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_type_system.html score 3 doc 1334: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_structures.html score 3 doc 1314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Flow_of_control.html score 3 doc 1306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_typing.html score 3 doc 1283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_checking.html score 3 doc 1277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microcomputer.html score 3 doc 1235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating_point.html score 3 doc 1203: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating-point_number.html score 3 doc 1190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_algebra.html score 3 doc 1187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call-by-value.html score 3 doc 1141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Guy_L._Steele%2c_Jr.html score 3 doc 1071: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Berkeley_Software_Distribution.html score 3 doc 1008: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High-level_programming_language.html score 3 doc 1006: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BSD.html score 3 doc 973: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TeX.html score 3 doc 957: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Plan_9_from_Bell_Labs.html score 3 doc 923: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linus_Torvalds.html score 3 doc 912: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubuntu_(operating_system).html score 3 doc 645: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Voice_user_interface.html score 3 doc 502: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/E-mail.html score 3 doc 210: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_complexity.html score 3 doc 206: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_function.html score 3 doc 205: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Search_tree.html score 3 doc 200: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Power_of_two.html score 3 doc 190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Constant_time.html score 3 doc 157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_data_structure.html score 3 doc 151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_interning.html score 3 doc 150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Library_(computing).html score 3 doc 138: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_hash_table.html score 3 doc 132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pedro_Celis.html score 3 doc 125: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(abstract_data_type).html score 3 doc 95: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_array.html score 3 doc 84: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CDR_coding.html score 3 doc 81: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AVL_tree.html score 3 doc 50: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(data_structure).html score 3 doc 47: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_tree.html score 3 doc 36: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dictionary_of_Algorithms_and_Data_Structures.html score 3 doc 31: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimap.html score 3 doc 30: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Priority_queue.html score 3 doc 29: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_(abstract_data_type).html score 3 doc 12: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R-tree.html score 3 doc 7: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(persistent_data_structure).html score 3 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 3 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 3 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 3 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 3 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 3 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 3 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 3 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 3 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 3 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 3 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 2 doc 1700: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Complex_systems.html score 2 doc 1681: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bernoulli_numbers.html score 2 doc 1680: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herman_Hollerith.html score 2 doc 1677: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Howard_Aiken.html score 2 doc 1676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Mark_I.html score 2 doc 1666: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryptanalysis_of_the_Enigma.html score 2 doc 1662: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_folding.html score 2 doc 1658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statistics.html score 2 doc 1643: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fluid_dynamics.html score 2 doc 1636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Deductive_reasoning.html score 2 doc 1616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algebra.html score 2 doc 1614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Parnas.html score 2 doc 1608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Millennium_Prize_Problems.html score 2 doc 1600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Code.html score 2 doc 1598: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Error_detection_and_correction.html score 2 doc 1532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Steven_Levy.html score 2 doc 1527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jan_van_Leeuwen.html score 2 doc 1525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Information_Systems.html score 2 doc 1515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parsing.html score 2 doc 1507: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development_process.html score 2 doc 1484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_research.html score 2 doc 1481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction.html score 2 doc 1479: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Architectural_engineering.html score 2 doc 1476: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction_engineering.html score 2 doc 1474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_protection_engineering.html score 2 doc 1472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sanitary_engineering.html score 2 doc 1465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_engineering.html score 2 doc 1463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Landscape_engineering.html score 2 doc 1462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Renewable_energy.html score 2 doc 1460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_engineering.html score 2 doc 1452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Metallurgy.html score 2 doc 1446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Web_engineering.html score 2 doc 1445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Army_engineering_maintenance.html score 2 doc 1441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport.html score 2 doc 1438: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Naval_architecture.html score 2 doc 1435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport_engineering.html score 2 doc 1434: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryogenics.html score 2 doc 1433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electro-optics.html score 2 doc 1428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ceramic_engineering.html score 2 doc 1427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polymer_engineering.html score 2 doc 1409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tool.html score 2 doc 1405: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jet_Age.html score 2 doc 1401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hype_cycle.html score 2 doc 1400: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inevitability_thesis.html score 2 doc 1399: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Technicism.html score 2 doc 1395: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weapon.html score 2 doc 1390: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_programming.html score 2 doc 1382: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weak_typing.html score 2 doc 1379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_implementation.html score 2 doc 1373: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dialect_(computing).html score 2 doc 1369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cilk.html score 2 doc 1368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_.html score 2 doc 1364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL_68.html score 2 doc 1361: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AMPL.html score 2 doc 1342: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_language.html score 2 doc 1318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free-form_language.html score 2 doc 1313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/For_loop.html score 2 doc 1312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_(programming).html score 2 doc 1265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_type.html score 2 doc 1260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arity.html score 2 doc 1257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_C.html score 2 doc 1253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_literal.html score 2 doc 1227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addition.html score 2 doc 1217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_theory.html score 2 doc 1207: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Main_function_(programming).html score 2 doc 1197: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Qsort.html score 2 doc 1196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bsearch.html score 2 doc 1189: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_string.html score 2 doc 1188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntactic_sugar.html score 2 doc 1180: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bit.html score 2 doc 1159: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Frama-c.html score 2 doc 1158: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compcert.html score 2 doc 1154: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ch_(computer_programming).html score 2 doc 1137: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addison-Wesley.html score 2 doc 1132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Anjuta.html score 2 doc 1128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geany.html score 2 doc 1099: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dietlibc.html score 2 doc 1094: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Musl.html score 2 doc 1089: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alef_(programming_language).html score 2 doc 1078: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dennis_Ritchie.html score 2 doc 1073: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Assembly_language.html score 2 doc 1068: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kernel_(computing).html score 2 doc 1010: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multics.html score 2 doc 975: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Refer_(software).html score 2 doc 974: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pic_language.html score 2 doc 962: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_Equipment_Corporation.html score 2 doc 952: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multi-Programming_Executive.html score 2 doc 947: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coroutine.html score 2 doc 945: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Delimiter.html score 2 doc 924: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_Hurd.html score 2 doc 920: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_toolchain.html score 2 doc 902: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenBSD.html score 2 doc 886: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler.html score 2 doc 855: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eric_S.html score 2 doc 852: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_H.html score 2 doc 849: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shell_builtin.html score 2 doc 766: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Strings_(Unix).html score 2 doc 711: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syllable_Desktop.html score 2 doc 701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Exokernel.html score 2 doc 690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thread_(computing).html score 2 doc 676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_memory.html score 2 doc 658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OSv.html score 2 doc 648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Live_USB.html score 2 doc 326: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CNN.html score 2 doc 187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graceful_degradation.html score 2 doc 182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_perfect_hashing.html score 2 doc 143: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stable_hashing.html score 2 doc 129: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ICI_programming_language.html score 2 doc 124: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(abstract_data_type).html score 2 doc 96: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_node.html score 2 doc 82: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_algorithm.html score 2 doc 71: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FIFO_(computing).html score 2 doc 67: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pseudocode.html score 2 doc 66: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_value.html score 2 doc 63: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_type.html score 2 doc 49: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(data_structure).html score 2 doc 48: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Skip_list.html score 2 doc 46: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heap_(data_structure).html score 2 doc 44: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/International_Standard_Book_Number.html score 2 doc 41: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Introduction_to_Algorithms.html score 2 doc 35: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Collection_(abstract_data_type).html score 2 doc 25: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hashed_array_tree.html score 2 doc 19: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_search_tree.html score 2 doc 10: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R%2b_tree.html score 2 doc 6: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_(abstract_data_type).html score 2 doc 5: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_decision_diagram.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 2 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 2 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 2 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 2 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 2 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 2 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ score 1 doc 1693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Blaise_Pascal.html score 1 doc 1690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stepped_Reckoner.html score 1 doc 1674: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enigma_machine.html score 1 doc 1661: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithmic_trading.html score 1 doc 1654: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer-generated_imagery.html score 1 doc 1653: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Entertainment.html score 1 doc 1647: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_camera.html score 1 doc 1641: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_circuit.html score 1 doc 1603: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coding_theory.html score 1 doc 1596: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_transmission.html score 1 doc 1594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structures.html score 1 doc 1588: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_specification.html score 1 doc 1572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_vision.html score 1 doc 1562: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multiprocessing.html score 1 doc 1558: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_architecture.html score 1 doc 1551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_Random_Access_Machine.html score 1 doc 1548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_models.html score 1 doc 1538: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Proceedings.html score 1 doc 1513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic_programming.html score 1 doc 1500: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transaction_processing.html score 1 doc 1498: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expert_system.html score 1 doc 1485: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Genetic_engineering.html score 1 doc 1483: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanomedicine.html score 1 doc 1431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microfabrication.html score 1 doc 1430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanoengineering.html score 1 doc 1416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Infrastructure.html score 1 doc 1413: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge.html score 1 doc 1410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Craft.html score 1 doc 1406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Megascale_engineering.html score 1 doc 1393: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(disambiguation).html score 1 doc 1388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structured_programming.html score 1 doc 1380: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nominative_type_system.html score 1 doc 1360: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_shell.html score 1 doc 1349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pike_(programming_language).html score 1 doc 1348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Processing_(programming_language).html score 1 doc 1338: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_instruction.html score 1 doc 1336: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architectures.html score 1 doc 1333: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntax_(programming_languages).html score 1 doc 1332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_syntax.html score 1 doc 1321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutines.html score 1 doc 1295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linker_(computing).html score 1 doc 1287: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_C.html score 1 doc 1284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lowest_common_denominator_(computers).html score 1 doc 1282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lint_programming_tool.html score 1 doc 1272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Superset.html score 1 doc 1271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Function_prototype.html score 1 doc 1270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Character_encoding.html score 1 doc 1266: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inline_function.html score 1 doc 1252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Procedure_call.html score 1 doc 1251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Goto.html score 1 doc 1247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Whitespace_character.html score 1 doc 1243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_portability.html score 1 doc 1239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Carriage_return.html score 1 doc 1238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Run_time_(program_lifecycle_phase).html score 1 doc 1228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arithmetic.html score 1 doc 1220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutine.html score 1 doc 1216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_of_operations.html score 1 doc 1215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_conversion.html score 1 doc 1213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operator_precedence.html score 1 doc 1209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Preprocessing.html score 1 doc 1202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_datatype.html score 1 doc 1198: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Higher-order_function.html score 1 doc 1192: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Buffer_overflow.html score 1 doc 1182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call_stack.html score 1 doc 1179: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_storage.html score 1 doc 1177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_leak.html score 1 doc 1172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object_code.html score 1 doc 1167: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_punning.html score 1 doc 1161: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intermediate_language.html score 1 doc 1160: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_syntax_tree.html score 1 doc 1157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coq.html score 1 doc 1155: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_Shell-2.html score 1 doc 1140: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Backus-Naur_form.html score 1 doc 1139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ben_Klemens.html score 1 doc 1081: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(programming_language).html score 1 doc 1067: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_Kernel.html score 1 doc 1063: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X_Window_System.html score 1 doc 1048: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Xenix.html score 1 doc 1040: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux.html score 1 doc 1034: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/File_system.html score 1 doc 1032: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_tool.html score 1 doc 1024: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Client%e2%80%93server.html score 1 doc 1017: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mouse_(computing).html score 1 doc 1016: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Non-blocking_I/O.html score 1 doc 1013: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Message_queue.html score 1 doc 1012: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semaphore_(programming).html score 1 doc 1005: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_V.html score 1 doc 1000: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SVR4.html score 1 doc 998: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sun_Microsystems.html score 1 doc 990: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Filesystem_Hierarchy_Standard.html score 1 doc 986: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PWB/UNIX.html score 1 doc 971: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X11.html score 1 doc 967: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TCP/IP.html score 1 doc 963: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bill_Clinton.html score 1 doc 955: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_Memory_System.html score 1 doc 941: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ODF.html score 1 doc 940: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet_Protocol_Suite.html score 1 doc 937: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/HTTP.html score 1 doc 932: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reusability.html score 1 doc 922: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux_kernel.html score 1 doc 921: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_General_Public_License.html score 1 doc 914: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUSE_Linux.html score 1 doc 895: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_time.html score 1 doc 884: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Roff.html score 1 doc 840: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dd_(Unix).html score 1 doc 796: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sudo.html score 1 doc 781: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diff.html score 1 doc 714: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/QNX.html score 1 doc 710: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNIX_System_V.html score 1 doc 702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architecture.html score 1 doc 699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_kernel-2.html score 1 doc 693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interrupt.html score 1 doc 689: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scheduling_(computing).html score 1 doc 684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_management.html score 1 doc 678: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ring_(computer_security).html score 1 doc 660: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenVMS.html score 1 doc 650: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hardware_abstraction.html score 1 doc 587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/World_War_II.html score 1 doc 574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Liberal_arts.html score 1 doc 567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/London_School_of_Economics.html score 1 doc 559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_loans_in_the_United_States.html score 1 doc 551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dwight_D.html score 1 doc 501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cellular_phones.html score 1 doc 482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Wall_Street_Journal.html score 1 doc 429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vassar_College.html score 1 doc 409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Electric.html score 1 doc 403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hasbro.html score 1 doc 388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mister_Rogers%27_Neighborhood.html score 1 doc 379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/24_(TV_series).html score 1 doc 359: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Helsinki.html score 1 doc 332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Encyclop%c3%a6dia_Britannica.html score 1 doc 212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_list.html score 1 doc 211: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(disambiguation).html score 1 doc 204: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Table_(computing).html score 1 doc 202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_index.html score 1 doc 199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mask_(computing).html score 1 doc 196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Prime_number.html score 1 doc 191: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Perfect_hash_function.html score 1 doc 174: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Java_(programming_language).html score 1 doc 173: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Space-time_tradeoff.html score 1 doc 172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Real-time_system.html score 1 doc 168: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_variable.html score 1 doc 165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Judy_array.html score 1 doc 164: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Black_hat_hacking.html score 1 doc 156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Python_(programming_language).html score 1 doc 145: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Samuel.html score 1 doc 144: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rabin%e2%80%93Karp_string_search_algorithm.html score 1 doc 135: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Karl_Pearson.html score 1 doc 127: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structure.html score 1 doc 126: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_data_type.html score 1 doc 123: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Associative_array.html score 1 doc 120: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_access.html score 1 doc 113: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Problem_Solver.html score 1 doc 110: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_translation.html score 1 doc 102: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Motorola_6800.html score 1 doc 99: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Doubly_linked_list.html score 1 doc 94: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Self-balancing_binary_search_tree.html score 1 doc 93: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amortized_analysis.html score 1 doc 91: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequential_access.html score 1 doc 90: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heapsort.html score 1 doc 89: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Locality_of_reference.html score 1 doc 87: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_value.html score 1 doc 83: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Josephus_problem.html score 1 doc 73: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polygon.html score 1 doc 72: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_buffer.html score 1 doc 65: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Asymptotic_time_complexity.html score 1 doc 60: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Serialization.html score 1 doc 59: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_memory_allocation.html score 1 doc 55: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cons.html score 1 doc 53: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_search.html score 1 doc 52: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Index_(database).html score 1 doc 34: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Container_(abstract_data_type).html score 1 doc 33: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_priority_queue.html score 1 doc 32: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_queue.html score 1 doc 24: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sparse_array.html score 1 doc 23: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_data_structure.html score 1 doc 21: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tree_(data_structure).html score 1 doc 20: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/B-tree.html score 1 doc 18: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AA_tree.html score 1 doc 14: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binomial_heap.html score 1 doc 13: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fibonacci_heap.html score 1 doc 11: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R__tree.html score 1 doc 8: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Trie.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 1 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 1 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html ----------------------------------------------- KEY WORDs:> Query: dartmouth and college and computer and science Matches 48 documents (ranked): score 9 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 5 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 3 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 3 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 2 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 2 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 2 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 1 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 1 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 1 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 1 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 1 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 1 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 1 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 1 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 1 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 1 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 1 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: dartmouth and college or computer and science Matches 962 documents (ranked): score 247 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 175 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 175 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 171 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 93 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 93 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 70 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 55 doc 1533: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Women_in_computing.html score 55 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 52 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 48 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 46 doc 208: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computing.html score 44 doc 1625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_systems.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 39 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 37 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 37 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 37 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 35 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 33 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 29 doc 1619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alan_Turing.html score 28 doc 38: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_Knuth.html score 27 doc 1686: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Babbage.html score 27 doc 931: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_engineering.html score 24 doc 1554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bioinformatics.html score 23 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 23 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 23 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 22 doc 1534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Informatics_(academic_field).html score 22 doc 117: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herbert_A.html score 22 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 22 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 21 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 21 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 20 doc 1644: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Simulation.html score 20 doc 1605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quantum_computer.html score 20 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 20 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 19 doc 1655: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_graphics.html score 19 doc 1615: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Debates_within_software_engineering.html score 19 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 19 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 18 doc 1682: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ada_Lovelace.html score 18 doc 1635: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering.html score 18 doc 1577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electrical_engineering.html score 18 doc 1575: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robotics.html score 18 doc 862: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Computing_Machinery.html score 18 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 18 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 1684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analytical_Engine.html score 17 doc 1627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_engineering.html score 17 doc 1602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claude_Shannon.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 17 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 17 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 16 doc 1629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edsger_Dijkstra.html score 16 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 16 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 15 doc 1663: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Folding%40home.html score 15 doc 1637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_J.html score 15 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 15 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 15 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 15 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 15 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 14 doc 1621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic.html score 14 doc 1576: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy_of_mind.html score 14 doc 1541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_machine.html score 14 doc 1529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hal_Abelson.html score 14 doc 1422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_engineering.html score 14 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 14 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 13 doc 1704: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_complexity_theory.html score 13 doc 1667: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intractably.html score 13 doc 1633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Forsythe.html score 13 doc 1497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visualization_(computer_graphics).html score 13 doc 1459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automation.html score 13 doc 1425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_engineering.html score 13 doc 1421: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechatronics.html score 13 doc 1069: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source.html score 13 doc 1023: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet.html score 13 doc 435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MacArthur_Fellows_Program.html score 13 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 13 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 13 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 13 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 13 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 13 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 13 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 12 doc 1604: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_theory.html score 12 doc 1569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_mining.html score 12 doc 1555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_simulation.html score 12 doc 1546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Health_Informatics.html score 12 doc 1499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automated_reasoning.html score 12 doc 1494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_reality.html score 12 doc 209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big_O_notation.html score 12 doc 166: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Finite_automata.html score 12 doc 58: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big-O_notation.html score 12 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 12 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 12 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 12 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 12 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 12 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 12 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 12 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 11 doc 1582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Program_semantics.html score 11 doc 1426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_engineering.html score 11 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 11 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 11 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 11 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 11 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 11 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 10 doc 1670: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_Age.html score 10 doc 1623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_linguistics.html score 10 doc 1609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/P_%3d_NP_problem.html score 10 doc 1589: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_methods.html score 10 doc 1491: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ACM_Computing_Classification_System.html score 10 doc 1417: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_engineering.html score 10 doc 163: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_(computing).html score 10 doc 139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bloom_filter.html score 10 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 10 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 10 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 10 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 10 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 9 doc 1694: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abacus.html score 9 doc 1685: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Difference_engine.html score 9 doc 1612: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE_Computer_Society.html score 9 doc 1606: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability_theory.html score 9 doc 1583: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_language.html score 9 doc 1564: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_logic.html score 9 doc 1517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Combinatorics.html score 9 doc 1398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transhumanism.html score 9 doc 1396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/STEM_fields.html score 9 doc 1300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_polymorphism.html score 9 doc 1275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Institute_of_Electrical_and_Electronics_Engineers.html score 9 doc 1221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_algebra.html score 9 doc 993: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE.html score 9 doc 111: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Award.html score 9 doc 79: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Recursion.html score 9 doc 43: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E-2.html score 9 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 9 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 9 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 9 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 9 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 9 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 9 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 8 doc 1657: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Numerical_analysis.html score 8 doc 1632: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Naur.html score 8 doc 1611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Theory_of_computation.html score 8 doc 1568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_retrieval.html score 8 doc 1519: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Number_theory.html score 8 doc 1508: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_testing.html score 8 doc 1449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Broadcast_engineering.html score 8 doc 1447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunications_engineering.html score 8 doc 1429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Audio_engineering.html score 8 doc 1323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Supercomputer.html score 8 doc 1250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Label_(programming_language).html score 8 doc 925: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Stallman.html score 8 doc 188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUHA.html score 8 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 8 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 8 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 1701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_programming.html score 7 doc 1675: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cambridge_Computer_Lab.html score 7 doc 1671: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronics.html score 7 doc 1638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Wegner.html score 7 doc 1618: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Category_theory.html score 7 doc 1595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analysis_of_algorithms.html score 7 doc 1593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_geometry.html score 7 doc 1592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_theory.html score 7 doc 1553: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petri_nets.html score 7 doc 1492: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Symbolic_computation.html score 7 doc 1456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enterprise_engineering.html score 7 doc 1455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_finance.html score 7 doc 1454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Industrial_engineering.html score 7 doc 1415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Invention.html score 7 doc 1412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine.html score 7 doc 1403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Disruptive_innovation.html score 7 doc 1340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lexical_scope.html score 7 doc 1322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scope_(programming).html score 7 doc 1319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_(computer_programming).html score 7 doc 1292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object-oriented_programming.html score 7 doc 1234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Long_integer.html score 7 doc 1233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Short_integer.html score 7 doc 1199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_arithmetic.html score 7 doc 1184: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Variable_(programming).html score 7 doc 1156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Necula.html score 7 doc 934: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Regular_expressions.html score 7 doc 131: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sartaj_Sahni.html score 7 doc 97: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Null_pointer.html score 7 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 7 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 7 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 7 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 7 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 7 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 7 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 7 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 7 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 7 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 7 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 6 doc 1702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_theory.html score 6 doc 1695: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_computer.html score 6 doc 1683: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer.html score 6 doc 1664: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_computing.html score 6 doc 1626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_system.html score 6 doc 1610: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Models_of_computation.html score 6 doc 1590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_languages.html score 6 doc 1574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development.html score 6 doc 1567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge_representation.html score 6 doc 1565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_Image_Computing.html score 6 doc 1559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubiquitous_computing.html score 6 doc 1557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Special_effects.html score 6 doc 1535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Advanced_Placement.html score 6 doc 1526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SIGACT_News.html score 6 doc 1524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Gibbs.html score 6 doc 1521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CiteSeerX.html score 6 doc 1518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_theory.html score 6 doc 1512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_computing.html score 6 doc 1493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_life.html score 6 doc 1482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tissue_engineering.html score 6 doc 1414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_historic_inventions.html score 6 doc 1404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diffusion_of_innovations.html score 6 doc 1387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_design.html score 6 doc 1316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statement_(programming).html score 6 doc 1229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expression_(programming).html score 6 doc 1178: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_I_and_type_II_errors.html score 6 doc 1084: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/COBOL.html score 6 doc 1066: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_interface.html score 6 doc 892: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sign_bit.html score 6 doc 888: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ARPANET.html score 6 doc 853: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Lions.html score 6 doc 687: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multilevel_feedback_queue.html score 6 doc 389: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Despicable_Me.html score 6 doc 153: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_consing.html score 6 doc 105: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Communications_of_the_ACM.html score 6 doc 57: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language.html score 6 doc 37: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Maurice_Vincent_Wilkes.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 6 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 6 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 6 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 5 doc 1703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_problem.html score 5 doc 1699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human-computer_interaction.html score 5 doc 1673: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bletchley_Park.html score 5 doc 1648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_game.html score 5 doc 1607: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automata_theory.html score 5 doc 1599: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_compression.html score 5 doc 1584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_security.html score 5 doc 1556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_games.html score 5 doc 1545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human%e2%80%93computer_interaction.html score 5 doc 1543: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boole.html score 5 doc 1522: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bertrand_Meyer.html score 5 doc 1511: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grid_computing.html score 5 doc 1505: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_music.html score 5 doc 1487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomechatronics.html score 5 doc 1486: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomedical_engineering.html score 5 doc 1473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety_engineering.html score 5 doc 1471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structural_engineering.html score 5 doc 1440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aerospace_engineering.html score 5 doc 1402: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High_tech.html score 5 doc 1297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_compilation.html score 5 doc 1255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_grammar.html score 5 doc 1162: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MATLAB.html score 5 doc 1151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bjarne_Stroustrup.html score 5 doc 1079: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson_(computer_programmer).html score 5 doc 1077: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Kernighan.html score 5 doc 1074: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Labs.html score 5 doc 1064: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graphical_user_interface.html score 5 doc 1054: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson.html score 5 doc 1020: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User-space.html score 5 doc 1015: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_domain_socket.html score 5 doc 1011: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AT%26T_Bell_Labs.html score 5 doc 984: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal_(programming_language).html score 5 doc 970: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GUI.html score 5 doc 943: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Record-oriented_filesystem.html score 5 doc 899: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_Software_Foundation.html score 5 doc 887: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Laboratories.html score 5 doc 696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_space.html score 5 doc 688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fixed-priority_pre-emptive_scheduling.html score 5 doc 679: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paging.html score 5 doc 636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States.html score 5 doc 116: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RAND_Corporation.html score 5 doc 107: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linguistics.html score 5 doc 104: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MIT_Lincoln_Laboratory.html score 5 doc 80: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red-black_tree.html score 5 doc 42: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ronald_L.html score 5 doc 22: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_list.html score 5 doc 17: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red%e2%80%93black_tree.html score 5 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 5 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 5 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 5 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 5 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 5 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 5 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 5 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 5 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 5 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 5 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 5 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 4 doc 1705: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computation.html score 4 doc 1698: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_accessibility.html score 4 doc 1691: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gottfried_Leibniz.html score 4 doc 1688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_calculator.html score 4 doc 1591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler_design.html score 4 doc 1587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_verification.html score 4 doc 1571: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Image_processing.html score 4 doc 1552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Process_calculi.html score 4 doc 1544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leibniz.html score 4 doc 1520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_theory.html score 4 doc 1516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm_design.html score 4 doc 1510: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Concurrency_control.html score 4 doc 1509: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Requirements_analysis.html score 4 doc 1496: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_animation.html score 4 doc 1488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biological_engineering.html score 4 doc 1480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Acoustical_engineering.html score 4 doc 1478: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Building_services_engineering.html score 4 doc 1470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimedia_learning.html score 4 doc 1467: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petroleum_engineering.html score 4 doc 1461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_design.html score 4 doc 1458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Business_informatics.html score 4 doc 1457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering_management.html score 4 doc 1450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Research_and_development.html score 4 doc 1439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automotive_engineering.html score 4 doc 1436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Traffic_engineering_(transportation).html score 4 doc 1423: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hydraulic_engineering.html score 4 doc 1420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Optical_engineering.html score 4 doc 1391: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_paradigm.html score 4 doc 1320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming.html score 4 doc 1308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Namespace.html score 4 doc 1212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hello%2c_world.html score 4 doc 1150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Generic_programming.html score 4 doc 1133: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open-source_software.html score 4 doc 1059: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source_software.html score 4 doc 1019: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microkernel.html score 4 doc 1007: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_quality.html score 4 doc 930: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_software_movement.html score 4 doc 890: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kludge.html score 4 doc 875: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Copyright.html score 4 doc 817: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cron.html score 4 doc 572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bachelor_of_Engineering.html score 4 doc 415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM.html score 4 doc 186: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequence.html score 4 doc 181: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_probing.html score 4 doc 177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cuckoo_hashing.html score 4 doc 147: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_J.html score 4 doc 141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lazy_deletion.html score 4 doc 130: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NIST.html score 4 doc 128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_table.html score 4 doc 121: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_structure.html score 4 doc 78: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Merge_algorithm.html score 4 doc 76: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tail-sharing.html score 4 doc 56: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming_language.html score 4 doc 16: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Splay_tree.html score 4 doc 4: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Directed_acyclic_word_graph.html score 4 doc 2: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_list.html score 4 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 4 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 4 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 4 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 4 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 4 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 4 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 4 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 4 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 4 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 3 doc 1692: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal%27s_calculator.html score 3 doc 1669: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability.html score 3 doc 1668: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Undecidable_problem.html score 3 doc 1665: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human_Genome_Project.html score 3 doc 1652: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Television.html score 3 doc 1649: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animation.html score 3 doc 1624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy.html score 3 doc 1622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_statistics.html score 3 doc 1620: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kurt_G%c3%b6del.html score 3 doc 1617: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Domain_theory.html score 3 doc 1613: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CSAB_(professional_organization).html score 3 doc 1585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety.html score 3 doc 1581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_systems.html score 3 doc 1578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semiotics.html score 3 doc 1570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pattern_recognition.html score 3 doc 1566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Natural_language_processing.html score 3 doc 1528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Minds_and_Machines.html score 3 doc 1501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SQL.html score 3 doc 1495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wearable_computer.html score 3 doc 1490: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Food_engineering.html score 3 doc 1477: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Civil_engineering.html score 3 doc 1469: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_campus.html score 3 doc 1468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nuclear_engineering.html score 3 doc 1466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_design.html score 3 doc 1464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Green_building.html score 3 doc 1451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mining_engineering.html score 3 doc 1448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RF_engineering.html score 3 doc 1444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_warfare.html score 3 doc 1443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_communications.html score 3 doc 1442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_engineering.html score 3 doc 1424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geotechnical_engineering.html score 3 doc 1419: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_engineering.html score 3 doc 1418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animatronics.html score 3 doc 1397: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kardashev_scale.html score 3 doc 1383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_system.html score 3 doc 1381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manifest_typing.html score 3 doc 1339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_type_system.html score 3 doc 1334: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_structures.html score 3 doc 1314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Flow_of_control.html score 3 doc 1306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_typing.html score 3 doc 1283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_checking.html score 3 doc 1277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microcomputer.html score 3 doc 1235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating_point.html score 3 doc 1203: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating-point_number.html score 3 doc 1190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_algebra.html score 3 doc 1187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call-by-value.html score 3 doc 1141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Guy_L._Steele%2c_Jr.html score 3 doc 1071: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Berkeley_Software_Distribution.html score 3 doc 1008: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High-level_programming_language.html score 3 doc 1006: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BSD.html score 3 doc 973: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TeX.html score 3 doc 957: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Plan_9_from_Bell_Labs.html score 3 doc 923: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linus_Torvalds.html score 3 doc 912: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubuntu_(operating_system).html score 3 doc 645: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Voice_user_interface.html score 3 doc 502: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/E-mail.html score 3 doc 210: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_complexity.html score 3 doc 206: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_function.html score 3 doc 205: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Search_tree.html score 3 doc 200: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Power_of_two.html score 3 doc 190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Constant_time.html score 3 doc 157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_data_structure.html score 3 doc 151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_interning.html score 3 doc 150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Library_(computing).html score 3 doc 138: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_hash_table.html score 3 doc 132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pedro_Celis.html score 3 doc 125: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(abstract_data_type).html score 3 doc 95: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_array.html score 3 doc 84: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CDR_coding.html score 3 doc 81: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AVL_tree.html score 3 doc 50: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(data_structure).html score 3 doc 47: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_tree.html score 3 doc 36: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dictionary_of_Algorithms_and_Data_Structures.html score 3 doc 31: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimap.html score 3 doc 30: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Priority_queue.html score 3 doc 29: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_(abstract_data_type).html score 3 doc 12: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R-tree.html score 3 doc 7: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(persistent_data_structure).html score 3 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 3 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 3 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 3 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 3 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 3 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 3 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 3 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 3 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 3 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 3 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 2 doc 1700: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Complex_systems.html score 2 doc 1681: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bernoulli_numbers.html score 2 doc 1680: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herman_Hollerith.html score 2 doc 1677: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Howard_Aiken.html score 2 doc 1676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Mark_I.html score 2 doc 1666: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryptanalysis_of_the_Enigma.html score 2 doc 1662: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_folding.html score 2 doc 1658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statistics.html score 2 doc 1643: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fluid_dynamics.html score 2 doc 1636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Deductive_reasoning.html score 2 doc 1616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algebra.html score 2 doc 1614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Parnas.html score 2 doc 1608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Millennium_Prize_Problems.html score 2 doc 1600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Code.html score 2 doc 1598: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Error_detection_and_correction.html score 2 doc 1532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Steven_Levy.html score 2 doc 1527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jan_van_Leeuwen.html score 2 doc 1525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Information_Systems.html score 2 doc 1515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parsing.html score 2 doc 1507: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development_process.html score 2 doc 1484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_research.html score 2 doc 1481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction.html score 2 doc 1479: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Architectural_engineering.html score 2 doc 1476: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction_engineering.html score 2 doc 1474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_protection_engineering.html score 2 doc 1472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sanitary_engineering.html score 2 doc 1465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_engineering.html score 2 doc 1463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Landscape_engineering.html score 2 doc 1462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Renewable_energy.html score 2 doc 1460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_engineering.html score 2 doc 1452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Metallurgy.html score 2 doc 1446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Web_engineering.html score 2 doc 1445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Army_engineering_maintenance.html score 2 doc 1441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport.html score 2 doc 1438: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Naval_architecture.html score 2 doc 1435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport_engineering.html score 2 doc 1434: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryogenics.html score 2 doc 1433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electro-optics.html score 2 doc 1428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ceramic_engineering.html score 2 doc 1427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polymer_engineering.html score 2 doc 1409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tool.html score 2 doc 1405: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jet_Age.html score 2 doc 1401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hype_cycle.html score 2 doc 1400: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inevitability_thesis.html score 2 doc 1399: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Technicism.html score 2 doc 1395: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weapon.html score 2 doc 1390: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_programming.html score 2 doc 1382: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weak_typing.html score 2 doc 1379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_implementation.html score 2 doc 1373: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dialect_(computing).html score 2 doc 1369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cilk.html score 2 doc 1368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_.html score 2 doc 1364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL_68.html score 2 doc 1361: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AMPL.html score 2 doc 1342: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_language.html score 2 doc 1318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free-form_language.html score 2 doc 1313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/For_loop.html score 2 doc 1312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_(programming).html score 2 doc 1265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_type.html score 2 doc 1260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arity.html score 2 doc 1257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_C.html score 2 doc 1253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_literal.html score 2 doc 1227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addition.html score 2 doc 1217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_theory.html score 2 doc 1207: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Main_function_(programming).html score 2 doc 1197: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Qsort.html score 2 doc 1196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bsearch.html score 2 doc 1189: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_string.html score 2 doc 1188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntactic_sugar.html score 2 doc 1180: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bit.html score 2 doc 1159: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Frama-c.html score 2 doc 1158: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compcert.html score 2 doc 1154: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ch_(computer_programming).html score 2 doc 1137: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addison-Wesley.html score 2 doc 1132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Anjuta.html score 2 doc 1128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geany.html score 2 doc 1099: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dietlibc.html score 2 doc 1094: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Musl.html score 2 doc 1089: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alef_(programming_language).html score 2 doc 1078: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dennis_Ritchie.html score 2 doc 1073: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Assembly_language.html score 2 doc 1068: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kernel_(computing).html score 2 doc 1010: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multics.html score 2 doc 975: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Refer_(software).html score 2 doc 974: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pic_language.html score 2 doc 962: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_Equipment_Corporation.html score 2 doc 952: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multi-Programming_Executive.html score 2 doc 947: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coroutine.html score 2 doc 945: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Delimiter.html score 2 doc 924: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_Hurd.html score 2 doc 920: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_toolchain.html score 2 doc 902: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenBSD.html score 2 doc 886: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler.html score 2 doc 855: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eric_S.html score 2 doc 852: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_H.html score 2 doc 849: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shell_builtin.html score 2 doc 766: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Strings_(Unix).html score 2 doc 711: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syllable_Desktop.html score 2 doc 701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Exokernel.html score 2 doc 690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thread_(computing).html score 2 doc 676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_memory.html score 2 doc 658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OSv.html score 2 doc 648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Live_USB.html score 2 doc 326: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CNN.html score 2 doc 187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graceful_degradation.html score 2 doc 182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_perfect_hashing.html score 2 doc 143: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stable_hashing.html score 2 doc 129: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ICI_programming_language.html score 2 doc 124: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(abstract_data_type).html score 2 doc 96: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_node.html score 2 doc 82: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_algorithm.html score 2 doc 71: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FIFO_(computing).html score 2 doc 67: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pseudocode.html score 2 doc 66: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_value.html score 2 doc 63: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_type.html score 2 doc 49: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(data_structure).html score 2 doc 48: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Skip_list.html score 2 doc 46: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heap_(data_structure).html score 2 doc 44: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/International_Standard_Book_Number.html score 2 doc 41: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Introduction_to_Algorithms.html score 2 doc 35: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Collection_(abstract_data_type).html score 2 doc 25: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hashed_array_tree.html score 2 doc 19: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_search_tree.html score 2 doc 10: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R%2b_tree.html score 2 doc 6: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_(abstract_data_type).html score 2 doc 5: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_decision_diagram.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 2 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 2 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 2 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 2 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 2 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 2 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ score 1 doc 1693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Blaise_Pascal.html score 1 doc 1690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stepped_Reckoner.html score 1 doc 1674: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enigma_machine.html score 1 doc 1661: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithmic_trading.html score 1 doc 1654: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer-generated_imagery.html score 1 doc 1653: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Entertainment.html score 1 doc 1647: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_camera.html score 1 doc 1641: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_circuit.html score 1 doc 1603: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coding_theory.html score 1 doc 1596: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_transmission.html score 1 doc 1594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structures.html score 1 doc 1588: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_specification.html score 1 doc 1572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_vision.html score 1 doc 1562: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multiprocessing.html score 1 doc 1558: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_architecture.html score 1 doc 1551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_Random_Access_Machine.html score 1 doc 1548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_models.html score 1 doc 1538: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Proceedings.html score 1 doc 1513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic_programming.html score 1 doc 1500: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transaction_processing.html score 1 doc 1498: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expert_system.html score 1 doc 1485: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Genetic_engineering.html score 1 doc 1483: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanomedicine.html score 1 doc 1431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microfabrication.html score 1 doc 1430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanoengineering.html score 1 doc 1416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Infrastructure.html score 1 doc 1413: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge.html score 1 doc 1410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Craft.html score 1 doc 1406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Megascale_engineering.html score 1 doc 1393: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(disambiguation).html score 1 doc 1388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structured_programming.html score 1 doc 1380: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nominative_type_system.html score 1 doc 1360: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_shell.html score 1 doc 1349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pike_(programming_language).html score 1 doc 1348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Processing_(programming_language).html score 1 doc 1338: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_instruction.html score 1 doc 1336: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architectures.html score 1 doc 1333: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntax_(programming_languages).html score 1 doc 1332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_syntax.html score 1 doc 1321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutines.html score 1 doc 1295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linker_(computing).html score 1 doc 1287: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_C.html score 1 doc 1284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lowest_common_denominator_(computers).html score 1 doc 1282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lint_programming_tool.html score 1 doc 1272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Superset.html score 1 doc 1271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Function_prototype.html score 1 doc 1270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Character_encoding.html score 1 doc 1266: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inline_function.html score 1 doc 1252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Procedure_call.html score 1 doc 1251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Goto.html score 1 doc 1247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Whitespace_character.html score 1 doc 1243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_portability.html score 1 doc 1239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Carriage_return.html score 1 doc 1238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Run_time_(program_lifecycle_phase).html score 1 doc 1228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arithmetic.html score 1 doc 1220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutine.html score 1 doc 1216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_of_operations.html score 1 doc 1215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_conversion.html score 1 doc 1213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operator_precedence.html score 1 doc 1209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Preprocessing.html score 1 doc 1202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_datatype.html score 1 doc 1198: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Higher-order_function.html score 1 doc 1192: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Buffer_overflow.html score 1 doc 1182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call_stack.html score 1 doc 1179: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_storage.html score 1 doc 1177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_leak.html score 1 doc 1172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object_code.html score 1 doc 1167: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_punning.html score 1 doc 1161: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intermediate_language.html score 1 doc 1160: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_syntax_tree.html score 1 doc 1157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coq.html score 1 doc 1155: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_Shell-2.html score 1 doc 1140: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Backus-Naur_form.html score 1 doc 1139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ben_Klemens.html score 1 doc 1081: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(programming_language).html score 1 doc 1067: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_Kernel.html score 1 doc 1063: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X_Window_System.html score 1 doc 1048: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Xenix.html score 1 doc 1040: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux.html score 1 doc 1034: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/File_system.html score 1 doc 1032: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_tool.html score 1 doc 1024: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Client%e2%80%93server.html score 1 doc 1017: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mouse_(computing).html score 1 doc 1016: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Non-blocking_I/O.html score 1 doc 1013: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Message_queue.html score 1 doc 1012: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semaphore_(programming).html score 1 doc 1005: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_V.html score 1 doc 1000: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SVR4.html score 1 doc 998: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sun_Microsystems.html score 1 doc 990: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Filesystem_Hierarchy_Standard.html score 1 doc 986: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PWB/UNIX.html score 1 doc 971: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X11.html score 1 doc 967: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TCP/IP.html score 1 doc 963: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bill_Clinton.html score 1 doc 955: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_Memory_System.html score 1 doc 941: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ODF.html score 1 doc 940: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet_Protocol_Suite.html score 1 doc 937: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/HTTP.html score 1 doc 932: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reusability.html score 1 doc 922: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux_kernel.html score 1 doc 921: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_General_Public_License.html score 1 doc 914: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUSE_Linux.html score 1 doc 895: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_time.html score 1 doc 884: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Roff.html score 1 doc 840: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dd_(Unix).html score 1 doc 796: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sudo.html score 1 doc 781: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diff.html score 1 doc 714: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/QNX.html score 1 doc 710: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNIX_System_V.html score 1 doc 702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architecture.html score 1 doc 699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_kernel-2.html score 1 doc 693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interrupt.html score 1 doc 689: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scheduling_(computing).html score 1 doc 684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_management.html score 1 doc 678: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ring_(computer_security).html score 1 doc 660: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenVMS.html score 1 doc 650: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hardware_abstraction.html score 1 doc 587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/World_War_II.html score 1 doc 574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Liberal_arts.html score 1 doc 567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/London_School_of_Economics.html score 1 doc 559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_loans_in_the_United_States.html score 1 doc 551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dwight_D.html score 1 doc 501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cellular_phones.html score 1 doc 482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Wall_Street_Journal.html score 1 doc 429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vassar_College.html score 1 doc 409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Electric.html score 1 doc 403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hasbro.html score 1 doc 388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mister_Rogers%27_Neighborhood.html score 1 doc 379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/24_(TV_series).html score 1 doc 359: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Helsinki.html score 1 doc 332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Encyclop%c3%a6dia_Britannica.html score 1 doc 212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_list.html score 1 doc 211: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(disambiguation).html score 1 doc 204: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Table_(computing).html score 1 doc 202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_index.html score 1 doc 199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mask_(computing).html score 1 doc 196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Prime_number.html score 1 doc 191: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Perfect_hash_function.html score 1 doc 174: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Java_(programming_language).html score 1 doc 173: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Space-time_tradeoff.html score 1 doc 172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Real-time_system.html score 1 doc 168: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_variable.html score 1 doc 165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Judy_array.html score 1 doc 164: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Black_hat_hacking.html score 1 doc 156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Python_(programming_language).html score 1 doc 145: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Samuel.html score 1 doc 144: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rabin%e2%80%93Karp_string_search_algorithm.html score 1 doc 135: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Karl_Pearson.html score 1 doc 127: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structure.html score 1 doc 126: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_data_type.html score 1 doc 123: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Associative_array.html score 1 doc 120: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_access.html score 1 doc 113: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Problem_Solver.html score 1 doc 110: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_translation.html score 1 doc 102: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Motorola_6800.html score 1 doc 99: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Doubly_linked_list.html score 1 doc 94: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Self-balancing_binary_search_tree.html score 1 doc 93: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amortized_analysis.html score 1 doc 91: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequential_access.html score 1 doc 90: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heapsort.html score 1 doc 89: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Locality_of_reference.html score 1 doc 87: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_value.html score 1 doc 83: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Josephus_problem.html score 1 doc 73: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polygon.html score 1 doc 72: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_buffer.html score 1 doc 65: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Asymptotic_time_complexity.html score 1 doc 60: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Serialization.html score 1 doc 59: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_memory_allocation.html score 1 doc 55: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cons.html score 1 doc 53: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_search.html score 1 doc 52: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Index_(database).html score 1 doc 34: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Container_(abstract_data_type).html score 1 doc 33: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_priority_queue.html score 1 doc 32: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_queue.html score 1 doc 24: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sparse_array.html score 1 doc 23: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_data_structure.html score 1 doc 21: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tree_(data_structure).html score 1 doc 20: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/B-tree.html score 1 doc 18: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AA_tree.html score 1 doc 14: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binomial_heap.html score 1 doc 13: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fibonacci_heap.html score 1 doc 11: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R__tree.html score 1 doc 8: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Trie.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 1 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 1 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html ----------------------------------------------- KEY WORDs:> Query: dartmouth or computer science or programming or unix or doug mcilroy Matches 1513 documents (ranked): score 422 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 287 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 287 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 259 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 255 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 227 doc 1590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_languages.html score 225 doc 57: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language.html score 222 doc 643: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix.html score 195 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 140 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 136 doc 894: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_Epoch.html score 136 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 135 doc 56: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming_language.html score 134 doc 891: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_time.html score 133 doc 1320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Functional_programming.html score 124 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 122 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 120 doc 1513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic_programming.html score 118 doc 1292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object-oriented_programming.html score 115 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 99 doc 1391: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_paradigm.html score 93 doc 1081: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(programming_language).html score 93 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 92 doc 867: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tru64.html score 92 doc 709: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tru64_UNIX.html score 87 doc 927: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix-like_operating_system.html score 87 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 85 doc 1043: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix-like.html score 85 doc 871: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNIX_98.html score 85 doc 870: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNIX_03.html score 84 doc 1701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_programming.html score 84 doc 1082: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Non-English-based_programming_languages.html score 83 doc 1702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_theory.html score 83 doc 1044: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Single_UNIX_Specification.html score 83 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 83 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 82 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 81 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 79 doc 1053: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_philosophy.html score 77 doc 1150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Generic_programming.html score 72 doc 1362: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FORTRAN.html score 72 doc 1254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FORTRAN_77.html score 72 doc 1214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fortran-2.html score 70 doc 1005: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_V.html score 70 doc 1000: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SVR4.html score 70 doc 710: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNIX_System_V.html score 66 doc 1071: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Berkeley_Software_Distribution.html score 66 doc 1006: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BSD.html score 66 doc 156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Python_(programming_language).html score 65 doc 1359: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2b.html score 65 doc 405: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NBC.html score 65 doc 161: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Perl.html score 65 doc 38: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_Knuth.html score 63 doc 1390: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_programming.html score 63 doc 1342: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Imperative_language.html score 63 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 63 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 62 doc 1533: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Women_in_computing.html score 62 doc 208: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computing.html score 60 doc 1357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_Sharp_(programming_language).html score 60 doc 1356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Objective-C.html score 59 doc 1389: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Procedural_programming.html score 58 doc 1038: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Research_Unix.html score 58 doc 984: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal_(programming_language).html score 58 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 56 doc 1353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Go_(programming_language).html score 56 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 56 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 56 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 55 doc 1388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structured_programming.html score 54 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 53 doc 1048: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Xenix.html score 52 doc 876: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Santa_Cruz_Operation.html score 52 doc 873: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SCO_Group.html score 51 doc 1361: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AMPL.html score 51 doc 155: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/JavaScript.html score 51 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 51 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 50 doc 1354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/D_(programming_language).html score 50 doc 1147: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Comparison_of_programming_languages.html score 50 doc 1078: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dennis_Ritchie.html score 50 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 48 doc 1051: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_shell.html score 47 doc 985: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Awk-2.html score 47 doc 162: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AWK.html score 46 doc 1319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_(computer_programming).html score 46 doc 1199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pointer_arithmetic.html score 46 doc 1028: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Unix_Programming_Environment.html score 46 doc 931: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_engineering.html score 46 doc 97: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Null_pointer.html score 46 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 45 doc 1364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL_68.html score 44 doc 1625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_systems.html score 44 doc 957: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Plan_9_from_Bell_Labs.html score 44 doc 946: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Newline.html score 43 doc 1581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_systems.html score 43 doc 1383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_system.html score 43 doc 1339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_type_system.html score 43 doc 1306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_typing.html score 43 doc 1283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_checking.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 43 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 42 doc 1047: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_wars.html score 42 doc 1039: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Version_7_Unix.html score 42 doc 154: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ruby_(programming_language).html score 42 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 42 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 41 doc 1251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Goto.html score 41 doc 1077: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Kernighan.html score 41 doc 762: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vi.html score 41 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 40 doc 1084: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/COBOL.html score 40 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 40 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 39 doc 1175: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler_flag.html score 39 doc 1145: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Command_line_arguments.html score 39 doc 1065: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Command-line_interface.html score 39 doc 1031: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Command_line_interpreter.html score 39 doc 174: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Java_(programming_language).html score 39 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 39 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 38 doc 874: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SCO_v.html score 38 doc 1273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ISO/IEC_JTC1/SC22.html score 38 doc 1079: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson_(computer_programmer).html score 38 doc 1054: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ken_Thompson.html score 38 doc 1008: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High-level_programming_language.html score 38 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 38 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 37 doc 1334: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_structures.html score 37 doc 1314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Flow_of_control.html score 37 doc 1040: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux.html score 37 doc 986: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PWB/UNIX.html score 37 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 37 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 37 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 36 doc 995: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Common_Open_Software_Environment.html score 36 doc 708: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ultrix.html score 36 doc 1360: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_shell.html score 36 doc 1162: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MATLAB.html score 36 doc 1155: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_Shell-2.html score 36 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 35 doc 998: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sun_Microsystems.html score 35 doc 160: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PHP.html score 35 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 34 doc 933: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Modularity_(programming).html score 34 doc 1211: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_C_Programming_Language_(book).html score 34 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 33 doc 1554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bioinformatics.html score 33 doc 1512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_computing.html score 33 doc 1149: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Smalltalk.html score 33 doc 1073: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Assembly_language.html score 33 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 33 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 32 doc 1296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Modular_programming.html score 32 doc 1052: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_filesystem.html score 32 doc 1695: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_computer.html score 32 doc 1683: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer.html score 32 doc 1629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edsger_Dijkstra.html score 32 doc 1626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_system.html score 32 doc 1392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_C_Programming_Language.html score 32 doc 1345: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cross-platform.html score 32 doc 1321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutines.html score 32 doc 1252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Procedure_call.html score 32 doc 1220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Subroutine.html score 32 doc 1001: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AIX_operating_system.html score 32 doc 982: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bourne_shell.html score 32 doc 869: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM_AIX_(operating_system).html score 32 doc 721: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM_AIX.html score 32 doc 713: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SCO_OpenServer.html score 32 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 32 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 31 doc 1615: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Debates_within_software_engineering.html score 31 doc 1041: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OS_X.html score 31 doc 966: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manual_page_(Unix).html score 31 doc 928: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU.html score 31 doc 779: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ed_(text_editor).html score 31 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 31 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 30 doc 1352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rust_(programming_language).html score 30 doc 1212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hello%2c_world.html score 30 doc 934: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Regular_expressions.html score 30 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 30 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 30 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 29 doc 848: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cat_(Unix).html score 29 doc 1686: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Babbage.html score 29 doc 1619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alan_Turing.html score 29 doc 1582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Program_semantics.html score 29 doc 1325: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_programming.html score 29 doc 1312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_(programming).html score 29 doc 1034: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/File_system.html score 29 doc 1015: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_domain_socket.html score 29 doc 1007: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_quality.html score 29 doc 840: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dd_(Unix).html score 29 doc 728: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Man_page.html score 29 doc 111: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Award.html score 29 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 29 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 28 doc 1109: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Comparison_of_integrated_development_environments.html score 28 doc 1605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quantum_computer.html score 28 doc 1348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Processing_(programming_language).html score 28 doc 889: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/API.html score 28 doc 690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thread_(computing).html score 28 doc 652: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Application_programming_interface.html score 28 doc 163: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_(computing).html score 28 doc 1030: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pipeline_(Unix).html score 28 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 27 doc 727: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bc_(programming_language).html score 27 doc 1592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_theory.html score 27 doc 1322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scope_(programming).html score 27 doc 1184: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Variable_(programming).html score 27 doc 1154: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ch_(computer_programming).html score 27 doc 1068: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kernel_(computing).html score 27 doc 904: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/USL_v.html score 27 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 27 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 27 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 26 doc 707: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UnixWare.html score 26 doc 1508: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_testing.html score 26 doc 1300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_polymorphism.html score 26 doc 924: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_Hurd.html score 26 doc 862: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Computing_Machinery.html score 26 doc 817: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cron.html score 26 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 26 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 25 doc 1351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Limbo_(programming_language).html score 25 doc 769: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sed.html score 25 doc 1682: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ada_Lovelace.html score 25 doc 1340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lexical_scope.html score 25 doc 724: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Date_(Unix).html score 25 doc 79: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Recursion.html score 25 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 25 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 24 doc 834: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ls.html score 24 doc 1684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analytical_Engine.html score 24 doc 1074: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Labs.html score 24 doc 1011: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AT%26T_Bell_Labs.html score 24 doc 1003: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/HP-UX.html score 24 doc 949: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shell_script.html score 24 doc 926: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FreeBSD.html score 24 doc 925: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Stallman.html score 24 doc 887: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_Laboratories.html score 24 doc 734: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grep.html score 24 doc 150: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Library_(computing).html score 24 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 24 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 24 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 23 doc 807: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_(Unix).html score 23 doc 1575: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robotics.html score 23 doc 1534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Informatics_(academic_field).html score 23 doc 1387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_design.html score 23 doc 1230: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operator_(programming).html score 23 doc 117: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herbert_A.html score 23 doc 67: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pseudocode.html score 23 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 23 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 23 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 23 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 23 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 23 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 23 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 23 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 23 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 22 doc 847: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cd_(command).html score 22 doc 1704: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_complexity_theory.html score 22 doc 1667: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intractably.html score 22 doc 1644: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Simulation.html score 22 doc 1569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_mining.html score 22 doc 1367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/B_(programming_language).html score 22 doc 1290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/B_language.html score 22 doc 1265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_type.html score 22 doc 1234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Long_integer.html score 22 doc 1233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Short_integer.html score 22 doc 886: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler.html score 22 doc 828: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rm_(Unix).html score 22 doc 820: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/At_(Unix).html score 22 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 22 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 22 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 21 doc 994: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/POSIX.html score 21 doc 958: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ioctl.html score 21 doc 1655: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_graphics.html score 21 doc 1589: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_methods.html score 21 doc 1499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automated_reasoning.html score 21 doc 1379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_language_implementation.html score 21 doc 1063: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X_Window_System.html score 21 doc 1029: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rob_Pike.html score 21 doc 971: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/X11.html score 21 doc 922: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux_kernel.html score 21 doc 902: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenBSD.html score 21 doc 866: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/A/UX.html score 21 doc 789: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Who_(Unix).html score 21 doc 1134: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_development_environment.html score 21 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 21 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 21 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 21 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 21 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 20 doc 841: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cp_(Unix).html score 20 doc 815: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kill_(command).html score 20 doc 813: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nice_(Unix).html score 20 doc 787: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Write_(Unix).html score 20 doc 1564: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_logic.html score 20 doc 1497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visualization_(computer_graphics).html score 20 doc 1494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_reality.html score 20 doc 1365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CPL_(programming_language).html score 20 doc 1221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_algebra.html score 20 doc 1210: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Standard_output.html score 20 doc 1010: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multics.html score 20 doc 1002: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solaris_(operating_system).html score 20 doc 973: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TeX.html score 20 doc 947: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coroutine.html score 20 doc 945: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Delimiter.html score 20 doc 895: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_time.html score 20 doc 838: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Df_(Unix).html score 20 doc 823: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Touch_(Unix).html score 19 doc 839: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Du_(Unix).html score 19 doc 1280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_standard_library.html score 19 doc 1091: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BSD_libc.html score 19 doc 988: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Libc.html score 19 doc 1657: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Numerical_analysis.html score 19 doc 1652: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Television.html score 19 doc 1627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_engineering.html score 19 doc 1604: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_theory.html score 19 doc 1602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claude_Shannon.html score 19 doc 1567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge_representation.html score 19 doc 1541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_machine.html score 19 doc 1333: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntax_(programming_languages).html score 19 doc 821: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Umask.html score 19 doc 798: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passwd.html score 19 doc 126: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_data_type.html score 19 doc 63: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_type.html score 19 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 19 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 19 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 18 doc 816: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fg_(Unix).html score 18 doc 782: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cut_(Unix).html score 18 doc 761: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wc_(Unix).html score 18 doc 1088: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vala_(programming_language).html score 18 doc 1635: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering.html score 18 doc 1621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic.html score 18 doc 1577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electrical_engineering.html score 18 doc 1529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hal_Abelson.html score 18 doc 1366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BCPL.html score 18 doc 1349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pike_(programming_language).html score 18 doc 1313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/For_loop.html score 18 doc 1257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_C.html score 18 doc 1148: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Comparison_of_Pascal_and_C.html score 18 doc 1110: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microsoft_Visual_Studio.html score 18 doc 1089: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alef_(programming_language).html score 18 doc 1014: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shared_memory.html score 18 doc 990: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Filesystem_Hierarchy_Standard.html score 18 doc 766: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Strings_(Unix).html score 18 doc 125: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(abstract_data_type).html score 18 doc 50: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stack_(data_structure).html score 18 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 18 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 18 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 18 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 17 doc 836: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fuser_(Unix).html score 17 doc 825: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Split_(Unix).html score 17 doc 819: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bg_(Unix).html score 17 doc 809: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ps_(Unix).html score 17 doc 776: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fold_(Unix).html score 17 doc 773: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Join_(Unix).html score 17 doc 725: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cal_(Unix).html score 17 doc 1135: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SIGPLAN.html score 17 doc 987: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Make_(software).html score 17 doc 826: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Size_(Unix).html score 17 doc 757: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expr.html score 17 doc 1663: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Folding%40home.html score 17 doc 1623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_linguistics.html score 17 doc 1595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analysis_of_algorithms.html score 17 doc 1492: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Symbolic_computation.html score 17 doc 1382: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weak_typing.html score 17 doc 1350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LPC_(programming_language).html score 17 doc 1250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Label_(programming_language).html score 17 doc 962: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_Equipment_Corporation.html score 17 doc 837: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/File_(command).html score 17 doc 797: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Su_(Unix).html score 17 doc 129: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ICI_programming_language.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 17 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 17 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 16 doc 846: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chmod.html score 16 doc 835: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ln_(Unix).html score 16 doc 822: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_(Unix).html score 16 doc 775: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Head_(Unix).html score 16 doc 772: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Less_(Unix).html score 16 doc 771: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/More_(command).html score 16 doc 768: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sort_(Unix).html score 16 doc 767: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Spell_(Unix).html score 16 doc 765: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tail_(Unix).html score 16 doc 764: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tr_(Unix).html score 16 doc 1127: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNAT_Programming_Studio.html score 16 doc 1606: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability_theory.html score 16 doc 1583: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_language.html score 16 doc 1574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development.html score 16 doc 1517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Combinatorics.html score 16 doc 1505: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_music.html score 16 doc 1316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statement_(programming).html score 16 doc 1307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigil_(computer_programming).html score 16 doc 1303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enumerated_type.html score 16 doc 1253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_literal.html score 16 doc 1229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expression_(programming).html score 16 doc 1216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_of_operations.html score 16 doc 1213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operator_precedence.html score 16 doc 1187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call-by-value.html score 16 doc 1129: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eclipse_(software).html score 16 doc 1066: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_interface.html score 16 doc 1018: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_terminal.html score 16 doc 983: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_Compiler_Collection.html score 16 doc 959: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_terminal.html score 16 doc 900: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenSolaris.html score 16 doc 878: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/HP9000.html score 16 doc 859: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Comparison_of_operating_systems.html score 16 doc 842: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cmp_(Unix).html score 16 doc 805: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clear_(Unix).html score 16 doc 791: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/W_(Unix).html score 16 doc 781: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diff.html score 16 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 16 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 15 doc 778: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ex_(text_editor).html score 15 doc 723: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lp_(Unix).html score 15 doc 1664: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_computing.html score 15 doc 1637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_J.html score 15 doc 1632: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Naur.html score 15 doc 1618: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Category_theory.html score 15 doc 1593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_geometry.html score 15 doc 1522: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bertrand_Meyer.html score 15 doc 1519: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Number_theory.html score 15 doc 1493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_life.html score 15 doc 1459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automation.html score 15 doc 1308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Namespace.html score 15 doc 1299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_preprocessor.html score 15 doc 1141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Guy_L._Steele%2c_Jr.html score 15 doc 1069: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source.html score 15 doc 1045: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Open_Group.html score 15 doc 997: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Darwin_(operating_system).html score 15 doc 955: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_Memory_System.html score 15 doc 903: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNIX_Systems_Laboratories.html score 15 doc 801: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Id_(Unix).html score 15 doc 786: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Banner_(Unix).html score 15 doc 774: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Iconv.html score 15 doc 717: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MINIX.html score 15 doc 712: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SunOS.html score 15 doc 679: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paging.html score 15 doc 660: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenVMS.html score 15 doc 502: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/E-mail.html score 15 doc 326: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CNN.html score 15 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 15 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 14 doc 996: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Common_Desktop_Environment.html score 14 doc 991: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Executable_and_Linkable_Format.html score 14 doc 843: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cksum.html score 14 doc 830: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pax_(Unix).html score 14 doc 770: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paste_(Unix).html score 14 doc 733: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Locate_(Unix).html score 14 doc 730: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Apropos_(Unix).html score 14 doc 1347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seed7.html score 14 doc 331: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fox_News.html score 14 doc 1609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/P_%3d_NP_problem.html score 14 doc 1576: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy_of_mind.html score 14 doc 1546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Health_Informatics.html score 14 doc 1516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm_design.html score 14 doc 1425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_engineering.html score 14 doc 1422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_engineering.html score 14 doc 1327: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C99.html score 14 doc 1324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microcontroller.html score 14 doc 1305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Declaration_(computer_programming).html score 14 doc 1151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bjarne_Stroustrup.html score 14 doc 981: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mkfs.html score 14 doc 968: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UUCP.html score 14 doc 882: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Device_file_system.html score 14 doc 868: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IRIX.html score 14 doc 832: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_(Unix).html score 14 doc 824: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tee_(command).html score 14 doc 784: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Comm.html score 14 doc 672: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Device_file.html score 14 doc 209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big_O_notation.html score 14 doc 203: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software.html score 14 doc 193: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Modulo_operation.html score 14 doc 166: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Finite_automata.html score 14 doc 115: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_Processing_Language.html score 14 doc 58: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Big-O_notation.html score 14 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 14 doc 1083: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_Basic_.html score 14 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 14 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 14 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 13 doc 788: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Whoami.html score 13 doc 760: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Xargs.html score 13 doc 755: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sleep_(Unix).html score 13 doc 1386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ANSI_C.html score 13 doc 1355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BitC.html score 13 doc 1331: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compatibility_of_C_and_C%2b%2b.html score 13 doc 1206: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Printf.html score 13 doc 978: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Troff.html score 13 doc 965: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_call.html score 13 doc 759: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alias_(command).html score 13 doc 756: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Printf_format_string.html score 13 doc 1633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Forsythe.html score 13 doc 1607: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automata_theory.html score 13 doc 1559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubiquitous_computing.html score 13 doc 1518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_theory.html score 13 doc 1509: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Requirements_analysis.html score 13 doc 1501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SQL.html score 13 doc 1491: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ACM_Computing_Classification_System.html score 13 doc 1421: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechatronics.html score 13 doc 1417: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_engineering.html score 13 doc 1332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_syntax.html score 13 doc 1318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free-form_language.html score 13 doc 1209: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Preprocessing.html score 13 doc 1032: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Programming_tool.html score 13 doc 1023: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet.html score 13 doc 1016: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Non-blocking_I/O.html score 13 doc 999: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unix_System_Laboratories.html score 13 doc 972: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ghostscript.html score 13 doc 952: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multi-Programming_Executive.html score 13 doc 896: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Year_2038_problem.html score 13 doc 800: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logname.html score 13 doc 726: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dc_(computer_program).html score 13 doc 435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MacArthur_Fellows_Program.html score 13 doc 200: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Power_of_two.html score 13 doc 149: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2b11.html score 13 doc 121: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Array_data_structure.html score 13 doc 76: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tail-sharing.html score 13 doc 2: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_list.html score 13 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 13 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 13 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 12 doc 754: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Test_(Unix).html score 12 doc 706: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Xv6.html score 12 doc 1372: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cyclone_(programming_language).html score 12 doc 793: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tput.html score 12 doc 1698: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_accessibility.html score 12 doc 1638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_Wegner.html score 12 doc 1591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler_design.html score 12 doc 1555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_simulation.html score 12 doc 1496: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_animation.html score 12 doc 1323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Supercomputer.html score 12 doc 1315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Curly_braces.html score 12 doc 1260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arity.html score 12 doc 1248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Comma_operator.html score 12 doc 1235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating_point.html score 12 doc 1203: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Floating-point_number.html score 12 doc 1188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syntactic_sugar.html score 12 doc 1156: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Necula.html score 12 doc 1123: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NetBeans.html score 12 doc 1075: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joe_Ossanna.html score 12 doc 1064: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graphical_user_interface.html score 12 doc 1019: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microkernel.html score 12 doc 970: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GUI.html score 12 doc 905: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NetBSD.html score 12 doc 865: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Z/OS.html score 12 doc 855: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eric_S.html score 12 doc 804: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Env.html score 12 doc 796: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sudo.html score 12 doc 758: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Echo_(command).html score 12 doc 735: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Find.html score 12 doc 714: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/QNX.html score 12 doc 670: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inode.html score 12 doc 646: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Text-based_user_interface.html score 12 doc 60: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Serialization.html score 12 doc 37: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Maurice_Vincent_Wilkes.html score 12 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 12 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 12 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 11 doc 827: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rmdir.html score 11 doc 803: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Exit_(command).html score 11 doc 790: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wall_(Unix).html score 11 doc 783: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Csplit.html score 11 doc 752: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unset.html score 11 doc 1186: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Malloc.html score 11 doc 1675: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cambridge_Computer_Lab.html score 11 doc 1611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Theory_of_computation.html score 11 doc 1571: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Image_processing.html score 11 doc 1548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_models.html score 11 doc 1520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_theory.html score 11 doc 1426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Control_engineering.html score 11 doc 1373: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dialect_(computing).html score 11 doc 1369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cilk.html score 11 doc 1368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_.html score 11 doc 1198: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Higher-order_function.html score 11 doc 1196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bsearch.html score 11 doc 1182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Call_stack.html score 11 doc 1177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_leak.html score 11 doc 1128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geany.html score 11 doc 1050: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PDP-11.html score 11 doc 1004: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequent_Computer_Systems.html score 11 doc 969: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenGL.html score 11 doc 901: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/DragonFly_BSD.html score 11 doc 884: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Roff.html score 11 doc 853: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Lions.html score 11 doc 794: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Talk_(software).html score 11 doc 792: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Uname.html score 11 doc 785: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Basename.html score 11 doc 780: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dirname.html score 11 doc 750: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yes_(Unix).html score 11 doc 715: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NeXTSTEP.html score 11 doc 659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OS/2.html score 11 doc 647: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system_shell.html score 11 doc 153: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_consing.html score 11 doc 139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bloom_filter.html score 11 doc 55: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cons.html score 11 doc 43: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E-2.html score 11 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 11 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 11 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 10 doc 844: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chgrp.html score 10 doc 833: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mkdir.html score 10 doc 753: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/True_and_false_(commands).html score 10 doc 731: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Whereis.html score 10 doc 1384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C11_(C_standard_revision).html score 10 doc 1304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Struct_(C_programming_language).html score 10 doc 1208: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stdio.html score 10 doc 1670: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_Age.html score 10 doc 1553: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petri_nets.html score 10 doc 1515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parsing.html score 10 doc 1495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wearable_computer.html score 10 doc 1396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/STEM_fields.html score 10 doc 1157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coq.html score 10 doc 1152: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Source-to-source_compiler.html score 10 doc 1133: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open-source_software.html score 10 doc 1059: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source_software.html score 10 doc 1033: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inter-process_communication.html score 10 doc 1012: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semaphore_(programming).html score 10 doc 980: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fsck.html score 10 doc 942: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PostScript.html score 10 doc 906: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/386BSD.html score 10 doc 857: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Usage_share_of_operating_systems.html score 10 doc 852: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Peter_H.html score 10 doc 718: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LynxOS.html score 10 doc 667: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_file_system.html score 10 doc 663: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/DOS.html score 10 doc 662: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mac_OS.html score 10 doc 128: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_table.html score 10 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 10 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 10 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 10 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 10 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 9 doc 831: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mv.html score 9 doc 763: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Uniq.html score 9 doc 747: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Host_(Unix).html score 9 doc 1694: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abacus.html score 9 doc 1685: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Difference_engine.html score 9 doc 1614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Parnas.html score 9 doc 1612: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE_Computer_Society.html score 9 doc 1594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structures.html score 9 doc 1580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algebraic_data_types.html score 9 doc 1511: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grid_computing.html score 9 doc 1507: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_development_process.html score 9 doc 1398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transhumanism.html score 9 doc 1344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Filename_extension.html score 9 doc 1311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/While_loop.html score 9 doc 1298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Source_code.html score 9 doc 1297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Conditional_compilation.html score 9 doc 1288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MCP_(Burroughs_Large_Systems).html score 9 doc 1275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Institute_of_Electrical_and_Electronics_Engineers.html score 9 doc 1269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Locale.html score 9 doc 1236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/External_variable.html score 9 doc 1192: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Buffer_overflow.html score 9 doc 1176: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Header_file.html score 9 doc 1132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Anjuta.html score 9 doc 1126: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/KDevelop.html score 9 doc 1111: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM_VisualAge.html score 9 doc 1070: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Illumos.html score 9 doc 993: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE.html score 9 doc 975: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Refer_(software).html score 9 doc 974: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pic_language.html score 9 doc 964: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/USENIX.html score 9 doc 961: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Burroughs_large_systems.html score 9 doc 920: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_toolchain.html score 9 doc 746: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ifconfig.html score 9 doc 720: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlackBerry_10.html score 9 doc 147: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_J.html score 9 doc 127: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_structure.html score 9 doc 96: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_node.html score 9 doc 66: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sentinel_value.html score 9 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 9 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 9 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 9 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 9 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 9 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 8 doc 845: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chown.html score 8 doc 814: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Killall.html score 8 doc 811: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pidof.html score 8 doc 808: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pstree.html score 8 doc 799: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mesg.html score 8 doc 732: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Whatis.html score 8 doc 1371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unified_Parallel_C.html score 8 doc 1231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operators_in_C_and_C%2b%2b.html score 8 doc 1200: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Declaration_reflects_use.html score 8 doc 1090: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_data_types.html score 8 doc 1648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_game.html score 8 doc 1584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_security.html score 8 doc 1568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_retrieval.html score 8 doc 1556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Video_games.html score 8 doc 1449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Broadcast_engineering.html score 8 doc 1447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunications_engineering.html score 8 doc 1429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Audio_engineering.html score 8 doc 1381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manifest_typing.html score 8 doc 1247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Whitespace_character.html score 8 doc 1232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Volatile_variable.html score 8 doc 1195: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dangling_pointer.html score 8 doc 1194: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wild_pointer.html score 8 doc 1189: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_string.html score 8 doc 1167: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_punning.html score 8 doc 1120: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ultimate%2b%2b.html score 8 doc 1058: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_multitasking.html score 8 doc 1021: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_system_(computing).html score 8 doc 953: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MS-DOS.html score 8 doc 923: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linus_Torvalds.html score 8 doc 912: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ubuntu_(operating_system).html score 8 doc 909: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Slackware_Linux.html score 8 doc 899: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_Software_Foundation.html score 8 doc 885: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Text_editor.html score 8 doc 829: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pwd.html score 8 doc 802: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Finger_protocol.html score 8 doc 739: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rlogin.html score 8 doc 736: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Traceroute.html score 8 doc 695: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Process_management_(computing).html score 8 doc 188: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUHA.html score 8 doc 84: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CDR_coding.html score 8 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 8 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 8 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 8 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 8 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 8 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 979: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nroff.html score 7 doc 918: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coreutils.html score 7 doc 806: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Top_(software).html score 7 doc 751: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wait_(command).html score 7 doc 1370: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Split-C.html score 7 doc 1671: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronics.html score 7 doc 1669: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computability.html score 7 doc 1599: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_compression.html score 7 doc 1561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Databases.html score 7 doc 1550: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database.html score 7 doc 1549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_management_systems.html score 7 doc 1526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SIGACT_News.html score 7 doc 1503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_management_system.html score 7 doc 1456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enterprise_engineering.html score 7 doc 1455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_finance.html score 7 doc 1454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Industrial_engineering.html score 7 doc 1415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Invention.html score 7 doc 1412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine.html score 7 doc 1404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Diffusion_of_innovations.html score 7 doc 1403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Disruptive_innovation.html score 7 doc 1293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Input/output.html score 7 doc 1287: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_C.html score 7 doc 1286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Portable_C_Compiler.html score 7 doc 1282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lint_programming_tool.html score 7 doc 1242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unicode.html score 7 doc 1215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_conversion.html score 7 doc 1171: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MISRA_C.html score 7 doc 1146: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/International_Obfuscated_C_Code_Contest.html score 7 doc 1140: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Backus-Naur_form.html score 7 doc 1137: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addison-Wesley.html score 7 doc 1067: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_Kernel.html score 7 doc 1035: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Plain_text.html score 7 doc 1020: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User-space.html score 7 doc 818: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chroot.html score 7 doc 795: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Uptime.html score 7 doc 745: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inetd.html score 7 doc 744: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Netcat.html score 7 doc 743: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Netstat.html score 7 doc 722: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lpr.html score 7 doc 716: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nexenta_OS.html score 7 doc 700: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hybrid_kernel.html score 7 doc 699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Monolithic_kernel-2.html score 7 doc 697: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Loadable_kernel_module.html score 7 doc 696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/User_space.html score 7 doc 677: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Segmentation_fault.html score 7 doc 665: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AmigaOS.html score 7 doc 655: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transaction_Processing_Facility.html score 7 doc 388: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mister_Rogers%27_Neighborhood.html score 7 doc 131: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sartaj_Sahni.html score 7 doc 116: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RAND_Corporation.html score 7 doc 105: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Communications_of_the_ACM.html score 7 doc 78: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Merge_algorithm.html score 7 doc 22: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_list.html score 7 doc 7: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(persistent_data_structure).html score 7 doc 1165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreted_language.html score 7 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 7 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 7 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 7 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 7 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 7 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 6 doc 976: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eqn.html score 6 doc 812: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pgrep.html score 6 doc 777: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fmt.html score 6 doc 122: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/S-expression.html score 6 doc 1699: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human-computer_interaction.html score 6 doc 1617: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Domain_theory.html score 6 doc 1610: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Models_of_computation.html score 6 doc 1587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_verification.html score 6 doc 1565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_Image_Computing.html score 6 doc 1557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Special_effects.html score 6 doc 1552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Process_calculi.html score 6 doc 1545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human%e2%80%93computer_interaction.html score 6 doc 1543: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boole.html score 6 doc 1535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Advanced_Placement.html score 6 doc 1524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Gibbs.html score 6 doc 1521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CiteSeerX.html score 6 doc 1510: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Concurrency_control.html score 6 doc 1498: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Expert_system.html score 6 doc 1482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tissue_engineering.html score 6 doc 1440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aerospace_engineering.html score 6 doc 1414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_historic_inventions.html score 6 doc 1302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Null-terminated_string.html score 6 doc 1255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_grammar.html score 6 doc 1243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_portability.html score 6 doc 1218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sizeof.html score 6 doc 1207: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Main_function_(programming).html score 6 doc 1202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_datatype.html score 6 doc 1178: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_I_and_type_II_errors.html score 6 doc 1159: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Frama-c.html score 6 doc 1099: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dietlibc.html score 6 doc 1097: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_C_Library.html score 6 doc 1094: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Musl.html score 6 doc 1037: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Porting.html score 6 doc 1026: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Workstation.html score 6 doc 954: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CP/M.html score 6 doc 944: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ASCII.html score 6 doc 943: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Record-oriented_filesystem.html score 6 doc 930: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_software_movement.html score 6 doc 919: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Glibc.html score 6 doc 892: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sign_bit.html score 6 doc 888: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ARPANET.html score 6 doc 883: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_(computing).html score 6 doc 741: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ping_(networking_utility).html score 6 doc 693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interrupt.html score 6 doc 687: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multilevel_feedback_queue.html score 6 doc 680: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_protection.html score 6 doc 668: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Disk_partitioning.html score 6 doc 636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States.html score 6 doc 389: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Despicable_Me.html score 6 doc 210: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_complexity.html score 6 doc 190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Constant_time.html score 6 doc 181: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_probing.html score 6 doc 177: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cuckoo_hashing.html score 6 doc 157: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_data_structure.html score 6 doc 123: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Associative_array.html score 6 doc 87: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boolean_value.html score 6 doc 80: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red-black_tree.html score 6 doc 29: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_(abstract_data_type).html score 6 doc 17: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red%e2%80%93black_tree.html score 6 doc 16: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Splay_tree.html score 6 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 6 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 6 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 5 doc 810: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pkill.html score 5 doc 740: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rdate.html score 5 doc 1346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Verilog.html score 5 doc 1205: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Escape_sequences_in_C.html score 5 doc 1115: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Xcode.html score 5 doc 1103: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2b/CLI.html score 5 doc 1102: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2b/CX.html score 5 doc 1705: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computation.html score 5 doc 1703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_problem.html score 5 doc 1688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_calculator.html score 5 doc 1673: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bletchley_Park.html score 5 doc 1620: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kurt_G%c3%b6del.html score 5 doc 1566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Natural_language_processing.html score 5 doc 1487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomechatronics.html score 5 doc 1486: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biomedical_engineering.html score 5 doc 1480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Acoustical_engineering.html score 5 doc 1473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety_engineering.html score 5 doc 1471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Structural_engineering.html score 5 doc 1420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Optical_engineering.html score 5 doc 1402: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/High_tech.html score 5 doc 1393: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(disambiguation).html score 5 doc 1317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semicolon.html score 5 doc 1295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linker_(computing).html score 5 doc 1291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PDP-7.html score 5 doc 1281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Void_type.html score 5 doc 1278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Minicomputer.html score 5 doc 1277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microcomputer.html score 5 doc 1249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequence_point.html score 5 doc 1224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Augmented_assignment.html score 5 doc 1223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bitwise_operation.html score 5 doc 1222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bit_shift.html score 5 doc 1183: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automatic_memory_allocation.html score 5 doc 1173: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_systems.html score 5 doc 1169: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Valgrind.html score 5 doc 1168: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_system.html score 5 doc 1161: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intermediate_language.html score 5 doc 1160: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Abstract_syntax_tree.html score 5 doc 1087: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Java_virtual_machine.html score 5 doc 1072: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Closed_source_software.html score 5 doc 1061: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Proprietary_software.html score 5 doc 1046: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Novell.html score 5 doc 1042: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Apple%2c_Inc.html score 5 doc 1027: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Server_(computing).html score 5 doc 967: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TCP/IP.html score 5 doc 948: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Job_Control_Language.html score 5 doc 940: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet_Protocol_Suite.html score 5 doc 938: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SMTP.html score 5 doc 917: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux_distributions.html score 5 doc 890: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kludge.html score 5 doc 742: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nslookup.html score 5 doc 711: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syllable_Desktop.html score 5 doc 688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fixed-priority_pre-emptive_scheduling.html score 5 doc 686: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Preemption_(computing).html score 5 doc 678: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ring_(computer_security).html score 5 doc 674: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boot_loader.html score 5 doc 654: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/VM_(operating_system).html score 5 doc 653: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microsoft_Windows.html score 5 doc 572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bachelor_of_Engineering.html score 5 doc 415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM.html score 5 doc 379: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/24_(TV_series).html score 5 doc 172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Real-time_system.html score 5 doc 151: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/String_interning.html score 5 doc 124: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(abstract_data_type).html score 5 doc 107: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linguistics.html score 5 doc 104: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MIT_Lincoln_Laboratory.html score 5 doc 102: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Motorola_6800.html score 5 doc 77: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Iteration.html score 5 doc 49: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Queue_(data_structure).html score 5 doc 47: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_tree.html score 5 doc 42: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ronald_L.html score 5 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 5 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 5 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 5 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 5 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 4 doc 729: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Help_(command).html score 4 doc 1376: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MSVC.html score 4 doc 1358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C--.html score 4 doc 1294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_(keyword).html score 4 doc 1263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Variable-length_array.html score 4 doc 1258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microsoft_Visual_C%2b%2b.html score 4 doc 1244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Page_break.html score 4 doc 1219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Increment_and_decrement_operators.html score 4 doc 1201: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Function_pointer.html score 4 doc 1130: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dev-C%2b%2b.html score 4 doc 1125: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kuzya.html score 4 doc 1116: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microsoft_Visual_Studio_Express.html score 4 doc 1113: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2bBuilder.html score 4 doc 1104: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_C%2b%2b.html score 4 doc 893: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_t.html score 4 doc 397: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saturday_Night_Live.html score 4 doc 1691: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gottfried_Leibniz.html score 4 doc 1680: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herman_Hollerith.html score 4 doc 1661: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithmic_trading.html score 4 doc 1641: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_circuit.html score 4 doc 1570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pattern_recognition.html score 4 doc 1562: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multiprocessing.html score 4 doc 1551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_Random_Access_Machine.html score 4 doc 1544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leibniz.html score 4 doc 1488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Biological_engineering.html score 4 doc 1478: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Building_services_engineering.html score 4 doc 1470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimedia_learning.html score 4 doc 1467: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Petroleum_engineering.html score 4 doc 1461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_design.html score 4 doc 1458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Business_informatics.html score 4 doc 1457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Engineering_management.html score 4 doc 1450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Research_and_development.html score 4 doc 1439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Automotive_engineering.html score 4 doc 1436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Traffic_engineering_(transportation).html score 4 doc 1423: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hydraulic_engineering.html score 4 doc 1271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Function_prototype.html score 4 doc 1270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Character_encoding.html score 4 doc 1239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Carriage_return.html score 4 doc 1158: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compcert.html score 4 doc 1112: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CodeWarrior.html score 4 doc 1107: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Borland_Turbo_C.html score 4 doc 1080: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_developer.html score 4 doc 1057: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multi-user.html score 4 doc 1024: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Client%e2%80%93server.html score 4 doc 1013: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Message_queue.html score 4 doc 939: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FTP.html score 4 doc 937: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/HTTP.html score 4 doc 921: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_General_Public_License.html score 4 doc 875: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Copyright.html score 4 doc 719: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IOS.html score 4 doc 698: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Device_driver.html score 4 doc 692: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Process_(computing).html score 4 doc 676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_memory.html score 4 doc 664: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BeOS.html score 4 doc 658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OSv.html score 4 doc 650: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hardware_abstraction.html score 4 doc 645: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Voice_user_interface.html score 4 doc 206: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_function.html score 4 doc 186: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequence.html score 4 doc 141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lazy_deletion.html score 4 doc 130: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/NIST.html score 4 doc 118: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cliff_Shaw.html score 4 doc 95: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_array.html score 4 doc 83: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Josephus_problem.html score 4 doc 81: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AVL_tree.html score 4 doc 53: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_search.html score 4 doc 32: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_queue.html score 4 doc 31: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimap.html score 4 doc 5: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_decision_diagram.html score 4 doc 4: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Directed_acyclic_word_graph.html score 4 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 4 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 4 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 4 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 4 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 4 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 4 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 4 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 4 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 4 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ score 3 doc 748: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dig_(command).html score 3 doc 1378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clang.html score 3 doc 1241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_character.html score 3 doc 1164: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CPython.html score 3 doc 1131: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CodeLite.html score 3 doc 1124: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MonoDevelop.html score 3 doc 1108: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amsterdam_Compiler_Kit.html score 3 doc 850: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_Directory_Project.html score 3 doc 539: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manhattan.html score 3 doc 395: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grey%27s_Anatomy.html score 3 doc 393: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scandal_(TV_series).html score 3 doc 372: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Mindy_Project.html score 3 doc 158: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dbm.html score 3 doc 75: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Persistent_data_structure.html score 3 doc 15: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_heap.html score 3 doc 1700: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Complex_systems.html score 3 doc 1692: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pascal%27s_calculator.html score 3 doc 1676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Mark_I.html score 3 doc 1668: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Undecidable_problem.html score 3 doc 1665: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human_Genome_Project.html score 3 doc 1653: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Entertainment.html score 3 doc 1650: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Advertising.html score 3 doc 1649: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animation.html score 3 doc 1642: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SPICE.html score 3 doc 1624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy.html score 3 doc 1622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computational_statistics.html score 3 doc 1613: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CSAB_(professional_organization).html score 3 doc 1585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Safety.html score 3 doc 1578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semiotics.html score 3 doc 1547: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Query_languages.html score 3 doc 1528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Minds_and_Machines.html score 3 doc 1490: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Food_engineering.html score 3 doc 1477: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Civil_engineering.html score 3 doc 1469: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_campus.html score 3 doc 1468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nuclear_engineering.html score 3 doc 1466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_design.html score 3 doc 1464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Green_building.html score 3 doc 1451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mining_engineering.html score 3 doc 1448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RF_engineering.html score 3 doc 1446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Web_engineering.html score 3 doc 1444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electronic_warfare.html score 3 doc 1443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_communications.html score 3 doc 1442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Military_engineering.html score 3 doc 1424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geotechnical_engineering.html score 3 doc 1419: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_engineering.html score 3 doc 1418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animatronics.html score 3 doc 1397: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kardashev_scale.html score 3 doc 1338: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_instruction.html score 3 doc 1330: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/American_National_Standards_Institute.html score 3 doc 1326: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Run-time_system.html score 3 doc 1310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Switch_statement.html score 3 doc 1289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Byte.html score 3 doc 1267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Endianness.html score 3 doc 1262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IEEE_754.html score 3 doc 1261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Variadic_macro.html score 3 doc 1256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fixed-point_arithmetic.html score 3 doc 1238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Run_time_(program_lifecycle_phase).html score 3 doc 1227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Addition.html score 3 doc 1204: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_variable_types_and_declarations.html score 3 doc 1197: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Qsort.html score 3 doc 1191: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Row-major_order.html score 3 doc 1190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_algebra.html score 3 doc 1181: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Loader_(computing).html score 3 doc 1180: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bit.html score 3 doc 1142: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr.html score 3 doc 1138: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/O%27Reilly_Media.html score 3 doc 1093: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Newlib.html score 3 doc 1060: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Free_software.html score 3 doc 914: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SUSE_Linux.html score 3 doc 749: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Network_utility.html score 3 doc 738: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Route_(command).html score 3 doc 701: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Exokernel.html score 3 doc 682: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bus_error.html score 3 doc 681: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_protection_fault.html score 3 doc 648: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Live_USB.html score 3 doc 644: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Preboot_Execution_Environment.html score 3 doc 500: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Instant_messaging.html score 3 doc 205: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Search_tree.html score 3 doc 204: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Table_(computing).html score 3 doc 182: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_perfect_hashing.html score 3 doc 167: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Spell_checker.html score 3 doc 145: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Samuel.html score 3 doc 138: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Distributed_hash_table.html score 3 doc 132: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pedro_Celis.html score 3 doc 113: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Problem_Solver.html score 3 doc 100: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CAR_and_CDR.html score 3 doc 89: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Locality_of_reference.html score 3 doc 71: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/FIFO_(computing).html score 3 doc 54: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Car_and_cdr-2.html score 3 doc 46: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heap_(data_structure).html score 3 doc 36: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dictionary_of_Algorithms_and_Data_Structures.html score 3 doc 34: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Container_(abstract_data_type).html score 3 doc 30: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Priority_queue.html score 3 doc 19: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binary_search_tree.html score 3 doc 12: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R-tree.html score 3 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 3 doc 1009: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GE-600_series.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 3 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 3 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 3 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 3 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 3 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 3 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 3 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 2 doc 1105: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tiny_C_Compiler.html score 2 doc 992: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Austin_Group.html score 2 doc 977: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tbl.html score 2 doc 854: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bell_System_Technical_Journal.html score 2 doc 1375: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pelles_C.html score 2 doc 1343: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C.html score 2 doc 1185: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Static_memory_allocation.html score 2 doc 1170: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM_Rational_Purify.html score 2 doc 1166: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Common_Gateway_Interface.html score 2 doc 1153: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CINT.html score 2 doc 1119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/WxDev-C%2b%2b.html score 2 doc 1096: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Klibc.html score 2 doc 394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Private_Practice_(TV_series).html score 2 doc 385: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Prison_Break.html score 2 doc 382: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Melrose_Place.html score 2 doc 380: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Friends.html score 2 doc 377: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Spin_City.html score 2 doc 376: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_West_Wing.html score 2 doc 375: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Friday_Night_Lights_(TV_series).html score 2 doc 148: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unordered_map_(C%2b%2b).html score 2 doc 86: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_pool.html score 2 doc 27: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bit_array.html score 2 doc 1693: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Blaise_Pascal.html score 2 doc 1681: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bernoulli_numbers.html score 2 doc 1679: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tabulating_machines.html score 2 doc 1678: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Punched_card.html score 2 doc 1677: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Howard_Aiken.html score 2 doc 1666: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryptanalysis_of_the_Enigma.html score 2 doc 1662: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Protein_folding.html score 2 doc 1658: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Statistics.html score 2 doc 1654: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer-generated_imagery.html score 2 doc 1643: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fluid_dynamics.html score 2 doc 1636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Deductive_reasoning.html score 2 doc 1616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algebra.html score 2 doc 1608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Millennium_Prize_Problems.html score 2 doc 1600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Code.html score 2 doc 1598: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Error_detection_and_correction.html score 2 doc 1532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Steven_Levy.html score 2 doc 1527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jan_van_Leeuwen.html score 2 doc 1525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Association_for_Information_Systems.html score 2 doc 1500: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transaction_processing.html score 2 doc 1484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Medical_research.html score 2 doc 1481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction.html score 2 doc 1479: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Architectural_engineering.html score 2 doc 1476: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Construction_engineering.html score 2 doc 1474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_protection_engineering.html score 2 doc 1472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sanitary_engineering.html score 2 doc 1465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ecological_engineering.html score 2 doc 1463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Landscape_engineering.html score 2 doc 1462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Renewable_energy.html score 2 doc 1460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sustainable_engineering.html score 2 doc 1452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Metallurgy.html score 2 doc 1445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Army_engineering_maintenance.html score 2 doc 1441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport.html score 2 doc 1438: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Naval_architecture.html score 2 doc 1435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Transport_engineering.html score 2 doc 1434: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cryogenics.html score 2 doc 1433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Electro-optics.html score 2 doc 1428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ceramic_engineering.html score 2 doc 1427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polymer_engineering.html score 2 doc 1409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tool.html score 2 doc 1405: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jet_Age.html score 2 doc 1401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hype_cycle.html score 2 doc 1400: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inevitability_thesis.html score 2 doc 1399: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Technicism.html score 2 doc 1395: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Weapon.html score 2 doc 1380: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nominative_type_system.html score 2 doc 1336: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architectures.html score 2 doc 1309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Do_while_loop.html score 2 doc 1284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lowest_common_denominator_(computers).html score 2 doc 1276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM_PC.html score 2 doc 1268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_platform.html score 2 doc 1266: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Inline_function.html score 2 doc 1246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Space_(punctuation).html score 2 doc 1245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tab_key.html score 2 doc 1228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arithmetic.html score 2 doc 1225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multiplication.html score 2 doc 1217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Order_theory.html score 2 doc 1193: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bounds_checking.html score 2 doc 1163: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GNU_Multi-Precision_Library.html score 2 doc 1143: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Prentice_Hall.html score 2 doc 1121: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Qt_Creator.html score 2 doc 1049: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Platform_(computing).html score 2 doc 1017: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mouse_(computing).html score 2 doc 950: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OS/400.html score 2 doc 910: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mandriva_Linux.html score 2 doc 907: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gentoo_Linux.html score 2 doc 849: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shell_builtin.html score 2 doc 705: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system_advocacy.html score 2 doc 704: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobbyist_operating_system_development.html score 2 doc 702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architecture.html score 2 doc 689: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scheduling_(computing).html score 2 doc 684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memory_management.html score 2 doc 673: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Defragmentation.html score 2 doc 671: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/File_attribute.html score 2 doc 669: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Journaling_file_system.html score 2 doc 657: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ReactOS.html score 2 doc 649: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Live_CD.html score 2 doc 482: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Wall_Street_Journal.html score 2 doc 199: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mask_(computing).html score 2 doc 189: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Birthday_problem.html score 2 doc 187: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graceful_degradation.html score 2 doc 173: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Space-time_tradeoff.html score 2 doc 164: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Black_hat_hacking.html score 2 doc 143: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stable_hashing.html score 2 doc 120: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_access.html score 2 doc 110: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_translation.html score 2 doc 109: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Natural_language.html score 2 doc 99: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Doubly_linked_list.html score 2 doc 94: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Self-balancing_binary_search_tree.html score 2 doc 90: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heapsort.html score 2 doc 88: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Character_(computing).html score 2 doc 85: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unrolled_linked_list.html score 2 doc 82: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Parallel_algorithm.html score 2 doc 59: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dynamic_memory_allocation.html score 2 doc 51: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Skew_binary_number_system.html score 2 doc 48: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Skip_list.html score 2 doc 44: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/International_Standard_Book_Number.html score 2 doc 41: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Introduction_to_Algorithms.html score 2 doc 35: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Collection_(abstract_data_type).html score 2 doc 25: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hashed_array_tree.html score 2 doc 23: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linked_data_structure.html score 2 doc 21: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tree_(data_structure).html score 2 doc 20: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/B-tree.html score 2 doc 10: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R%2b_tree.html score 2 doc 8: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Trie.html score 2 doc 6: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Graph_(abstract_data_type).html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 2 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 2 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 2 doc 401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/On_the_Waterfront.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 2 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 2 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 2 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 2 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 1 doc 913: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenSUSE.html score 1 doc 911: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linux_Mint.html score 1 doc 908: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MEPIS.html score 1 doc 898: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_Source_Initiative.html score 1 doc 1640: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robotic_vacuum_cleaner.html score 1 doc 1601: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Signal_processing.html score 1 doc 1502: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Relational_database.html score 1 doc 1122: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/QDevelop.html score 1 doc 1106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LCC_(compiler).html score 1 doc 1100: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bionic_(software).html score 1 doc 538: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Metropolitan_Opera.html score 1 doc 537: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lincoln_Center.html score 1 doc 522: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Residential_college.html score 1 doc 137: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_array_mapped_trie.html score 1 doc 112: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UNESCO.html score 1 doc 1690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stepped_Reckoner.html score 1 doc 1674: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Enigma_machine.html score 1 doc 1647: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_camera.html score 1 doc 1603: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Coding_theory.html score 1 doc 1596: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_transmission.html score 1 doc 1588: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Formal_specification.html score 1 doc 1572: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_vision.html score 1 doc 1563: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microarchitecture.html score 1 doc 1560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_security.html score 1 doc 1558: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Systems_architecture.html score 1 doc 1538: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Proceedings.html score 1 doc 1485: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Genetic_engineering.html score 1 doc 1483: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanomedicine.html score 1 doc 1431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microfabrication.html score 1 doc 1430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanoengineering.html score 1 doc 1416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Infrastructure.html score 1 doc 1413: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Knowledge.html score 1 doc 1410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Craft.html score 1 doc 1406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Megascale_engineering.html score 1 doc 1385: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Software_release_life_cycle.html score 1 doc 1377: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Intel_C%2b%2b_Compiler.html score 1 doc 1374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Watcom_C_compiler.html score 1 doc 1337: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/System_software.html score 1 doc 1328: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internationalization_and_localization.html score 1 doc 1279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mainframe_computer.html score 1 doc 1272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Superset.html score 1 doc 1259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sun_Studio_(software).html score 1 doc 1240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Backspace.html score 1 doc 1179: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_storage.html score 1 doc 1172: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Object_code.html score 1 doc 1139: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ben_Klemens.html score 1 doc 1117: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oracle_Solaris_Studio.html score 1 doc 1101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Watcom_C/C%2b%2b_compiler.html score 1 doc 1098: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_GLIBC.html score 1 doc 1095: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hybris_(software).html score 1 doc 1092: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/UClibc.html score 1 doc 1055: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/American_Telephone_%26_Telegraph.html score 1 doc 1025: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mobile_device.html score 1 doc 963: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bill_Clinton.html score 1 doc 956: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RSX-11.html score 1 doc 941: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ODF.html score 1 doc 936: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SOAP.html score 1 doc 932: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reusability.html score 1 doc 929: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Debian.html score 1 doc 916: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Hat_Enterprise_Linux.html score 1 doc 915: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fedora_(operating_system).html score 1 doc 737: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/OpenSSH.html score 1 doc 694: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Context_switch.html score 1 doc 691: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Process_control_block.html score 1 doc 683: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Resource_(computing).html score 1 doc 675: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Non-volatile_memory.html score 1 doc 666: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Virtual_tape_library.html score 1 doc 661: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MorphOS.html score 1 doc 656: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RISC_OS.html score 1 doc 587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/World_War_II.html score 1 doc 574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Liberal_arts.html score 1 doc 567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/London_School_of_Economics.html score 1 doc 559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_loans_in_the_United_States.html score 1 doc 551: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dwight_D.html score 1 doc 501: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cellular_phones.html score 1 doc 429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vassar_College.html score 1 doc 409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Electric.html score 1 doc 403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hasbro.html score 1 doc 359: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Helsinki.html score 1 doc 332: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Encyclop%c3%a6dia_Britannica.html score 1 doc 212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_list.html score 1 doc 211: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hash_tree_(disambiguation).html score 1 doc 207: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Unique_key.html score 1 doc 202: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Database_index.html score 1 doc 196: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Prime_number.html score 1 doc 192: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Denial_of_service_attack.html score 1 doc 191: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Perfect_hash_function.html score 1 doc 184: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CPU_cache.html score 1 doc 180: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quadratic_probing.html score 1 doc 179: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double_hashing.html score 1 doc 175: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopscotch_hashing.html score 1 doc 168: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Random_variable.html score 1 doc 165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Judy_array.html score 1 doc 144: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rabin%e2%80%93Karp_string_search_algorithm.html score 1 doc 135: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Karl_Pearson.html score 1 doc 108: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Victor_Yngve.html score 1 doc 98: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/XOR_linked_list.html score 1 doc 93: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amortized_analysis.html score 1 doc 92: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fragmentation_(computer).html score 1 doc 91: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sequential_access.html score 1 doc 73: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Polygon.html score 1 doc 72: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_buffer.html score 1 doc 65: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Asymptotic_time_complexity.html score 1 doc 52: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Index_(database).html score 1 doc 45: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Self-organizing_list.html score 1 doc 33: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Double-ended_priority_queue.html score 1 doc 24: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sparse_array.html score 1 doc 18: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/AA_tree.html score 1 doc 14: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Binomial_heap.html score 1 doc 13: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fibonacci_heap.html score 1 doc 11: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/R__tree.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html ----------------------------------------------- KEY WORDs:> Query: harvard Matches 228 documents (ranked): score 112 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 74 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 66 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 52 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 44 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 36 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 32 doc 1676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Mark_I.html score 30 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 20 doc 1677: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Howard_Aiken.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 18 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 13 doc 640: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Financial_endowment.html score 12 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 10 doc 1403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Disruptive_innovation.html score 10 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 9 doc 1695: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_computer.html score 9 doc 1683: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer.html score 9 doc 1626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_system.html score 9 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 8 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 8 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 8 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 7 doc 925: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Stallman.html score 7 doc 598: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Supreme_Court_of_the_United_States.html score 7 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 7 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 7 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 6 doc 1078: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dennis_Ritchie.html score 6 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 6 doc 587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/World_War_II.html score 6 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 6 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 6 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 6 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 6 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 6 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 5 doc 1686: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Babbage.html score 5 doc 1533: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Women_in_computing.html score 5 doc 1141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Guy_L._Steele%2c_Jr.html score 5 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 5 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 5 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 5 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 5 doc 345: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rowing_(sport).html score 5 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 5 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 5 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 5 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 4 doc 1691: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gottfried_Leibniz.html score 4 doc 1578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semiotics.html score 4 doc 1544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leibniz.html score 4 doc 1324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microcontroller.html score 4 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 4 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 4 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 4 doc 567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/London_School_of_Economics.html score 4 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 4 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 4 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 4 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 4 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 4 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 3 doc 1684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analytical_Engine.html score 3 doc 1563: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microarchitecture.html score 3 doc 1338: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_instruction.html score 3 doc 1133: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open-source_software.html score 3 doc 1059: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source_software.html score 3 doc 642: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Latin_language.html score 3 doc 641: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Latin.html score 3 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 3 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 3 doc 618: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Puritan.html score 3 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 3 doc 574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Liberal_arts.html score 3 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 3 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 3 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 3 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 3 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 3 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 183: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Translation_lookaside_buffer.html score 3 doc 116: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RAND_Corporation.html score 2 doc 1700: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Complex_systems.html score 2 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 2 doc 1688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_calculator.html score 2 doc 1621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic.html score 2 doc 1541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_machine.html score 2 doc 1535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Advanced_Placement.html score 2 doc 1483: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanomedicine.html score 2 doc 1422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_engineering.html score 2 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 2 doc 1178: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_I_and_type_II_errors.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 1055: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/American_Telephone_%26_Telegraph.html score 2 doc 875: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Copyright.html score 2 doc 636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States.html score 2 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 2 doc 543: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgian_architecture.html score 2 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 2 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 2 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 2 doc 522: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Residential_college.html score 2 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 2 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 2 doc 511: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Desegregate.html score 2 doc 510: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hazing.html score 2 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 2 doc 477: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States_Senate.html score 2 doc 429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vassar_College.html score 2 doc 415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM.html score 2 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 2 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 2 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 2 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 2 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 2 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 2 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 2 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 2 doc 192: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Denial_of_service_attack.html score 2 doc 184: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CPU_cache.html score 2 doc 117: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herbert_A.html score 1 doc 1697: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human.html score 1 doc 1679: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tabulating_machines.html score 1 doc 1665: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human_Genome_Project.html score 1 doc 1655: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_graphics.html score 1 doc 1630: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Greek_language.html score 1 doc 1620: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kurt_G%c3%b6del.html score 1 doc 1619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alan_Turing.html score 1 doc 1611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Theory_of_computation.html score 1 doc 1576: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy_of_mind.html score 1 doc 1575: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robotics.html score 1 doc 1569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_mining.html score 1 doc 1568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_retrieval.html score 1 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 1 doc 1520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_theory.html score 1 doc 1513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic_programming.html score 1 doc 1495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wearable_computer.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimedia_learning.html score 1 doc 1414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_historic_inventions.html score 1 doc 1336: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architectures.html score 1 doc 1260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arity.html score 1 doc 1212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hello%2c_world.html score 1 doc 1190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_algebra.html score 1 doc 1173: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_systems.html score 1 doc 1168: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_system.html score 1 doc 1069: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source.html score 1 doc 1023: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet.html score 1 doc 998: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sun_Microsystems.html score 1 doc 886: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler.html score 1 doc 864: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Genericized_trademark.html score 1 doc 702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architecture.html score 1 doc 663: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/DOS.html score 1 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 1 doc 632: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Collegiate_Athletic_Association.html score 1 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 1 doc 589: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Public_policy.html score 1 doc 573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bachelor_of_Arts.html score 1 doc 571: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Academic_major.html score 1 doc 562: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SAT.html score 1 doc 559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_loans_in_the_United_States.html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 539: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manhattan.html score 1 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 1 doc 508: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sexual_harassment.html score 1 doc 502: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/E-mail.html score 1 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 1 doc 496: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Synecdoche.html score 1 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 1 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 1 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 1 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 1 doc 435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MacArthur_Fellows_Program.html score 1 doc 409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Electric.html score 1 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 1 doc 329: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scripps_College.html score 1 doc 326: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CNN.html score 1 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 1 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 1 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 1 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 1 doc 135: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Karl_Pearson.html score 1 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 1 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 1 doc 79: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Recursion.html score 1 doc 44: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/International_Standard_Book_Number.html ----------------------------------------------- KEY WORDs:> Query: dartmouth and harvard Matches 129 documents (ranked): score 22 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 20 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 18 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 10 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 8 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 8 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 8 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 7 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 6 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 6 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 6 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 6 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 5 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 5 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 5 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 5 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 5 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 5 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 4 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 4 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 4 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 4 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 4 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 4 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 4 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 4 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 4 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 4 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 4 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 4 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 4 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 4 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 4 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 3 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 3 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 3 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 3 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 3 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 3 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 3 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 3 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 3 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 3 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 3 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 3 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 3 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 3 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 3 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 3 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 3 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 2 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 2 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 2 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 2 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 2 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 2 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 2 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 2 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 2 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 2 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 2 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 2 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 2 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 2 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 2 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 2 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 2 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 2 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 2 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 2 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 2 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 2 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 2 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 2 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 2 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 2 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 2 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 2 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 2 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 2 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 2 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 2 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 2 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 2 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 2 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 2 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 2 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 2 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 2 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 2 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 2 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 2 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 2 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 2 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 1 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 1 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 1 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 1 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 1 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 1 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 1 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 1 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 1 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 1 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 1 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 1 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 1 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 1 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 1 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 1 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 1 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 1 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 1 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 1 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 1 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 1 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 1 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 1 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 1 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 1 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 1 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 1 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 1 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 1 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 1 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html ----------------------------------------------- KEY WORDs:> Query: dartmouth or harvard Matches 424 documents (ranked): score 422 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 284 doc 619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Greek_organizations.html score 284 doc 315: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Tabard_(fraternity).html score 254 doc 304: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Forensic_Union.html score 250 doc 518: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_student_groups.html score 146 doc 629: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green.html score 137 doc 499: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_traditions.html score 128 doc 488: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Medical_School.html score 126 doc 627: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Geisel_School_of_Medicine.html score 117 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 116 doc 299: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson.html score 93 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 88 doc 631: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ivy_League.html score 85 doc 520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth.html score 83 doc 517: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_publications.html score 82 doc 548: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Green_(Dartmouth_College).html score 77 doc 259: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_men%27s_ice_hockey.html score 74 doc 580: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jim_Yong_Kim.html score 58 doc 628: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keggy_the_Keg.html score 56 doc 258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Crimson_women%27s_ice_hockey.html score 54 doc 625: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tuck_School_of_Business.html score 54 doc 272: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ECAC_Hockey.html score 51 doc 314: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Phi_Tau.html score 50 doc 521: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Outing_Club.html score 46 doc 524: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Skiway.html score 45 doc 1634: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Business_School.html score 43 doc 494: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_of_Dartmouth_College.html score 43 doc 305: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Broadcasting.html score 43 doc 260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_women%27s_ice_hockey.html score 42 doc 626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thayer_School_of_Engineering.html score 42 doc 320: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth-Hitchcock_Medical_Center.html score 41 doc 495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alma_Mater_(Dartmouth_College).html score 41 doc 319: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Theta.html score 40 doc 535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth%e2%80%93Hitchcock_Medical_Center.html score 39 doc 532: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth_College).html score 39 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 39 doc 261: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_ice_hockey.html score 37 doc 600: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_v.html score 37 doc 528: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Memorial_Field_(Dartmouth).html score 37 doc 324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_football.html score 36 doc 484: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Jack-O-Lantern.html score 34 doc 323: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Big_Green_men%27s_lacrosse.html score 33 doc 237: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bright_Hockey_Center.html score 32 doc 1676: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvard_Mark_I.html score 32 doc 503: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BlitzMail.html score 32 doc 307: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/2001_Dartmouth_College_murders.html score 31 doc 608: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Baker_Memorial_Library.html score 30 doc 584: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_O.html score 30 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 30 doc 322: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Red_Rolfe_Field_at_Biondi_Park.html score 30 doc 318: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alpha_Chi_Alpha.html score 29 doc 557: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Conferences.html score 29 doc 530: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alumni_Gymnasium_(Dartmouth_College).html score 28 doc 591: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_admissions_in_the_United_States.html score 28 doc 527: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thompson_Arena.html score 28 doc 317: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kappa_Kappa_Kappa.html score 27 doc 609: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Legge%2c_2nd_Earl_of_Dartmouth.html score 26 doc 310: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dragon_Society.html score 25 doc 556: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_Time_Sharing_System.html score 25 doc 541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hopkins_Center_for_the_Arts.html score 24 doc 555: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_BASIC.html score 24 doc 316: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sigma_Delta.html score 24 doc 311: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casque_and_Gauntlet.html score 23 doc 614: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samson_Occom.html score 23 doc 578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Skiing.html score 23 doc 577: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Passion_for_Snow.html score 23 doc 525: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover_Country_Club.html score 23 doc 514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Aires.html score 23 doc 321: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scully-Fahey_Field.html score 23 doc 308: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sphinx_(senior_society).html score 22 doc 590: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Sloan_Dickey.html score 22 doc 414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_E.html score 22 doc 312: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Heorot.html score 22 doc 309: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fire_and_Skoal.html score 21 doc 633: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_green.html score 21 doc 621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster.html score 21 doc 531: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Old_division_football.html score 20 doc 1677: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Howard_Aiken.html score 20 doc 585: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_George_Kemeny.html score 20 doc 447: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jonathan_Clarkson_Gibbs.html score 20 doc 243: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_men%27s_ice_hockey.html score 19 doc 313: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chi_Gamma_Epsilon.html score 18 doc 593: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Fox_Nichols.html score 18 doc 592: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ernest_Martin_Hopkins.html score 17 doc 624: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colonial_Colleges.html score 17 doc 623: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eleazar_Wheelock.html score 17 doc 595: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Jewett_Tucker.html score 17 doc 536: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hood_Museum_of_Art.html score 17 doc 465: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Frost.html score 17 doc 306: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_pong.html score 15 doc 581: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Wright_(historian).html score 15 doc 40: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_H.html score 14 doc 639: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philip_J.html score 14 doc 300: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red.html score 13 doc 640: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Financial_endowment.html score 13 doc 544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Second_College_Grant%2c_New_Hampshire.html score 13 doc 515: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Big_Green_Bus.html score 13 doc 453: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Laura_Ingraham.html score 13 doc 410: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeffrey_R.html score 13 doc 262: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_women%27s_ice_hockey.html score 13 doc 114: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Artificial_intelligence.html score 12 doc 473: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Reich.html score 12 doc 472: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Henry_Paulson.html score 12 doc 456: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louise_Erdrich.html score 12 doc 357: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Parsons.html score 11 doc 594: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Ordronaux_(doctor).html score 11 doc 565: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Samwick.html score 11 doc 497: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moosilauke_Ravine_Lodge.html score 11 doc 466: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Eberhart.html score 11 doc 452: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mort_Kondracke.html score 11 doc 431: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/George_Davis_Snell.html score 11 doc 296: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs.html score 11 doc 263: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cornell_Big_Red_men%27s_ice_hockey.html score 10 doc 1403: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Disruptive_innovation.html score 10 doc 1085: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/BASIC.html score 10 doc 554: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_ALGOL_30.html score 10 doc 549: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England.html score 10 doc 529: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leede_Arena.html score 10 doc 420: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sandy_Alderson.html score 10 doc 356: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cherie_Piper.html score 10 doc 302: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears.html score 10 doc 298: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers.html score 9 doc 1695: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Digital_computer.html score 9 doc 1683: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer.html score 9 doc 1626: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_system.html score 9 doc 534: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon%2c_New_Hampshire.html score 9 doc 470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C-2.html score 9 doc 460: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_K.html score 9 doc 455: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Budd_Schulberg.html score 9 doc 355: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gillian_Apps.html score 9 doc 285: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amherst_College.html score 9 doc 256: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_women%27s_ice_hockey.html score 9 doc 242: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Yale_Bulldogs_women%27s_ice_hockey.html score 8 doc 638: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hanover%2c_New_Hampshire.html score 8 doc 637: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire.html score 8 doc 586: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/V-12_Navy_College_Training_Program.html score 8 doc 454: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dinesh_D%27Souza.html score 8 doc 432: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/K.html score 8 doc 416: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Louis_V._Gerstner%2c_Jr.html score 8 doc 383: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Andrew_Shue.html score 8 doc 371: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brad_Ausmus.html score 8 doc 364: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Casey_Cramer.html score 8 doc 363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Adam_Nelson.html score 8 doc 354: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Katie_Weatherston.html score 8 doc 301: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Columbia_Lions.html score 8 doc 248: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-2.html score 7 doc 925: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Stallman.html score 7 doc 598: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Supreme_Court_of_the_United_States.html score 7 doc 605: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sir_John_Wentworth%2c_1st_Baronet.html score 7 doc 560: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_financial_aid.html score 7 doc 481: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Salmon_P.html score 7 doc 451: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_Panero.html score 7 doc 374: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mindy_Kaling.html score 7 doc 273: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_William_%26_Mary.html score 7 doc 238: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lynah_Rink.html score 6 doc 1078: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dennis_Ritchie.html score 6 doc 587: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/World_War_II.html score 6 doc 566: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_Blanchflower.html score 6 doc 561: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Need-blind_admission.html score 6 doc 526: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pier_Luigi_Nervi.html score 6 doc 480: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nelson_Rockefeller.html score 6 doc 471: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timothy_Geithner.html score 6 doc 459: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Tapper.html score 6 doc 424: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Augustus_Aiken.html score 6 doc 408: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gail_Koziara_Boudreaux.html score 6 doc 387: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fred_Rogers.html score 6 doc 367: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Reggie_Williams_(linebacker).html score 6 doc 340: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Lampoon%27s_Animal_House.html score 6 doc 271: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_men%27s_ice_hockey.html score 6 doc 270: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brown_Bears_women%27s_ice_hockey.html score 6 doc 257: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Princeton_Tigers_men%27s_ice_hockey.html score 6 doc 253: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_women%27s_ice_hockey.html score 6 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html score 6 doc 245: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen_ice_hockey.html score 6 doc 231: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ingalls_Rink.html score 5 doc 1686: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Babbage.html score 5 doc 1533: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Women_in_computing.html score 5 doc 1141: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Guy_L._Steele%2c_Jr.html score 5 doc 345: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rowing_(sport).html score 5 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 5 doc 546: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Moosilauke.html score 5 doc 475: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Amos_T.html score 5 doc 450: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Norman_Maclean.html score 5 doc 443: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Joseph_Tracy.html score 5 doc 441: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arnold_Resnicoff.html score 5 doc 430: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marye_Anne_Fox.html score 5 doc 427: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Oren_B.html score 5 doc 392: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Meledandri.html score 5 doc 381: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Aisha_Tyler.html score 5 doc 368: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jay_Fiedler.html score 5 doc 366: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nick_Lowery.html score 5 doc 284: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Boston_College.html score 5 doc 282: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_of_the_Holy_Cross.html score 5 doc 278: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pomona_College.html score 5 doc 275: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wellesley_College.html score 5 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 5 doc 269: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights.html score 5 doc 264: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_women%27s_ice_hockey.html score 5 doc 254: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats_men%27s_ice_hockey.html score 5 doc 252: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rensselaer_Engineers.html score 5 doc 250: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_women%27s_ice_hockey.html score 5 doc 249: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St.html score 5 doc 247: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St-3.html score 5 doc 236: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hobey_Baker_Memorial_Rink.html score 5 doc 235: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/TD_Bank_Sports_Center.html score 4 doc 1691: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gottfried_Leibniz.html score 4 doc 1578: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Semiotics.html score 4 doc 1544: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Leibniz.html score 4 doc 1324: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microcontroller.html score 4 doc 567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/London_School_of_Economics.html score 4 doc 1086: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_programming_languages.html score 4 doc 1076: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Douglas_McIlroy.html score 4 doc 622: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Congregational_church.html score 4 doc 569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Richard_Ned_Lebow.html score 4 doc 568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/William_Wohlforth.html score 4 doc 545: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_(New_Hampshire).html score 4 doc 474: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/James_V.html score 4 doc 468: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Levi_Woodbury.html score 4 doc 464: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Paul_Gigot.html score 4 doc 462: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nigel_Jaquiss.html score 4 doc 448: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Ebenezer_Porter.html score 4 doc 445: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Whipple_Jenks.html score 4 doc 444: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Solomon_Spalding.html score 4 doc 442: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marshall_Meyer.html score 4 doc 433: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Owen_Chamberlain.html score 4 doc 418: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/John_Donahoe.html score 4 doc 412: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Donald_J._Hall%2c_Sr.html score 4 doc 398: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rachel_Dratch.html score 4 doc 396: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Shonda_Rhimes.html score 4 doc 386: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sarah_Wayne_Callies.html score 4 doc 378: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Connie_Britton.html score 4 doc 365: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jeff_Kemp.html score 4 doc 358: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kristin_King.html score 4 doc 339: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Chris_Miller_(writer).html score 4 doc 297: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Penn_Quakers.html score 4 doc 295: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Eastern_Association_of_Rowing_Colleges.html score 4 doc 293: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Holy_Cross_Crusaders.html score 4 doc 289: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rutgers_Scarlet_Knights.html score 4 doc 276: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Swarthmore_College.html score 4 doc 268: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_men%27s_ice_hockey.html score 4 doc 267: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clarkson_Golden_Knights_women%27s_ice_hockey.html score 4 doc 265: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colgate_Raiders_men%27s_ice_hockey.html score 4 doc 255: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Quinnipiac_Bobcats.html score 4 doc 251: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RPI_Engineers_men%27s_ice_hockey.html score 4 doc 244: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchwomen_ice_hockey.html score 4 doc 241: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Meehan_Auditorium.html score 4 doc 240: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cheel_Arena.html score 4 doc 239: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Starr_Arena.html score 4 doc 234: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Houston_Field_House.html score 4 doc 233: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appleton_Arena.html score 4 doc 232: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Achilles_Rink.html score 4 doc 222: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Saint_Anselm_College.html score 3 doc 1684: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Analytical_Engine.html score 3 doc 1563: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microarchitecture.html score 3 doc 1338: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_instruction.html score 3 doc 1133: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open-source_software.html score 3 doc 1059: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source_software.html score 3 doc 642: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Latin_language.html score 3 doc 641: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Latin.html score 3 doc 618: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Puritan.html score 3 doc 574: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Liberal_arts.html score 3 doc 183: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Translation_lookaside_buffer.html score 3 doc 116: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/RAND_Corporation.html score 3 doc 1696: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Algorithm.html score 3 doc 1542: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Samuel_Morse.html score 3 doc 1394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_science.html score 3 doc 611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Moor%27s_Charity_School.html score 3 doc 570: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stephen_Brooks_(academic).html score 3 doc 493: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Seal_(emblem).html score 3 doc 463: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Jake_Hooker_(journalist).html score 3 doc 461: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Martin_J.html score 3 doc 458: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Heidi_Julavits.html score 3 doc 457: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robert_Christgau.html score 3 doc 446: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Sprague_Henry.html score 3 doc 439: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hyrum_Smith.html score 3 doc 436: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Stuart_Kauffman.html score 3 doc 428: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Milo_Parker_Jewett.html score 3 doc 426: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philander_Chase.html score 3 doc 425: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Caleb_Mills.html score 3 doc 422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Charles_Alfred_Pillsbury.html score 3 doc 406: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grant_Tinker.html score 3 doc 404: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brian_Goldner.html score 3 doc 384: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Michael_Moriarty.html score 3 doc 369: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mike_Remlinger.html score 3 doc 353: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dick_Durrance.html score 3 doc 351: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arthur_Shaw_(athlete).html score 3 doc 350: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Earl_Thomson.html score 3 doc 349: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Edwin_Myers.html score 3 doc 348: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Marc_Wright.html score 3 doc 347: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Gerry_Ashworth.html score 3 doc 346: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vilhj%c3%a1lmur_Einarsson.html score 3 doc 344: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dominic_Seiterle.html score 3 doc 294: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgetown_Hoyas.html score 3 doc 291: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Northeastern_Huskies.html score 3 doc 290: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/College_Boat_Club.html score 3 doc 281: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Davidson_College.html score 3 doc 279: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Haverford_College.html score 2 doc 1700: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Complex_systems.html score 2 doc 1688: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_calculator.html score 2 doc 1621: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic.html score 2 doc 1541: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_machine.html score 2 doc 1535: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Advanced_Placement.html score 2 doc 1483: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nanomedicine.html score 2 doc 1422: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mechanical_engineering.html score 2 doc 1178: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Type_I_and_type_II_errors.html score 2 doc 1055: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/American_Telephone_%26_Telegraph.html score 2 doc 875: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Copyright.html score 2 doc 636: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States.html score 2 doc 543: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Georgian_architecture.html score 2 doc 522: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Residential_college.html score 2 doc 511: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Desegregate.html score 2 doc 510: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hazing.html score 2 doc 477: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States_Senate.html score 2 doc 429: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vassar_College.html score 2 doc 415: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/IBM.html score 2 doc 192: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Denial_of_service_attack.html score 2 doc 184: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CPU_cache.html score 2 doc 117: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Herbert_A.html score 2 doc 1489: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nutrition.html score 2 doc 1335: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems.html score 2 doc 1134: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Integrated_development_environment.html score 2 doc 1056: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_system.html score 2 doc 1036: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time-sharing.html score 2 doc 1022: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_networking.html score 2 doc 1009: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/GE-600_series.html score 2 doc 856: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Operating_systems_timeline.html score 2 doc 703: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_operating_systems.html score 2 doc 651: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_network.html score 2 doc 602: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Brothertown_Indians.html score 2 doc 540: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wallace_Harrison.html score 2 doc 516: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Appalachian_Trail.html score 2 doc 487: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Rudolph_Ruzicka.html score 2 doc 401: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/On_the_Waterfront.html score 2 doc 352: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tim_Caldwell_(skier).html score 2 doc 292: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Navy_Midshipmen.html score 2 doc 286: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/568_Group.html score 2 doc 277: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/St._John%27s_College_(Annapolis/Santa_Fe).html score 2 doc 226: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lebanon_College.html score 2 doc 219: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Keene_State_College.html score 2 doc 136: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Clifford_Stein.html score 2 doc 119: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Allen_Newell.html score 2 doc 70: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Time_sharing.html score 1 doc 1697: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human.html score 1 doc 1679: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Tabulating_machines.html score 1 doc 1665: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Human_Genome_Project.html score 1 doc 1655: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_graphics.html score 1 doc 1630: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Greek_language.html score 1 doc 1620: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Kurt_G%c3%b6del.html score 1 doc 1619: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Alan_Turing.html score 1 doc 1611: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Theory_of_computation.html score 1 doc 1576: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Philosophy_of_mind.html score 1 doc 1575: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Robotics.html score 1 doc 1569: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Data_mining.html score 1 doc 1568: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Information_retrieval.html score 1 doc 1520: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Set_theory.html score 1 doc 1513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Logic_programming.html score 1 doc 1495: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Wearable_computer.html score 1 doc 1470: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Multimedia_learning.html score 1 doc 1414: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Timeline_of_historic_inventions.html score 1 doc 1336: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architectures.html score 1 doc 1260: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Arity.html score 1 doc 1212: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Hello%2c_world.html score 1 doc 1190: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Linear_algebra.html score 1 doc 1173: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_systems.html score 1 doc 1168: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Embedded_system.html score 1 doc 1069: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Open_source.html score 1 doc 1023: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Internet.html score 1 doc 998: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sun_Microsystems.html score 1 doc 886: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Compiler.html score 1 doc 864: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Genericized_trademark.html score 1 doc 702: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Computer_architecture.html score 1 doc 663: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/DOS.html score 1 doc 632: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/National_Collegiate_Athletic_Association.html score 1 doc 589: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Public_policy.html score 1 doc 573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Bachelor_of_Arts.html score 1 doc 571: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Academic_major.html score 1 doc 562: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/SAT.html score 1 doc 559: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Student_loans_in_the_United_States.html score 1 doc 539: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manhattan.html score 1 doc 508: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Sexual_harassment.html score 1 doc 502: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/E-mail.html score 1 doc 496: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Synecdoche.html score 1 doc 435: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MacArthur_Fellows_Program.html score 1 doc 409: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/General_Electric.html score 1 doc 329: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Scripps_College.html score 1 doc 326: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/CNN.html score 1 doc 135: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Karl_Pearson.html score 1 doc 79: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Recursion.html score 1 doc 44: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/International_Standard_Book_Number.html score 1 doc 1659: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Machine_learning.html score 1 doc 1579: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Cybernetics.html score 1 doc 1573: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Turing_Test.html score 1 doc 1514: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreter_(computing).html score 1 doc 1506: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Telecommunication.html score 1 doc 1363: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/PL/I.html score 1 doc 1341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ALGOL.html score 1 doc 1165: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Interpreted_language.html score 1 doc 1083: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_Basic_.html score 1 doc 1030: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Pipeline_(Unix).html score 1 doc 597: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Contract_Clause.html score 1 doc 552: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Governor_of_New_Hampshire.html score 1 doc 512: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Fraternities_and_sororities_in_North_America.html score 1 doc 440: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/David_E.html score 1 doc 341: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Harvey_Mudd_College.html score 1 doc 288: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Syracuse_Orange.html score 1 doc 283: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Claremont_McKenna_College.html score 1 doc 280: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Grinnell_College.html score 1 doc 229: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Colby%e2%80%93Sawyer_College.html score 1 doc 228: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_College_of_Saint_Mary_Magdalen.html score 1 doc 227: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Daniel_Webster_College.html score 1 doc 225: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Mount_Washington_College.html score 1 doc 224: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_England_College.html score 1 doc 223: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Institute_of_Art.html score 1 doc 221: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thomas_More_College_of_Liberal_Arts.html score 1 doc 220: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Granite_State_College.html score 1 doc 218: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Community_College_System_of_New_Hampshire.html score 1 doc 217: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Manchester_Community_College_(New_Hampshire).html score 1 doc 216: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Nashua_Community_College.html score 1 doc 215: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/New_Hampshire_Technical_Institute.html score 1 doc 214: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/White_Mountains_Community_College.html score 1 doc 106: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/LISP.html score 1 doc 101: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_(programming_language).html score 1 doc 74: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Lisp_programming_language.html score 1 doc 1: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/ ----------------------------------------------- KEY WORDs:> Query: and Error: 'and' cannot be first KEY WORDs:> Query: or Error: 'or' cannot be first KEY WORDs:> Query: and dartmouth Error: 'and' cannot be first KEY WORDs:> Query: or dartmouth Error: 'or' cannot be first KEY WORDs:> Query: dartmouth college or Error: 'or' cannot be last KEY WORDs:> Query: dartmouth college and Error: 'and' cannot be last KEY WORDs:> Query: dartmouth college and or computer Error: 'and' and 'or' cannot be adjacent KEY WORDs:> Query: dartmouth college and and computer Error: 'and' and 'and' cannot be adjacent KEY WORDs:> Query: dartmouth college or and computer Error: 'or' and 'and' cannot be adjacent KEY WORDs:> Error: bad character '5' in query. KEY WORDs:> Error: bad character '!' in query. KEY WORDs:> Error: bad character '-' in query. KEY WORDs:> [cs50@flume ~/private/tse/querier]$ ./fuzzquery usage: ./fuzzquery indexFile numQueries randomSeed [cs50@flume ~/private/tse/querier]$ ./fuzzquery ~/demo/crawler-output/wikipedia/index2 10 99 ./fuzzquery: generating 10 queries from 102794 words blurs binoculars AND Crypto-calvinism lakeville AND afferentation prescriptive futurebasic AND varadarajan jurandvor uzh appetizer instrumentalists AND plosives hypodermic fathers uninquisitive curiosi AND franco olympics OR istv nyquist cukes AND butter-bump OR acclimatation cheerfully AND qualification brainer AND minimised [cs50@flume ~/private/tse/querier]$ ./fuzzquery ~/demo/crawler-output/wikipedia/index2 10 99 ./fuzzquery: generating 10 queries from 102794 words blurs binoculars AND Crypto-calvinism lakeville AND afferentation prescriptive futurebasic AND varadarajan jurandvor uzh appetizer instrumentalists AND plosives hypodermic fathers uninquisitive curiosi AND franco olympics OR istv nyquist cukes AND butter-bump OR acclimatation cheerfully AND qualification brainer AND minimised [cs50@flume ~/private/tse/querier]$ ./fuzzquery ~/demo/crawler-output/wikipedia/index2 10 98 ./fuzzquery: generating 10 queries from 102794 words beachfront OR sutter vijayanagara giscard dissonance dibner msde significance lpm despairs AND impending subchief lancastrian Boelter OR officio OR isam OR carrey dressmakership kinnear numerus gangster OR americanization porvoo AND deriving aerojockey filmation Crypto-socinian AND fremont quadraplex groucho [cs50@flume ~/private/tse/querier]$ ./fuzzquery ~/demo/crawler-output/wikipedia/index2 10 98 | ./querier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 ./fuzzquery: generating 10 queries from 102794 words KEY WORDs:> Query: beachfront or sutter Matches 12 documents (ranked): score 6 doc 1359: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2b.html score 5 doc 513: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/The_Dartmouth_Review.html score 3 doc 149: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2b11.html score 2 doc 1103: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C%2b%2b/CLI.html score 1 doc 1376: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/MSVC.html score 1 doc 1327: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C99.html score 1 doc 1258: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Microsoft_Visual_C%2b%2b.html score 1 doc 1104: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Visual_C%2b%2b.html score 1 doc 1081: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/C_(programming_language).html score 1 doc 1042: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Apple%2c_Inc.html score 1 doc 690: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Thread_(computing).html score 1 doc 394: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Private_Practice_(TV_series).html ----------------------------------------------- KEY WORDs:> Query: vijayanagara giscard No documents match. ----------------------------------------------- KEY WORDs:> Query: dissonance dibner No documents match. ----------------------------------------------- KEY WORDs:> Query: msde significance lpm despairs and impending No documents match. ----------------------------------------------- KEY WORDs:> Query: subchief lancastrian No documents match. ----------------------------------------------- KEY WORDs:> Query: boelter or officio or isam or carrey Matches 13 documents (ranked): score 6 doc 390: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Horton_Hears_a_Who%21_(film).html score 5 doc 582: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Board_of_Trustees_of_Dartmouth_College.html score 2 doc 213: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College.html score 2 doc 888: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/ARPANET.html score 1 doc 449: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dr-2.html score 1 doc 943: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Record-oriented_filesystem.html score 1 doc 20: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/B-tree.html score 1 doc 567: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/London_School_of_Economics.html score 1 doc 479: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Vice_President_of_the_United_States.html score 1 doc 477: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/United_States_Senate.html score 1 doc 303: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Dartmouth_College_Marching_Band.html score 1 doc 274: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Williams_College.html score 1 doc 246: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Union_Dutchmen.html ----------------------------------------------- KEY WORDs:> Query: dressmakership kinnear numerus gangster or americanization Matches 2 documents (ranked): score 1 doc 616: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Native_Americans_in_the_United_States.html score 1 doc 603: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Christianization.html ----------------------------------------------- KEY WORDs:> Query: porvoo and deriving aerojockey No documents match. ----------------------------------------------- KEY WORDs:> Query: filmation Matches 1 documents (ranked): score 1 doc 1649: http://old-www.cs.dartmouth.edu/~cs50/data/tse/wikipedia/wiki/Animation.html ----------------------------------------------- KEY WORDs:> Error: bad character '-' in query. KEY WORDs:> [cs50@flume ~/private/tse/querier]$ ./fuzzquery ~/demo/crawler-output/wikipedia/index2 10000ier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 [cs50@flume ~/private/tse/querier]$ ./fuzzquery ~/demo/crawler-output/wikipedia/index2 10 98 | ./quer000ier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 [cs50@flume ~/private/tse/querier]$ ier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 -bash: ier: command not found [cs50@flume ~/private/tse/querier]$ ^C [cs50@flume ~/private/tse/querier]$ ./fuzzquery ~/demo/crawler-output/wikipedia/index2 10000 1 | ./querier ~/demo/crawler-output/wikipedia/depth2 ~/demo/crawler-output/wikipedia/index2 > /dev/null ./fuzzquery: generating 10000 queries from 102794 words [cs50@flume ~/private/tse/querier]$