Skip to content

roman-burdakov/cs50-psets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvard CS50 class

Problem sets Spring 2016

========PSET 5========

Performance of my solution was usually slightly better than staff's solution.

Here are some numbers from testing against text/austen.txt

-- staff
WORDS MISSPELLED: 1614
WORDS IN DICTIONARY: 143091
WORDS IN TEXT: 125203
TIME IN load: 0.02
TIME IN check: 0.08
TIME IN size: 0.00
TIME IN unload: 0.01
TIME IN TOTAL: 0.11

-- my
WORDS MISSPELLED: 1614
WORDS IN DICTIONARY: 143091
WORDS IN TEXT: 125203
TIME IN load: 0.04
TIME IN check: 0.05
TIME IN size: 0.00
TIME IN unload: 0.02
TIME IN TOTAL: 0.10

About

Harvard Extension CS50 - 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors