Skip to content

Commit daf1fa5

Browse files
committed
Update README.md
1 parent 91c2c8b commit daf1fa5

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
@@ -16,7 +16,7 @@ However, they both have BEST time complexity and space complexity.
1616

1717
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
1818
often ask other question, especially about the different implemention and solution. For example, he may ask you whether you can
19-
implement without define this auxiliary varable, change recursion to stack, traverse without queue, do not use vector, etc.
19+
implement without define this auxiliary varable, change recursion to stack, traverse without two queues, do not use vector, etc.
2020

2121
And if you practice leetcode just like other online judges, just submit and get Accepted, then throw it away, you're unable
2222
to prepare these questions. Actually, different from complexity and correctness,

0 commit comments

Comments
 (0)