check50

cs50/problems/2019/x/challenges/speller


:) dictionary.c and dictionary.h exist

Log
checking that dictionary.c exists...
checking that dictionary.h exists...
checking that Makefile exists...

:) speller compiles

Log
running make...
checking that program exited with status 0...

:) qualifies for Big Board

Log
checking for valgrind errors...

:( passes benchmarking

Cause
check timed out after 60 seconds

Log
running ./speller dictionaries/large texts/aca.txt 1...
running ./speller dictionaries/large texts/austen.txt 1...
running ./speller dictionaries/large texts/bible.txt 1...
running ./speller dictionaries/large texts/birdman.txt 1...
running ./speller dictionaries/large texts/burnett.txt 1...
running ./speller dictionaries/large texts/carroll.txt 1...
running ./speller dictionaries/large texts/cat.txt 1...
running ./speller dictionaries/large texts/constitution.txt 1...
running ./speller dictionaries/large texts/federalist.txt 1...
running ./speller dictionaries/large texts/frankenstein.txt 1...
running ./speller dictionaries/large texts/grimm.txt 1...
running ./speller dictionaries/large texts/her.txt 1...
running ./speller dictionaries/large texts/holmes.txt 1...
running ./speller dictionaries/large texts/homer.txt 1...
running ./speller dictionaries/large texts/koran.txt 1...
running ./speller dictionaries/large texts/lalaland.txt 1...
running ./speller dictionaries/large texts/mansfield.txt 1...
running ./speller dictionaries/large texts/pneumonoultramicroscopicsilicovolcanoconiosis.txt 1...
running ./speller dictionaries/large texts/revenant.txt 1...
running ./speller dictionaries/large texts/rinehart.txt 1...
running ./speller dictionaries/large texts/shakespeare.txt 1...
running ./speller dictionaries/large texts/stein.txt 1...
running ./speller dictionaries/large texts/stoker.txt 1...
running ./speller dictionaries/large texts/surgery.txt 1...
running ./speller dictionaries/large texts/tolstoy.txt 1...
running ./speller dictionaries/large texts/wells.txt 1...
running ./speller dictionaries/large texts/whittier.txt 1...
running ./speller dictionaries/large texts/wordsworth.txt 1...
running ./speller dictionaries/large texts/xueqin1.txt 1...
running ./speller dictionaries/large texts/xueqin2.txt 1...
running valgrind --tool=massif --heap=yes --stacks=yes --massif-out-file=massif.out ./speller dictionaries/large texts/holmes.txt 1...