You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
| 20 | Valid Parentheses | Given a string, determine if the input string is valid. |[Solution](valid_parentheses.js)|
15
15
| 65 | Valid Number | Validate if a given string can be interpreted as a decimal number. |[Solution](valid_number.js)|
16
16
| 94 | Binary Tree Inorder Traversal | Given the root of a binary tree, return the inorder traversal of its nodes' values. |[Solution](binary_tree_inorder_traversal.js)|
17
-
| 104 | Given the root of a binary tree, return its maximum depth. |[Solution](maximum_depth_binary_tree.js)|
17
+
| 104 |Maximum Depth of Binary Tree |Given the root of a binary tree, return its maximum depth. |[Solution](maximum_depth_binary_tree.js)|
18
18
| 204 | Count Primes | Count the number of prime numbers less than a non-negative number, n. |[Solution](count_primes.js)|
19
19
| 344 | Reverse String | Write a function that reverses a string. The input string is given as an array of characters s. |[Solution](reverse_string.js)|
20
20
| 595 | Big Countries | A country is big if it has an area of bigger than 3 million square km or a population of more than 25 million. Write a SQL solution to output big countries' name, population and area. |[Solution](big_countries.sql)|
0 commit comments