Skip to content

Commit 416bc1e

Browse files
author
zj
committed
144 add a new function
1 parent 6ba3b78 commit 416bc1e

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
@@ -41,7 +41,7 @@
4141
|125|Valid Palindrome|[JavaScript](https://github.com/zj972/leetcode/tree/master/code/125.%20Valid%20Palindrome)|Easy|57.02%|156ms|
4242
|136|Single Number|[JavaScript](https://github.com/zj972/leetcode/tree/master/code/136.%20Single%20Number)|Medium|63.74%,41.52%|104ms,116ms|
4343
|141|Linked List Cycle|[JavaScript](https://github.com/zj972/leetcode/tree/master/code/141.%20Linked%20List%20Cycle)|Easy|16.67%|124ms|
44-
|144|Binary Tree Preorder Traversal|[JavaScript](https://github.com/zj972/leetcode/tree/master/code/144.%20Binary%20Tree%20Preorder%20Traversal)|Medium|82.14%|108ms|
44+
|144|Binary Tree Preorder Traversal|[JavaScript](https://github.com/zj972/leetcode/tree/master/code/144.%20Binary%20Tree%20Preorder%20Traversal)|Medium|82.14%,47.62%|108ms,119ms|
4545
|155|Min Stack|[Java](https://github.com/zj972/leetcode/tree/master/code/155.%20Min%20Stack)|Easy|56.20%|122ms|
4646
|160|Intersection of Two Linked Lists|[JavaScript](https://github.com/zj972/leetcode/tree/master/code/160.%20Intersection%20of%20Two%20Linked%20Lists)|Easy|58.33%|152ms|
4747
|165|Compare Version Numbers|[JavaScript](https://github.com/zj972/leetcode/tree/master/code/165.%20Compare%20Version%20Numbers)|Easy|52.11%|104ms|

0 commit comments

Comments
 (0)