File tree
92 files changed
+3102
-2
lines changed- src
- main/kotlin/g1101_1200
- s1103_distribute_candies_to_people
- s1104_path_in_zigzag_labelled_binary_tree
- s1105_filling_bookcase_shelves
- s1106_parsing_a_boolean_expression
- s1108_defanging_an_ip_address
- s1109_corporate_flight_bookings
- s1110_delete_nodes_and_return_forest
- s1111_maximum_nesting_depth_of_two_valid_parentheses_strings
- s1114_print_in_order
- s1115_print_foobar_alternately
- s1116_print_zero_even_odd
- s1117_building_h2o
- s1122_relative_sort_array
- s1123_lowest_common_ancestor_of_deepest_leaves
- s1124_longest_well_performing_interval
- s1125_smallest_sufficient_team
- s1128_number_of_equivalent_domino_pairs
- s1129_shortest_path_with_alternating_colors
- s1130_minimum_cost_tree_from_leaf_values
- s1131_maximum_of_absolute_value_expression
- s1137_n_th_tribonacci_number
- s1138_alphabet_board_path
- s1139_largest_1_bordered_square
- s1140_stone_game_ii
- s1141_user_activity_for_the_past_30_days_i
- s1144_decrease_elements_to_make_array_zigzag
- s1145_binary_tree_coloring_game
- s1146_snapshot_array
- s1147_longest_chunked_palindrome_decomposition
- s1148_article_views_i
- s1195_fizz_buzz_multithreaded
- test/kotlin/g1101_1200
- s1103_distribute_candies_to_people
- s1104_path_in_zigzag_labelled_binary_tree
- s1105_filling_bookcase_shelves
- s1106_parsing_a_boolean_expression
- s1108_defanging_an_ip_address
- s1109_corporate_flight_bookings
- s1110_delete_nodes_and_return_forest
- s1111_maximum_nesting_depth_of_two_valid_parentheses_strings
- s1114_print_in_order
- s1115_print_foobar_alternately
- s1116_print_zero_even_odd
- s1117_building_h2o
- s1122_relative_sort_array
- s1123_lowest_common_ancestor_of_deepest_leaves
- s1124_longest_well_performing_interval
- s1125_smallest_sufficient_team
- s1128_number_of_equivalent_domino_pairs
- s1129_shortest_path_with_alternating_colors
- s1130_minimum_cost_tree_from_leaf_values
- s1131_maximum_of_absolute_value_expression
- s1137_n_th_tribonacci_number
- s1138_alphabet_board_path
- s1139_largest_1_bordered_square
- s1140_stone_game_ii
- s1141_user_activity_for_the_past_30_days_i
- s1144_decrease_elements_to_make_array_zigzag
- s1145_binary_tree_coloring_game
- s1146_snapshot_array
- s1147_longest_chunked_palindrome_decomposition
- s1148_article_views_i
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
92 files changed
+3102
-2
lines changedLines changed: 36 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1212 | 1212 |
| |
1213 | 1213 |
| |
1214 | 1214 |
| |
| 1215 | + | |
1215 | 1216 |
| |
1216 | 1217 |
| |
1217 | 1218 |
| |
| |||
1231 | 1232 |
| |
1232 | 1233 |
| |
1233 | 1234 |
| |
| 1235 | + | |
1234 | 1236 |
| |
1235 | 1237 |
| |
1236 | 1238 |
| |
| |||
1653 | 1655 |
| |
1654 | 1656 |
| |
1655 | 1657 |
| |
| 1658 | + | |
1656 | 1659 |
| |
1657 | 1660 |
| |
1658 | 1661 |
| |
| |||
1716 | 1719 |
| |
1717 | 1720 |
| |
1718 | 1721 |
| |
| 1722 | + | |
1719 | 1723 |
| |
1720 | 1724 |
| |
1721 | 1725 |
| |
| |||
1728 | 1732 |
| |
1729 | 1733 |
| |
1730 | 1734 |
| |
| 1735 | + | |
1731 | 1736 |
| |
1732 | 1737 |
| |
1733 | 1738 |
| |
| |||
1754 | 1759 |
| |
1755 | 1760 |
| |
1756 | 1761 |
| |
1757 |
| - | |
| 1762 | + | |
1758 | 1763 |
| |
1759 | 1764 |
| |
1760 | 1765 |
| |
| |||
1780 | 1785 |
| |
1781 | 1786 |
| |
1782 | 1787 |
| |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
1783 | 1793 |
| |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
1784 | 1819 |
| |
1785 | 1820 |
| |
1786 | 1821 |
| |
|
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + |
Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + |
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + |
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Lines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + |
Lines changed: 97 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + |
0 commit comments