Skip to content

Commit 27ef909

Browse files
committed
Merge branch 'master' of https://github.com/bhoffman0/CSAwesome
2 parents 9f044fd + 21606de commit 27ef909

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_sources/Unit10-Recursion/topic-10-1-recursion-day1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ loop will do.
135135

136136
On the other hand, recursion is more powerful than simple loops, especially when
137137
dealing with branching structures like the file folder example. Computer
138-
scientists call such structures “trees” and they incredibly common in computer
138+
scientists call such structures “trees” and they are incredibly common in computer
139139
programs.
140140

141141
Recursive procedures that operate on trees often cannot be easily translated

_sources/Unit2-Using-Objects/topic-2-4-methods-with-params.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Use the Code Lens button or this |Java Visualizer| to step through the code.
342342
====
343343
// Test for 2.4.4 Song
344344
import static org.junit.Assert.*;
345-
import org.junit.*;;
345+
import org.junit.*;
346346
import java.io.*;
347347

348348
public class RunestoneTests extends CodeTestHelper

0 commit comments

Comments
 (0)