Skip to content

Commit b176f39

Browse files
committed
Update README.md
1 parent 8ee254d commit b176f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ About different between solution and implemention, For example, traversing a tre
1212

1313
2)DFS by recursion and DFS by stack are considered as ONE solution, but TWO different implementions.
1414

15-
As we know, when interview, for a problem, the requirement are higher than it in programming contests, in programming contests, we only care the algorithm complexity and correctness, but when in interview, the interviewer
15+
As we know, when interview, for a problem, the requirement are higher than it in programming contests, in programming contests, we only care the algorithm complexity and program correctness, but when in interview, the interviewer
1616
often ask other question, especially about the different implemention and solution. For example, he may ask you whether you can
1717
implement without define this auxiliary varable, change recursion to stack, traverse without queue, do not use vector, etc.
1818

0 commit comments

Comments
 (0)