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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -697,6 +697,7 @@ Profile on LeetCode: [fartem](https://leetcode.com/fartem/).
697
697
| 1448. Count Good Nodes in Binary Tree |[Link](https://leetcode.com/problems/count-good-nodes-in-binary-tree/)|[Link](./lib/medium/1448_count_good_nodes_in_binary_tree.rb)|[Link](./test/medium/test_1448_count_good_nodes_in_binary_tree.rb)|
698
698
| 1457. Pseudo-Palindromic Paths in a Binary Tree |[Link](https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/)|[Link](./lib/medium/1457_pseudo_palindromic_paths_in_a_binary_tree.rb)|[Link](./test/medium/test_1457_pseudo_palindromic_paths_in_a_binary_tree.rb)|
699
699
| 1461. Check If a String Contains All Binary Codes of Size K |[Link](https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-of-size-k/)|[Link](./lib/medium/1461_check_if_a_string_contains_all_binary_codes_of_size_k.rb)|[Link](./test/medium/test_1461_check_if_a_string_contains_all_binary_codes_of_size_k.rb)|
700
+
| 1472. Design Browser History |[Link](https://leetcode.com/problems/design-browser-history/)|[Link](./lib/medium/1472_design_browser_history.rb)|[Link](./test/medium/test_1472_design_browser_history.rb)|
700
701
| 2116. Check if a Parentheses String Can Be Valid |[Link](https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid/)|[Link](./lib/medium/2116_check_if_a_parentheses_string_can_be_valid.rb)|[Link](./test/medium/test_2116_check_if_a_parentheses_string_can_be_valid.rb)|
701
702
| 2425. Bitwise XOR of All Pairings |[Link](https://leetcode.com/problems/bitwise-xor-of-all-pairings/)|[Link](./lib/medium/2425_bitwise_xor_of_all_pairings.rb)|[Link](./test/medium/test_2425_bitwise_xor_of_all_pairings.rb)|
0 commit comments