Skip to content

Commit c0d2e01

Browse files
committed
Add Big Board back
1 parent 371c74e commit c0d2e01

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_pages/2019/x/psets/4/speller/hashtable/speller.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ How to assess just how fast (and correct) your code is? Well, as always, feel fr
319319
~cs50/2019/x/pset4/speller dictionaries/large texts/lalaland.txt
320320
----
321321

322-
/////
323322
== Big Board
324323

325324
And if you'd like to put your code to the test against classmates' code (just for fun), execute the command below to challenge the Big Board before or after you submit.
@@ -329,8 +328,7 @@ And if you'd like to put your code to the test against classmates' code (just fo
329328
check50 cs50/problems/2019/x/challenges/speller
330329
----
331330

332-
Then visit the URL that `check50` outputs to see where you rank!
333-
/////
331+
Then visit the URL that `submit50` outputs (after a few minutes!) to see where you rank!
334332

335333
== How to Submit
336334

_pages/2019/x/psets/4/speller/trie/speller.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ How to assess just how fast (and correct) your code is? Well, as always, feel fr
317317
~cs50/2019/x/pset4/speller dictionaries/large texts/lalaland.txt
318318
----
319319

320-
/////
321320
== Big Board
322321

323322
And if you'd like to put your code to the test against classmates' code (just for fun), execute the command below to challenge the Big Board before or after you submit.
@@ -327,8 +326,7 @@ And if you'd like to put your code to the test against classmates' code (just fo
327326
check50 cs50/problems/2019/x/challenges/speller
328327
----
329328

330-
Then visit the URL that `check50` outputs to see where you rank!
331-
/////
329+
Then visit the URL that `check50` outputs (after a few minutes!) to see where you rank!
332330

333331
== How to Submit
334332

0 commit comments

Comments
 (0)