Skip to content

Commit e7b33b2

Browse files
committed
Update README.md
1 parent 237e563 commit e7b33b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This responsibility is a practice area for leetcode problems.
55
It not only focus on solving but also different solutions.
66

77
Furthermore, this responsibility is mainly for different implemention of problem's on leetcode.
8-
For example, traversing a tree
8+
9+
About different between solution and implemention, For example, traversing a tree
910

1011
1)DFS and BFS are considered as TWO different solutions
1112

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

1920
And if you practice leetcode just like other online judges, just submit and get Accepted, then throw it away, it's hard
2021
to prepare these questions. Actually, different from complexity and correctness,

0 commit comments

Comments
 (0)