Skip to content

Commit 038fe2c

Browse files
committed
Update README.md
1 parent e3041bd commit 038fe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch02/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ From the pseudocode
202202
##Ex2.3-7
203203
* Pseudocode
204204
```python
205-
//Combine sorting and binary search together.
205+
#Combine sorting and binary search together.
206206
Are-There-Two-Elements-That-Have-Sum-As-Specified(set, sum)
207207
set.sort()
208208
for curr = 0 to set.length - 1

0 commit comments

Comments
 (0)