├── .clang-format ├── .gitignore ├── .gitmodules ├── .vscode ├── c_cpp_properties.json ├── launch.json ├── settings.json └── tasks.json ├── AtCoder ├── AtCoder.cpp ├── Beginner_213 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_214 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_215 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_216 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_217 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_218 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_219 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_220 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_221 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_222 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_224 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_225 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_226 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_227 │ └── a.cpp ├── Beginner_228 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_231 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_233 │ └── d.cpp ├── Beginner_234 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_235 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_236 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_237 │ ├── a.cpp │ ├── b.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_238 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_239 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_241 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_242 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_243 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_244 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_245 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_246 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_247 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_248 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_249 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_250 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_251 │ ├── a.py │ ├── b.cpp │ ├── c.cpp │ ├── e.cpp │ └── f.cpp ├── Beginner_252 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.cpp ├── Beginner_253 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_254 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── e.cpp ├── Beginner_255 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── f.cpp ├── Beginner_256 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_257 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_258 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── g.cpp ├── Beginner_259 │ └── d.cpp ├── Beginner_260 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_261 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_262 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_263 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_264 │ ├── a.cpp │ ├── b.cpp │ ├── c.py │ └── d.cpp ├── Beginner_265 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_268 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_269 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_270 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_271 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_287 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_288 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_289 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_290 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_291 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_292 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── f.cpp ├── Beginner_293 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_294 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_295 │ ├── a.py │ ├── b.cpp │ └── c.cpp ├── Beginner_296 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_297 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_298 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_299 │ ├── a.cpp │ ├── b.cpp │ ├── c.py │ └── d.c ├── Beginner_300 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_301 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_308 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_309 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_310 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_311 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_312 │ ├── a.cpp │ └── b.cpp ├── Beginner_313 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_314 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_315 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── e.cpp ├── Beginner_317 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_318 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_320 │ ├── a.py │ └── b.py ├── Beginner_321 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_322 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_323 │ ├── a.py │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_324 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_325 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── Beginner_326 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_327 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_329 │ ├── a.py │ ├── b.py │ ├── c.py │ ├── d.cpp │ └── f.py ├── Beginner_331 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── e.cpp ├── Beginner_333 │ ├── a.c │ ├── b.c │ ├── c.py │ ├── d.cpp │ └── e.cpp ├── Beginner_334 │ ├── a.c │ └── d.cpp ├── Beginner_335 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_336 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── e.cpp ├── Beginner_337 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.py │ └── e.cpp ├── Beginner_338 │ ├── a.py │ ├── b.cpp │ ├── c.cpp │ └── e.cpp ├── Beginner_339 │ ├── a.py │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.py ├── Beginner_340 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.py ├── Beginner_341 │ ├── a.py │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_342 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_343 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── f.cpp ├── Beginner_345 │ ├── a.cpp │ ├── b.py │ └── c.cpp ├── Beginner_346 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── e.cpp ├── Beginner_391 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.py │ └── f.cpp ├── Beginner_392 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_393 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.cpp ├── Beginner_394 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_395 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_402 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── Beginner_433 │ ├── a.c │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── Beginner_434 │ ├── a.c │ ├── b.c │ ├── c.c │ └── d.c └── Beginner_435 │ ├── a.c │ ├── b.c │ ├── c.c │ ├── d.cpp │ └── e.cpp ├── CSES ├── 1068_weird_algorithm.cpp ├── 1069_repetitions.cpp ├── 1070_permutations.cpp ├── 1071_number_spiral.cpp ├── 1072_two_knights.cpp ├── 1073_towers.cpp ├── 1074_stick_lengths.cpp ├── 1076_sliding_median.cpp ├── 1077_sliding_cost.cpp ├── 1079_binomial_coefficients.cpp ├── 1081_common_divisors.cpp ├── 1082_sum_of_divisors.cpp ├── 1083_missing_number.cpp ├── 1084_appartments.cpp ├── 1085_array_division.cpp ├── 1090_ferris_wheel.cpp ├── 1091_concert_tickets.cpp ├── 1092_two_sets.cpp ├── 1093_two_sets_ii.cpp ├── 1094_increasing_array.cpp ├── 1097_removal_game.cpp ├── 1110_minimal_rotation.cpp ├── 1111_longest_palindrome.cpp ├── 1112_required_substring.cpp ├── 1130_tree_matching.cpp ├── 1131_tree_diameter.c ├── 1132_tree_distance_i.cpp ├── 1133_tree_distance_ii.cpp ├── 1140_projects.cpp ├── 1141_playlist.cpp ├── 1143_hotel_queries.cpp ├── 1144_salary_queries.cpp ├── 1145_increasing_subsequence.cpp ├── 1158_book_shop.cpp ├── 1161_array_divisions.cpp ├── 1163_traffic_lights.cpp ├── 1164_room_allocation.cpp ├── 1190_subarray_sum_queries.cpp ├── 1192_counting_rooms.cpp ├── 1193_labyrinth.cpp ├── 1194_monsters.cpp ├── 1195_flight_discount.cpp ├── 1196_flight_route.cpp ├── 1197_cycle_finding.cpp ├── 1617_bit_strings.cpp ├── 1618_trailing_zeros.cpp ├── 1619_restaurant_customers.cpp ├── 1620_factory_machines.cpp ├── 1621_distinct_numbers.cpp ├── 1622_creating_strings.cpp ├── 1623_apple_division.cpp ├── 1624_chessboard_and_queens.cpp ├── 1625_grid_paths.cpp ├── 1629_movie_festival.cpp ├── 1630_tasks_and_dealines.cpp ├── 1631_reading_books.cpp ├── 1632_movie_festival_ii.cpp ├── 1633_dice_combinations.cpp ├── 1634_minimizing_coins.cpp ├── 1635_coin_combinations_i.cpp ├── 1636_coin_combinations_ii.cpp ├── 1637_removing_digits.cpp ├── 1638_gird_paths.cpp ├── 1639_edit_distance.cpp ├── 1640_sum_of_two_values.cpp ├── 1641_sum_of_three_values.cpp ├── 1642_sum_of_four_values.cpp ├── 1643_maximum_subarray_sum.cpp ├── 1644_maximum_subarray_sum_ii.cpp ├── 1645_nearest_smaller_values.cpp ├── 1646_static_range_sum_queries.cpp ├── 1647_static_range_minimum_queries.cpp ├── 1648_dynamic_range_sum_quries.cpp ├── 1649_dynamic_range_min_quries.cpp ├── 1650_range_xor_queries.cpp ├── 1651_range_update_queries.cpp ├── 1652_forest_queries.cpp ├── 1653_elevator_rides.cpp ├── 1660_subarray_sums_i.cpp ├── 1661_subarray_sums_ii.cpp ├── 1662_subarray_divisibility.cpp ├── 1664_movie_festival_quries.cpp ├── 1666_building_roads.cpp ├── 1667_massge_route.cpp ├── 1668_building_teams.cpp ├── 1669_round_trip.cpp ├── 1670_swap_game.cpp ├── 1671_shortest_route_i.cpp ├── 1672_shortest_route_ii.cpp ├── 1673_high_score.cpp ├── 1674_subordinates.cpp ├── 1675_road_repaaration.cpp ├── 1677_network_breakdown.cpp ├── 1678_round_trip_ii.cpp ├── 1679_course_schedule.cpp ├── 1687_company_queries_i.cpp ├── 1712_exponentiation_ii.cpp ├── 1722_fibonacci_numbers.cpp ├── 1723_graph_paths_i.cpp ├── 1731_word_combinations.cpp ├── 1732_finding_borders.cpp ├── 1733_finding_periods.cpp ├── 1735_range_updates_and_sums.cpp ├── 1737_range_queries_and_copies.cpp ├── 1739_forest_quries_ii.cpp ├── 1741_area_of_rectanges.cpp ├── 1744_rectangle_cutting.cpp ├── 1746_array_description.cpp ├── 1749_list_removals.cpp ├── 1753_string_matching.cpp ├── 1754_coin_piles.cpp ├── 1755_palindrome_recorder.cpp ├── 1756_acyclic_graph_edges.cpp ├── 2072_cut_and_paste.cpp ├── 2073_substring_reversals.cpp ├── 2074_reversals_and_sum.cpp ├── 2076_necessary_roads.cpp ├── 2077_necessary_cities.cpp ├── 2079_finding_a_centroid.cpp ├── 2102_finding_patterns.cpp ├── 2103_counting_patterns.cpp ├── 2104_pattern_positions.cpp ├── 2105_distinct_substrings.cpp ├── 2106_repeated_substrings.cpp ├── 2107_string_functions.cpp ├── 2108_substring_order_i.cpp ├── 2110_substring_distribution.cpp ├── 2133_dynamic_connectivity.cpp ├── 2138_reachable_nodes.cpp ├── 2143_reachability_queries.cpp ├── 2162_josephus_problem_i.cpp ├── 2163_josephus_problem_ii.cpp ├── 2165_tower_of_hanoi.cpp ├── 2168_nested_ranges_check.cpp ├── 2169_nested_ranges_count.cpp ├── 2183_missing_coin_sum.cpp ├── 2189_point_location_test.cpp ├── 2190_line_segment_intersection.cpp ├── 2191_polygon_area.cpp ├── 2192_point_in_polygon.cpp ├── 2193_polygon_lattice_point.cpp ├── 2194_minimum_euclidean_distance.cpp ├── 2195_convex_hull.cpp ├── 2205_gray_code.cpp ├── 2216_collecting_numbers.cpp ├── 2217_collecting_numbers_ii.cpp ├── 2413_counting_towers.cpp ├── 2417_counting_coprime_pairs.cpp ├── 2420_palindrome_queries.cpp ├── 2428_subarray_distinct_values.cpp └── 2431_digit_queries.cpp ├── Codeforces ├── 1020 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1650 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1660 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1663 │ ├── a.c │ └── c.c ├── 1669 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.py │ ├── e.cpp │ ├── f.cpp │ ├── g.cpp │ └── h.cpp ├── 1674 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── 1675 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1676 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ ├── f.cpp │ ├── g.cpp │ └── h.cpp ├── 1690 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1692 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── e.cpp │ ├── f.cpp │ └── g.cpp ├── 1696 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── 1702 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1703 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1714 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1722 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.cpp ├── 1729 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1741 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1742 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.cpp ├── 1744 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e1.cpp ├── 1790 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1800 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1811 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1822 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1829 │ ├── a.cpp │ ├── b.c │ ├── c.c │ ├── d.c │ ├── e.c │ ├── f.cpp │ └── g.cpp ├── 1846 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1850 │ ├── a.c │ ├── b.c │ ├── c.c │ ├── d.c │ ├── e.py │ └── g.py ├── 1851 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1857 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1862 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1872 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1873 │ ├── a.c │ ├── b.c │ ├── c.c │ ├── d.c │ ├── e.c │ └── f.py ├── 1878 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1881 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1883 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1899 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.py ├── 1907 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1914 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1915 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.cpp ├── 1916 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── 1919 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── 1921 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 1926 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1927 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ └── f.cpp ├── 1931 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.py │ └── e.cpp ├── 1932 │ ├── a.py │ ├── b.cpp │ └── c.cpp ├── 1933 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 1941 │ ├── a.cpp │ ├── b.cpp │ ├── c.py │ └── d.cpp ├── 1950 │ ├── a.c │ ├── b.c │ ├── c.c │ ├── d.py │ └── e.py ├── 2033 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 2051 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 2053 │ ├── a.py │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 2057 │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── 2060 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 2065 │ ├── a.c │ ├── b.c │ ├── c.c │ ├── d.c │ ├── e.c │ ├── f.c │ └── g.c ├── 2072 │ ├── a.c │ ├── b.c │ ├── c.c │ ├── d.cpp │ └── e.cpp └── Codeforces.cpp ├── GreenJudge ├── c002.cpp ├── c027.cpp ├── c049.cpp ├── c050.cpp ├── c051.cpp ├── c052.cpp ├── c053.cpp ├── c055.cpp ├── cpp.cpp ├── d001.cpp ├── d002.cpp ├── d004.cpp ├── d005.cpp ├── d006.cpp ├── d007.cpp ├── d008.cpp ├── d052.cpp ├── d053.cpp ├── d054.cpp ├── d072.cpp ├── d073.cpp ├── d076.cpp ├── d089.cpp ├── g072.cpp ├── h182.cpp └── z067.cpp ├── IPHTC ├── 3 │ ├── 1.c │ ├── 2.c │ ├── 3.c │ └── 3.h ├── 4 │ ├── a.c │ ├── b.c │ ├── b.h │ ├── c.c │ └── c.h ├── 5 │ ├── a.c │ ├── b.c │ └── b.h ├── 7 │ ├── a.c │ ├── b.c │ └── c.c ├── 8 │ ├── a.c │ ├── a.h │ └── b.c ├── 9 │ └── b.c ├── 10 │ ├── a.c │ ├── b.c │ ├── c.c │ └── c.h ├── 11 │ ├── a.c │ ├── b.c │ ├── c.c │ └── d.c ├── 13 │ ├── a.c │ ├── a.h │ ├── b.cpp │ └── c.cpp ├── 14 │ ├── a.cpp │ ├── b.cpp │ ├── b.hpp │ └── c.c ├── 15 │ ├── a.cpp │ ├── a.hpp │ ├── b.cpp │ ├── b.hpp │ └── c.cpp ├── 18 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 19 │ └── a.cpp ├── 21 │ ├── a.cpp │ ├── b.c │ ├── c.c │ └── d.c ├── 22 │ └── a.cpp ├── 23 │ ├── a.c │ ├── b.c │ └── c.c └── 24 │ ├── a.c │ ├── b.c │ └── c.c ├── ITSA └── NCPC_Final_2021 │ ├── g.cpp │ └── l.cpp ├── KickStart ├── 2022_A │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 2022_C │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp ├── 2022_E │ ├── a.cpp │ ├── b.cpp │ └── c.cpp ├── 2022_practice_2 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ └── e.cpp ├── 2022_practice_3 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ └── d.cpp └── KckStart.cpp ├── LeetCode ├── 0001.cpp ├── 0001.hpp ├── 0002.cpp ├── 0002.hpp ├── 0003.cpp ├── 0003.hpp ├── 0004.cpp ├── 0004.hpp ├── 0005.cpp ├── 0005.hpp ├── 0006.c ├── 0006.h ├── 0011.cpp ├── 0011.hpp ├── 0013.c ├── 0013.h ├── 0014.cpp ├── 0014.hpp ├── 0019.c ├── 0019.h ├── 0020.cpp ├── 0020.hpp ├── 0021.c ├── 0021.cpp ├── 0021.h ├── 0021.hpp ├── 0023.cpp ├── 0023.hpp ├── 0024.cpp ├── 0024.hpp ├── 0028.c ├── 0028.h ├── 0029.c ├── 0029.h ├── 0030.cpp ├── 0030.hpp ├── 0031.cpp ├── 0031.hpp ├── 0032.cpp ├── 0032.hpp ├── 0033.c ├── 0033.h ├── 0034.cpp ├── 0034.hpp ├── 0035.cpp ├── 0035.hpp ├── 0038.py ├── 0039.cpp ├── 0039.hpp ├── 0042.cpp ├── 0042.hpp ├── 0045.cpp ├── 0045.hpp ├── 0046.py ├── 0047.cpp ├── 0047.hpp ├── 0048.cpp ├── 0048.hpp ├── 0049.cpp ├── 0049.hpp ├── 0050.c ├── 0050.h ├── 0051.cpp ├── 0051.hpp ├── 0052.cpp ├── 0052.hpp ├── 0054.c ├── 0054.h ├── 0059.cpp ├── 0059.hpp ├── 0061.cpp ├── 0061.hpp ├── 0062.c ├── 0062.h ├── 0063.cpp ├── 0063.hpp ├── 0064.c ├── 0064.h ├── 0067.cpp ├── 0067.hpp ├── 0068.cpp ├── 0068.hpp ├── 0070.c ├── 0070.h ├── 0071.py ├── 0072.c ├── 0072.h ├── 0074.cpp ├── 0074.hpp ├── 0076.cpp ├── 0076.hpp ├── 0077.py ├── 0078.cpp ├── 0078.hpp ├── 0080.cpp ├── 0080.hpp ├── 0081.cpp ├── 0081.hpp ├── 0082.cpp ├── 0082.hpp ├── 0084.cpp ├── 0084.hpp ├── 0086.c ├── 0086.cpp ├── 0086.h ├── 0086.hpp ├── 0087.cpp ├── 0087.hpp ├── 0088.cpp ├── 0088.hpp ├── 0090.cpp ├── 0090.hpp ├── 0092.cpp ├── 0092.hpp ├── 0094.cpp ├── 0094.hpp ├── 0095.cpp ├── 0095.hpp ├── 0097.cpp ├── 0097.hpp ├── 0098.cpp ├── 0098.hpp ├── 0099.cpp ├── 0099.hpp ├── 0100.c ├── 0100.h ├── 0101.c ├── 0101.h ├── 0102.cpp ├── 0102.hpp ├── 0103.cpp ├── 0103.hpp ├── 0104.cpp ├── 0104.hpp ├── 0105.cpp ├── 0105.hpp ├── 0106.cpp ├── 0106.hpp ├── 0108.cpp ├── 0108.hpp ├── 0109.c ├── 0109.h ├── 0111.c ├── 0111.h ├── 0113.cpp ├── 0113.hpp ├── 0114.cpp ├── 0114.hpp ├── 0117.cpp ├── 0117.hpp ├── 0118.cpp ├── 0118.hpp ├── 0120.cpp ├── 0120.hpp ├── 0121.cpp ├── 0121.hpp ├── 0126.cpp ├── 0126.hpp ├── 0127.cpp ├── 0127.hpp ├── 0128.cpp ├── 0128.hpp ├── 0129.c ├── 0129.h ├── 0131.cpp ├── 0131.hpp ├── 0133.cpp ├── 0133.hpp ├── 0134.cpp ├── 0134.hpp ├── 0135.cpp ├── 0135.hpp ├── 0136.cpp ├── 0136.hpp ├── 0137.c ├── 0137.h ├── 0138.cpp ├── 0138.hpp ├── 0139.cpp ├── 0139.hpp ├── 0141.cpp ├── 0141.hpp ├── 0142.cpp ├── 0142.hpp ├── 0146.cpp ├── 0146.hpp ├── 0148.cpp ├── 0148.hpp ├── 0150.cpp ├── 0150.hpp ├── 0160.cpp ├── 0160.hpp ├── 0165.py ├── 0167.cpp ├── 0167.hpp ├── 0168.cpp ├── 0168.hpp ├── 0169.cpp ├── 0169.hpp ├── 0171.cpp ├── 0171.hpp ├── 0173.cpp ├── 0173.hpp ├── 0188.cpp ├── 0188.hpp ├── 0189.cpp ├── 0189.hpp ├── 0191.c ├── 0191.h ├── 0198.c ├── 0198.h ├── 0199.py ├── 0200.cpp ├── 0200.hpp ├── 0201.c ├── 0201.h ├── 0207.cpp ├── 0207.hpp ├── 0208.cpp ├── 0208.hpp ├── 0209.c ├── 0209.h ├── 0211.cpp ├── 0211.hpp ├── 0215.cpp ├── 0216.cpp ├── 0216.hpp ├── 0225.cpp ├── 0225.hpp ├── 0226.c ├── 0226.h ├── 0228.cpp ├── 0228.hpp ├── 0230.cpp ├── 0230.hpp ├── 0231.c ├── 0231.h ├── 0232.cpp ├── 0232.hpp ├── 0234.cpp ├── 0234.hpp ├── 0235.cpp ├── 0235.hpp ├── 0236.cpp ├── 0236.hpp ├── 0239.cpp ├── 0239.hpp ├── 0240.cpp ├── 0240.hpp ├── 0242.cpp ├── 0242.hpp ├── 0258.cpp ├── 0258.hpp ├── 0268.cpp ├── 0268.hpp ├── 0279.c ├── 0279.h ├── 0284.cpp ├── 0284.hpp ├── 0287.cpp ├── 0287.hpp ├── 0289.cpp ├── 0289.hpp ├── 0300.cpp ├── 0300.hpp ├── 0304.cpp ├── 0304.hpp ├── 0307.cpp ├── 0307.hpp ├── 0315.cpp ├── 0315.hpp ├── 0316.cpp ├── 0316.hpp ├── 0318.cpp ├── 0318.hpp ├── 0319.c ├── 0319.h ├── 0322.cpp ├── 0322.hpp ├── 0326.c ├── 0326.h ├── 0329.cpp ├── 0329.hpp ├── 0336.cpp ├── 0336.hpp ├── 0338.cpp ├── 0338.hpp ├── 0341.cpp ├── 0341.hpp ├── 0342.c ├── 0342.h ├── 0344.cpp ├── 0344.hpp ├── 0347.cpp ├── 0347.hpp ├── 0349.cpp ├── 0349.hpp ├── 0352.cpp ├── 0352.hpp ├── 0354.cpp ├── 0354.hpp ├── 0363.cpp ├── 0363.hpp ├── 0368.cpp ├── 0368.hpp ├── 0376.cpp ├── 0376.hpp ├── 0377.cpp ├── 0377.hpp ├── 0378.cpp ├── 0378.hpp ├── 0380.cpp ├── 0380.hpp ├── 0382.cpp ├── 0382.hpp ├── 0383.c ├── 0383.h ├── 0387.c ├── 0387.h ├── 0389.cpp ├── 0389.hpp ├── 0392.cpp ├── 0392.hpp ├── 0393.cpp ├── 0393.hpp ├── 0399.cpp ├── 0399.hpp ├── 0402.cpp ├── 0402.hpp ├── 0403.cpp ├── 0403.hpp ├── 0406.cpp ├── 0406.hpp ├── 0407.cpp ├── 0407.hpp ├── 0410.cpp ├── 0410.hpp ├── 0413.cpp ├── 0413.hpp ├── 0417.cpp ├── 0417.hpp ├── 0421.cpp ├── 0421.hpp ├── 0427.cpp ├── 0427.hpp ├── 0429.cpp ├── 0429.hpp ├── 0435.c ├── 0435.h ├── 0438.cpp ├── 0438.hpp ├── 0443.c ├── 0443.h ├── 0445.py ├── 0446.cpp ├── 0446.hpp ├── 0451.cpp ├── 0451.hpp ├── 0454.cpp ├── 0454.hpp ├── 0455.cpp ├── 0455.hpp ├── 0456.cpp ├── 0456.hpp ├── 0458.c ├── 0458.h ├── 0459.c ├── 0459.h ├── 0460.cpp ├── 0460.hpp ├── 0462.cpp ├── 0462.hpp ├── 0472.cpp ├── 0472.hpp ├── 0473.cpp ├── 0473.hpp ├── 0474.cpp ├── 0474.hpp ├── 0486.c ├── 0486.h ├── 0494.c ├── 0494.h ├── 0502.cpp ├── 0502.hpp ├── 0509.cpp ├── 0509.hpp ├── 0513.cpp ├── 0513.hpp ├── 0515.cpp ├── 0515.hpp ├── 0516.cpp ├── 0516.hpp ├── 0518.c ├── 0518.h ├── 0520.py ├── 0525.cpp ├── 0525.hpp ├── 0532.cpp ├── 0532.hpp ├── 0535.cpp ├── 0535.hpp ├── 0538.cpp ├── 0538.hpp ├── 0540.c ├── 0540.h ├── 0542.cpp ├── 0542.hpp ├── 0543.c ├── 0543.h ├── 0557.py ├── 0560.cpp ├── 0560.hpp ├── 0567.cpp ├── 0567.hpp ├── 0576.cpp ├── 0576.hpp ├── 0581.cpp ├── 0581.hpp ├── 0583.cpp ├── 0583.hpp ├── 0605.cpp ├── 0605.hpp ├── 0606.cpp ├── 0606.hpp ├── 0609.py ├── 0622.cpp ├── 0622.hpp ├── 0629.cpp ├── 0629.hpp ├── 0630.cpp ├── 0630.hpp ├── 0637.cpp ├── 0637.hpp ├── 0645.cpp ├── 0645.hpp ├── 0646.c ├── 0646.h ├── 0647.cpp ├── 0647.hpp ├── 0649.cpp ├── 0649.hpp ├── 0652.cpp ├── 0652.hpp ├── 0659.cpp ├── 0659.hpp ├── 0662.cpp ├── 0662.hpp ├── 0664.cpp ├── 0664.hpp ├── 0665.cpp ├── 0665.hpp ├── 0669.cpp ├── 0669.hpp ├── 0673.cpp ├── 0673.hpp ├── 0680.cpp ├── 0680.hpp ├── 0682.cpp ├── 0682.hpp ├── 0684.cpp ├── 0684.hpp ├── 0688.cpp ├── 0688.hpp ├── 0689.cpp ├── 0689.hpp ├── 0695.cpp ├── 0695.hpp ├── 0700.cpp ├── 0700.hpp ├── 0703.cpp ├── 0703.hpp ├── 0704.cpp ├── 0704.hpp ├── 0705.cpp ├── 0705.hpp ├── 0706.cpp ├── 0706.hpp ├── 0712.cpp ├── 0712.hpp ├── 0713.cpp ├── 0713.hpp ├── 0718.cpp ├── 0718.hpp ├── 0729.cpp ├── 0729.hpp ├── 0735.cpp ├── 0735.hpp ├── 0739.cpp ├── 0739.hpp ├── 0740.cpp ├── 0740.hpp ├── 0743.cpp ├── 0743.hpp ├── 0745.cpp ├── 0745.hpp ├── 0746.cpp ├── 0746.hpp ├── 0763.cpp ├── 0763.hpp ├── 0767.py ├── 0769.cpp ├── 0769.hpp ├── 0781.c ├── 0781.h ├── 0783.c ├── 0783.h ├── 0785.cpp ├── 0785.hpp ├── 0787.cpp ├── 0787.hpp ├── 0791.c ├── 0791.h ├── 0792.cpp ├── 0792.hpp ├── 0796.c ├── 0796.h ├── 0799.cpp ├── 0799.hpp ├── 0802.cpp ├── 0802.hpp ├── 0804.cpp ├── 0804.hpp ├── 0808.c ├── 0808.h ├── 0814.cpp ├── 0814.hpp ├── 0820.cpp ├── 0820.hpp ├── 0823.cpp ├── 0823.hpp ├── 0827.cpp ├── 0827.hpp ├── 0839.cpp ├── 0839.hpp ├── 0844.cpp ├── 0844.hpp ├── 0847.cpp ├── 0847.hpp ├── 0852.c ├── 0852.h ├── 0856.cpp ├── 0856.hpp ├── 0858.c ├── 0858.h ├── 0859.c ├── 0859.h ├── 0863.cpp ├── 0863.hpp ├── 0867.cpp ├── 0867.hpp ├── 0869.c ├── 0869.h ├── 0871.cpp ├── 0871.hpp ├── 0872.cpp ├── 0872.hpp ├── 0875.cpp ├── 0875.hpp ├── 0876.c ├── 0876.h ├── 0879.cpp ├── 0879.hpp ├── 0881.cpp ├── 0881.hpp ├── 0889.cpp ├── 0889.hpp ├── 0890.cpp ├── 0890.hpp ├── 0894.cpp ├── 0894.hpp ├── 0895.cpp ├── 0895.hpp ├── 0897.cpp ├── 0897.hpp ├── 0904.cpp ├── 0904.hpp ├── 0905.cpp ├── 0905.hpp ├── 0907.cpp ├── 0907.hpp ├── 0909.cpp ├── 0909.hpp ├── 0912.c ├── 0912.h ├── 0916.cpp ├── 0916.hpp ├── 0920.c ├── 0920.h ├── 0923.cpp ├── 0923.hpp ├── 0931.cpp ├── 0931.hpp ├── 0936.cpp ├── 0936.hpp ├── 0938.c ├── 0938.h ├── 0941.cpp ├── 0941.hpp ├── 0946.cpp ├── 0946.hpp ├── 0948.cpp ├── 0948.hpp ├── 0951.cpp ├── 0951.hpp ├── 0953.c ├── 0953.h ├── 0958.c ├── 0958.h ├── 0967.cpp ├── 0967.hpp ├── 0968.cpp ├── 0968.hpp ├── 0977.c ├── 0977.h ├── 0983.c ├── 0983.h ├── 0985.cpp ├── 0985.hpp ├── 0987.cpp ├── 0987.hpp ├── 0989.cpp ├── 0989.hpp ├── 0990.cpp ├── 0990.hpp ├── 0991.cpp ├── 0991.hpp ├── 0997.cpp ├── 0997.hpp ├── 1007.cpp ├── 1007.hpp ├── 1011.cpp ├── 1011.hpp ├── 1014.c ├── 1014.h ├── 1020.c ├── 1020.h ├── 1026.cpp ├── 1026.hpp ├── 1028.cpp ├── 1028.hpp ├── 1029.cpp ├── 1029.hpp ├── 1035.cpp ├── 1035.hpp ├── 1043.cpp ├── 1043.hpp ├── 1046.cpp ├── 1046.hpp ├── 1048.cpp ├── 1048.hpp ├── 1071.cpp ├── 1071.hpp ├── 1074.cpp ├── 1074.hpp ├── 1079.cpp ├── 1079.hpp ├── 1091.cpp ├── 1091.hpp ├── 1125.cpp ├── 1125.hpp ├── 1129.cpp ├── 1129.hpp ├── 1137.c ├── 1137.h ├── 1143.cpp ├── 1143.hpp ├── 1162.cpp ├── 1162.hpp ├── 1192.cpp ├── 1192.hpp ├── 1202.cpp ├── 1202.hpp ├── 1203.cpp ├── 1203.hpp ├── 1207.cpp ├── 1207.hpp ├── 1209.cpp ├── 1209.hpp ├── 1218.cpp ├── 1218.hpp ├── 1220.c ├── 1220.h ├── 1228.cpp ├── 1228.hpp ├── 1233.cpp ├── 1233.hpp ├── 1235.cpp ├── 1235.hpp ├── 1239.c ├── 1239.h ├── 1249.cpp ├── 1249.hpp ├── 1254.c ├── 1254.h ├── 1260.cpp ├── 1260.hpp ├── 1261.cpp ├── 1261.hpp ├── 1268.cpp ├── 1268.hpp ├── 1277.cpp ├── 1277.hpp ├── 1291.cpp ├── 1291.hpp ├── 1302.cpp ├── 1302.hpp ├── 1305.cpp ├── 1305.hpp ├── 1312.cpp ├── 1312.hpp ├── 1319.cpp ├── 1319.hpp ├── 1326.c ├── 1326.h ├── 1329.cpp ├── 1329.hpp ├── 1332.cpp ├── 1332.hpp ├── 1335.cpp ├── 1335.hpp ├── 1337.cpp ├── 1337.hpp ├── 1338.cpp ├── 1338.hpp ├── 1342.c ├── 1342.h ├── 1345.cpp ├── 1345.hpp ├── 1347.c ├── 1347.h ├── 1352.cpp ├── 1352.hpp ├── 1354.cpp ├── 1354.hpp ├── 1359.cpp ├── 1359.hpp ├── 1368.cpp ├── 1368.hpp ├── 1372.c ├── 1372.h ├── 1379.cpp ├── 1379.hpp ├── 1383.cpp ├── 1383.hpp ├── 1396.cpp ├── 1396.hpp ├── 1399.cpp ├── 1399.hpp ├── 1400.c ├── 1400.h ├── 1402.c ├── 1402.h ├── 1408.cpp ├── 1408.hpp ├── 1415.c ├── 1415.h ├── 1416.cpp ├── 1416.hpp ├── 1422.c ├── 1422.h ├── 1423.cpp ├── 1423.hpp ├── 1431.c ├── 1431.h ├── 1444.cpp ├── 1444.hpp ├── 1448.cpp ├── 1448.hpp ├── 1456.c ├── 1456.h ├── 1457.cpp ├── 1457.hpp ├── 1461.cpp ├── 1461.hpp ├── 1462.cpp ├── 1462.hpp ├── 1463.cpp ├── 1463.hpp ├── 1465.cpp ├── 1465.hpp ├── 1466.cpp ├── 1466.hpp ├── 1470.cpp ├── 1470.hpp ├── 1472.cpp ├── 1472.hpp ├── 1473.cpp ├── 1473.hpp ├── 1480.cpp ├── 1480.hpp ├── 1481.cpp ├── 1481.hpp ├── 1489.cpp ├── 1489.hpp ├── 1491.c ├── 1491.h ├── 1493.c ├── 1493.h ├── 1498.cpp ├── 1498.hpp ├── 1510.cpp ├── 1510.hpp ├── 1523.c ├── 1523.h ├── 1524.c ├── 1524.h ├── 1539.c ├── 1539.h ├── 1572.c ├── 1572.h ├── 1579.cpp ├── 1579.hpp ├── 1584.cpp ├── 1584.hpp ├── 1601.cpp ├── 1601.hpp ├── 1609.cpp ├── 1609.hpp ├── 1615.cpp ├── 1615.hpp ├── 1624.c ├── 1624.h ├── 1626.cpp ├── 1626.hpp ├── 1631.cpp ├── 1631.hpp ├── 1639.cpp ├── 1639.hpp ├── 1641.c ├── 1641.h ├── 1642.cpp ├── 1642.hpp ├── 1647.cpp ├── 1647.hpp ├── 1657.c ├── 1657.h ├── 1658.cpp ├── 1658.hpp ├── 1663.cpp ├── 1663.hpp ├── 1671.cpp ├── 1671.hpp ├── 1672.cpp ├── 1672.hpp ├── 1675.cpp ├── 1675.hpp ├── 1679.cpp ├── 1679.hpp ├── 1680.c ├── 1680.h ├── 1689.c ├── 1689.h ├── 1695.cpp ├── 1695.hpp ├── 1696.cpp ├── 1696.hpp ├── 1697.cpp ├── 1697.hpp ├── 1704.c ├── 1704.h ├── 1710.cpp ├── 1710.hpp ├── 1718.cpp ├── 1718.hpp ├── 1721.cpp ├── 1721.hpp ├── 1726.cpp ├── 1726.hpp ├── 1750.cpp ├── 1750.hpp ├── 1751.cpp ├── 1751.hpp ├── 1752.c ├── 1752.h ├── 1768.c ├── 1768.h ├── 1769.cpp ├── 1769.hpp ├── 1770.cpp ├── 1770.hpp ├── 1790.c ├── 1790.h ├── 1799.cpp ├── 1799.hpp ├── 1800.c ├── 1800.h ├── 1822.c ├── 1822.h ├── 1829.cpp ├── 1829.hpp ├── 1857.cpp ├── 1857.hpp ├── 1870.c ├── 1870.h ├── 1897.c ├── 1897.h ├── 1910.c ├── 1910.h ├── 1930.cpp ├── 1930.hpp ├── 1957.c ├── 1957.h ├── 1964.cpp ├── 1964.hpp ├── 1974.cpp ├── 1974.hpp ├── 1976.cpp ├── 1976.hpp ├── 1979.cpp ├── 1979.hpp ├── 1980.cpp ├── 1980.hpp ├── 1981.cpp ├── 1981.hpp ├── 1984.cpp ├── 1984.hpp ├── 1985.py ├── 1986.cpp ├── 1986.hpp ├── 1991.cpp ├── 1991.hpp ├── 1992.cpp ├── 1992.hpp ├── 1993.cpp ├── 1993.hpp ├── 1995.cpp ├── 1995.hpp ├── 1996.cpp ├── 1996.hpp ├── 2000.cpp ├── 2000.hpp ├── 2001.cpp ├── 2001.hpp ├── 2002.cpp ├── 2002.hpp ├── 2006.cpp ├── 2006.hpp ├── 2007.cpp ├── 2007.hpp ├── 2011.cpp ├── 2011.hpp ├── 2012.cpp ├── 2012.hpp ├── 2013.cpp ├── 2013.hpp ├── 2017.cpp ├── 2017.hpp ├── 2022.cpp ├── 2022.hpp ├── 2023.cpp ├── 2023.hpp ├── 2024.c ├── 2024.h ├── 2027.cpp ├── 2027.hpp ├── 2028.cpp ├── 2028.hpp ├── 2029.cpp ├── 2029.hpp ├── 2032.cpp ├── 2032.hpp ├── 2033.cpp ├── 2033.hpp ├── 2034.cpp ├── 2034.hpp ├── 2042.py ├── 2043.cpp ├── 2043.hpp ├── 2044.cpp ├── 2044.hpp ├── 2047.py ├── 2048.cpp ├── 2048.hpp ├── 2053.cpp ├── 2053.hpp ├── 2057.cpp ├── 2057.hpp ├── 2058.cpp ├── 2058.hpp ├── 2068.cpp ├── 2068.hpp ├── 2070.cpp ├── 2070.hpp ├── 2073.cpp ├── 2073.hpp ├── 2075.py ├── 2092.cpp ├── 2092.hpp ├── 2094.py ├── 2095.hpp ├── 2096.hpp ├── 2099.cpp ├── 2099.hpp ├── 2101.cpp ├── 2101.hpp ├── 2103.cpp ├── 2103.hpp ├── 2104.cpp ├── 2104.hpp ├── 2105.cpp ├── 2105.hpp ├── 2108.py ├── 2109.py ├── 2110.cpp ├── 2110.hpp ├── 2114.py ├── 2115.cpp ├── 2115.hpp ├── 2116.c ├── 2116.h ├── 2119.py ├── 2120.cpp ├── 2120.hpp ├── 2121.cpp ├── 2121.hpp ├── 2124.cpp ├── 2124.hpp ├── 2125.cpp ├── 2125.hpp ├── 2126.cpp ├── 2126.hpp ├── 2129.py ├── 2130.py ├── 2131.cpp ├── 2131.hpp ├── 2140.cpp ├── 2140.hpp ├── 2141.c ├── 2141.h ├── 2144.cpp ├── 2144.hpp ├── 2145.cpp ├── 2145.hpp ├── 2146.hpp ├── 2148.cpp ├── 2148.hpp ├── 2149.cpp ├── 2149.hpp ├── 2150.cpp ├── 2150.hpp ├── 2151.cpp ├── 2151.hpp ├── 2160.py ├── 2161.cpp ├── 2161.hpp ├── 2164.cpp ├── 2164.hpp ├── 2165.cpp ├── 2165.hpp ├── 2166.cpp ├── 2166.hpp ├── 2176.cpp ├── 2176.hpp ├── 2177.cpp ├── 2177.hpp ├── 2180.cpp ├── 2180.hpp ├── 2181.cpp ├── 2181.hpp ├── 2185.c ├── 2185.h ├── 2186.cpp ├── 2186.hpp ├── 2187.c ├── 2187.cpp ├── 2187.h ├── 2187.hpp ├── 2190.cpp ├── 2190.hpp ├── 2191.cpp ├── 2191.hpp ├── 2192.cpp ├── 2192.hpp ├── 2194.cpp ├── 2194.hpp ├── 2196.cpp ├── 2196.hpp ├── 2197.cpp ├── 2197.hpp ├── 2200.cpp ├── 2200.hpp ├── 2201.cpp ├── 2201.hpp ├── 2202.cpp ├── 2202.hpp ├── 2206.cpp ├── 2206.hpp ├── 2207.cpp ├── 2207.hpp ├── 2208.cpp ├── 2208.hpp ├── 2210.cpp ├── 2210.hpp ├── 2211.cpp ├── 2211.hpp ├── 2215.cpp ├── 2215.hpp ├── 2216.cpp ├── 2216.hpp ├── 2218.cpp ├── 2218.hpp ├── 2220.cpp ├── 2220.hpp ├── 2221.cpp ├── 2221.hpp ├── 2222.cpp ├── 2222.hpp ├── 2223.cpp ├── 2223.hpp ├── 2225.cpp ├── 2225.hpp ├── 2239.cpp ├── 2239.hpp ├── 2240.cpp ├── 2240.hpp ├── 2241.cpp ├── 2241.hpp ├── 2269.py ├── 2270.cpp ├── 2270.hpp ├── 2272.c ├── 2272.h ├── 2283.cpp ├── 2283.hpp ├── 2285.cpp ├── 2285.hpp ├── 2285.py ├── 2299.cpp ├── 2299.hpp ├── 2300.cpp ├── 2300.hpp ├── 2301.cpp ├── 2301.hpp ├── 2305.cpp ├── 2305.hpp ├── 2306.cpp ├── 2306.hpp ├── 2316.cpp ├── 2316.hpp ├── 2331.cpp ├── 2331.hpp ├── 2336.cpp ├── 2336.hpp ├── 2338.cpp ├── 2338.hpp ├── 2342.c ├── 2342.h ├── 2348.c ├── 2348.h ├── 2349.cpp ├── 2349.hpp ├── 2359.cpp ├── 2359.hpp ├── 2360.cpp ├── 2360.hpp ├── 2364.cpp ├── 2364.hpp ├── 2366.c ├── 2366.h ├── 2375.cpp ├── 2375.hpp ├── 2379.cpp ├── 2379.hpp ├── 2380.cpp ├── 2380.hpp ├── 2381.cpp ├── 2381.hpp ├── 2382.cpp ├── 2382.hpp ├── 2385.cpp ├── 2385.hpp ├── 2389.c ├── 2389.h ├── 2390.cpp ├── 2390.hpp ├── 2402.cpp ├── 2402.hpp ├── 2405.c ├── 2405.h ├── 2409.py ├── 2410.cpp ├── 2410.hpp ├── 2411.cpp ├── 2411.hpp ├── 2415.cpp ├── 2415.hpp ├── 2425.c ├── 2425.h ├── 2429.c ├── 2429.h ├── 2439.c ├── 2439.h ├── 2444.c ├── 2444.h ├── 2458.cpp ├── 2458.hpp ├── 2463.cpp ├── 2463.hpp ├── 2466.c ├── 2466.h ├── 2467.cpp ├── 2467.hpp ├── 2471.cpp ├── 2471.hpp ├── 2477.cpp ├── 2477.hpp ├── 2483.c ├── 2483.h ├── 2490.cpp ├── 2490.hpp ├── 2492.cpp ├── 2492.hpp ├── 2493.cpp ├── 2493.hpp ├── 2501.cpp ├── 2501.hpp ├── 2537.cpp ├── 2537.hpp ├── 2540.c ├── 2540.h ├── 2551.c ├── 2551.h ├── 2559.cpp ├── 2559.hpp ├── 2563.cpp ├── 2563.hpp ├── 2583.cpp ├── 2583.hpp ├── 2601.cpp ├── 2601.hpp ├── 2610.cpp ├── 2610.hpp ├── 2616.c ├── 2616.h ├── 2641.cpp ├── 2641.hpp ├── 2657.cpp ├── 2657.hpp ├── 2658.cpp ├── 2658.hpp ├── 2661.cpp ├── 2661.hpp ├── 2683.c ├── 2683.h ├── 2684.cpp ├── 2684.hpp ├── 2698.c ├── 2698.h ├── 2709.cpp ├── 2709.hpp ├── 2799.cpp ├── 2799.hpp ├── 2845.cpp ├── 2845.hpp ├── 2864.c ├── 2864.h ├── 2870.cpp ├── 2870.hpp ├── 2872.cpp ├── 2872.hpp ├── 290.py ├── 2940.cpp ├── 2940.hpp ├── 2966.cpp ├── 2966.hpp ├── 2971.cpp ├── 2971.hpp ├── 3005.c ├── 3005.h ├── 3042.py ├── 3066.cpp ├── 3066.hpp ├── 3097.c ├── 3097.h ├── 3105.c ├── 3105.h ├── 3133.c ├── 3133.h ├── 3151.c ├── 3151.h ├── 3160.cpp ├── 3160.hpp ├── 3163.cpp ├── 3163.hpp ├── 3174.c ├── 3174.h ├── 3203.cpp ├── 3203.hpp ├── 3223.c ├── 3223.h ├── 3432.cpp ├── 3432.hpp ├── 3578.cpp ├── 3578.hpp ├── 6117.cpp ├── 6117.hpp ├── 849.cpp ├── 849.hpp ├── LeetCode.cpp └── LeetCode.hpp ├── NTHU ├── 13453 │ ├── function.cpp │ ├── function.hpp │ └── judge.cpp ├── 13460 │ ├── function.cpp │ ├── function.h │ └── judge.cpp ├── 13478 │ ├── Main.cpp │ ├── function.h │ └── parJudge.cpp ├── 13486 │ ├── Main.cpp │ ├── function.h │ └── parJudge.cpp ├── 13534 │ ├── Main.cpp │ ├── function.h │ └── parJudge.cpp ├── 10162.c ├── 10424.c ├── 11099.cpp ├── 11230.c ├── 11243.c ├── 11549.c ├── 12125.c ├── 12127.c ├── 12129.c ├── 12132.c ├── 12133.cpp ├── 12134.c ├── 12137.c ├── 12138.c ├── 12139.c ├── 12140.c ├── 12141.c ├── 12142.cpp ├── 12143.c ├── 12143.h ├── 12144.cpp ├── 12145.c ├── 12146.c ├── 12151.c ├── 12152.c ├── 12155.c ├── 12178.c ├── 12179.c ├── 12219.py ├── 12220.c ├── 12237.c ├── 12241.c ├── 12254.c ├── 12301.c ├── 12301.h ├── 12305.c ├── 12409.py ├── 12661.c ├── 12662.c ├── 12672.c ├── 12673.c ├── 12674.c ├── 12678.cpp ├── 12710.py ├── 12713.py ├── 12733.cpp ├── 12797.c ├── 12801.c ├── 12860.py ├── 13016.cpp ├── 13146.c ├── 13228.c ├── 13435.c ├── 13436.cpp ├── 13458.cpp ├── 13512.cpp ├── 13525.cpp ├── 13542.cpp └── 13544.cpp ├── README.md ├── TIOJ ├── 1001.c ├── 1002.c ├── 1003.c ├── 1004.c ├── 1080.cpp ├── 1092.cpp ├── 1096.cpp ├── 1175.cpp ├── 1202.cpp ├── 1211.cpp ├── 1228.cpp ├── 1253.cpp ├── 1302.cpp ├── 1305.cpp ├── 1305_treap.cpp ├── 1306.cpp ├── 1428.cpp ├── 1481.cpp ├── 1497.cpp ├── 1515.cpp ├── 1607.cpp ├── 1725.cpp ├── 1795.cpp ├── 1807.cpp ├── 1841.cpp ├── 1869.cpp ├── 1903.cpp ├── 1907.cpp ├── 1941.cpp ├── 2051.cpp ├── 2052.cpp ├── 2053.cpp ├── 2054.cpp ├── 2055.cpp ├── 2188.c ├── 2189.c └── lib1481.h ├── UVa ├── test.sh ├── uva.cpp ├── uva100.cpp ├── uva10008.cpp ├── uva10034.cpp ├── uva10048.cpp ├── uva10055.cpp ├── uva10062.cpp ├── uva10082.cpp ├── uva10107.cpp ├── uva10129.cpp ├── uva102.cpp ├── uva10300.cpp ├── uva10305.cpp ├── uva10340.cpp ├── uva10346.cpp ├── uva10364.cpp ├── uva10391.cpp ├── uva10420.cpp ├── uva10469.cpp ├── uva10474.cpp ├── uva105.cpp ├── uva10550.cpp ├── uva10562.cpp ├── uva10603.cpp ├── uva10660.cpp ├── uva10696.cpp ├── uva10763.cpp ├── uva10783.cpp ├── uva10810.cpp ├── uva10812.cpp ├── uva10815.cpp ├── uva10925.py ├── uva10931.cpp ├── uva10935.cpp ├── uva10954.cpp ├── uva10970.cpp ├── uva10976.cpp ├── uva10986.cpp ├── uva11044.cpp ├── uva11054.cpp ├── uva11057.cpp ├── uva11059.cpp ├── uva11136.cpp ├── uva11310.cpp ├── uva11332.cpp ├── uva11437.cpp ├── uva11456.cpp ├── uva11494.cpp ├── uva1152.cpp ├── uva11572.cpp ├── uva11621.cpp ├── uva11687.c ├── uva11689.cpp ├── uva11734.cpp ├── uva11743.cpp ├── uva11849.cpp ├── uva11858.cpp ├── uva11933.c ├── uva11988.cpp ├── uva11991.cpp ├── uva120.cpp ├── uva12015.cpp ├── uva12096.cpp ├── uva12118.cpp ├── uva12149.cpp ├── uva1225.cpp ├── uva12250.cpp ├── uva12289.cpp ├── uva1230.cpp ├── uva129.cpp ├── uva13055.cpp ├── uva13185.cpp ├── uva13212.cpp ├── uva1339.cpp ├── uva136.cpp ├── uva1368.cpp ├── uva156.cpp ├── uva1572.cpp ├── uva1583.c ├── uva1584.cpp ├── uva1585.cpp ├── uva1586.cpp ├── uva1587.cpp ├── uva1588.c ├── uva1594.cpp ├── uva1599.cpp ├── uva1600.cpp ├── uva1605.cpp ├── uva202.cpp ├── uva247.cpp ├── uva271.cpp ├── uva272.cpp ├── uva307.cpp ├── uva340.cpp ├── uva392.cpp ├── uva400.cpp ├── uva401.cpp ├── uva439.cpp ├── uva442.cpp ├── uva455.cpp ├── uva469.cpp ├── uva481.cpp ├── uva488.cpp ├── uva490.cpp ├── uva494.cpp ├── uva506.cpp ├── uva514.cpp ├── uva524.cpp ├── uva536.cpp ├── uva540.cpp ├── uva548.cpp ├── uva572.cpp ├── uva574.cpp ├── uva579.c ├── uva639.cpp ├── uva673.cpp ├── uva712.cpp ├── uva713.py ├── uva714.cpp ├── uva725.cpp ├── uva739.cpp ├── uva820.cpp ├── uva839.cpp ├── uva900.cpp ├── uva913.cpp ├── uva948.cpp └── uvs679.cpp ├── Vjudge ├── HPS_A │ ├── a.c │ ├── b.c │ ├── c.c │ ├── d.cpp │ ├── e.c │ ├── f.c │ ├── g.c │ ├── h.cpp │ ├── i.cpp │ ├── j.cpp │ ├── k.cpp │ ├── l.cpp │ ├── m.cpp │ ├── n.py │ ├── o.py │ ├── p.cpp │ ├── q.cpp │ ├── r.cpp │ ├── s.cpp │ ├── t.cpp │ ├── u.cpp │ ├── v.cpp │ ├── w.cpp │ └── x.cpp ├── HPS_B │ ├── a.c │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.c │ ├── f.cpp │ ├── g.cpp │ └── h.cpp ├── HWTC_1 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ ├── f.cpp │ ├── g.cpp │ └── h.cpp ├── HWTC_2 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ ├── f.cpp │ └── g.cpp └── HWTC_3 │ ├── a.cpp │ ├── b.cpp │ ├── c.cpp │ ├── d.cpp │ ├── e.cpp │ ├── f.cpp │ ├── g.cpp │ ├── h.cpp │ ├── i.cpp │ ├── j.cpp │ ├── l.cpp │ ├── m.cpp │ ├── n.cpp │ ├── o.cpp │ └── p.cpp ├── ZeroJudge ├── a001.cpp ├── a002.cpp ├── a003.cpp ├── a004.cpp ├── a005.cpp ├── a006.cpp ├── a007-1.cpp ├── a007.cpp ├── a009.cpp ├── a010.cpp ├── a011.cpp ├── a012.cpp ├── a015.cpp ├── a016-4434997.c ├── a016.c ├── a017-4467979.py ├── a017.py ├── a020.cpp ├── a021.py ├── a022.cpp ├── a024.cpp ├── a034-4513853.py ├── a034.cpp ├── a034.py ├── a038.cpp ├── a040.cpp ├── a042.cpp ├── a044.cpp ├── a053.cpp ├── a054.cpp ├── a058.cpp ├── a059.cpp ├── a063.cpp ├── a065.cpp ├── a091.cpp ├── a095.cpp ├── a104.cpp ├── a111.cpp ├── a121.cpp ├── a129.cpp ├── a130.cpp ├── a131-4568658.cpp ├── a132.cpp ├── a134.cpp ├── a135.cpp ├── a147.cpp ├── a148.cpp ├── a149.cpp ├── a159.cpp ├── a165-4619955.c ├── a170-4619961.c ├── a215.cpp ├── a216.cpp ├── a218-4620002.cpp ├── a221.cpp ├── a224.cpp ├── a225.cpp ├── a233-4632982.cpp ├── a240.cpp ├── a241.cpp ├── a244-1.cpp ├── a244.cpp ├── a248.cpp ├── a263.py ├── a273-4563294.cpp ├── a275-4620650.cpp ├── a282-4620794.cpp ├── a289.cpp ├── a290-4578974.cpp ├── a307-4575219.cpp ├── a308-4571593.cpp ├── a345.cpp ├── a346.cpp ├── a357.cpp ├── a410.cpp ├── a414-4619923.cpp ├── a445-4628692.cpp ├── a453-4569316.cpp ├── a459-4618393.cpp ├── a466.cpp ├── a524-4625172.cpp ├── a528-4627718.py ├── a536-4620595.cpp ├── a538-4633488.py ├── a541-4620846.cpp ├── a577-4605511.py ├── a621.cpp ├── a622-4554235.cpp ├── a623-4569008.cpp ├── a624.cpp ├── a625-4554317.cpp ├── a626.cpp ├── a647.cpp ├── a664-4566717.py ├── a671-4591765.py ├── a687.cpp ├── a693.cpp ├── a699-4622215.cpp ├── a700-4622170.cpp ├── a738.cpp ├── a743-4622231.cpp ├── a779.cpp ├── a780-4554523.cpp ├── a781-4586213.cpp ├── a782-4586222.cpp ├── a799.cpp ├── a813.cpp ├── a861.cpp ├── a862.cpp ├── a863-4554494.cpp ├── a864.cpp ├── a865.cpp ├── a866.cpp ├── a870-4555301.cpp ├── a884.py ├── a915-4626600.cpp ├── a981-4632619.cpp ├── a982-4643252.cpp ├── b056.cpp ├── b059.cpp ├── b062.cpp ├── b108.cpp ├── b111.cpp ├── b112-4639653.cpp ├── b130-4609279.cpp ├── b138-4609446.cpp ├── b158-4609134.cpp ├── b186-4626290.cpp ├── b187-4626327.cpp ├── b221.cpp ├── b229.cpp ├── b231.cpp ├── b265-4623663.cpp ├── b266.cpp ├── b291.cpp ├── b294.cpp ├── b298.cpp ├── b330.cpp ├── b331-4570708.py ├── b374-4618747.cpp ├── b374-4618773.cpp ├── b374-4618778.cpp ├── b428-4579038.cpp ├── b430-4559284.py ├── b510.c ├── b513-4568931.cpp ├── b514-4568928.cpp ├── b515-4568938.cpp ├── b516-4568940.cpp ├── b523-4622319.cpp ├── b532-4598390.py ├── b533-4597998.cpp ├── b536-4575087.cpp ├── b558-4601148.cpp ├── b572-4614529.cpp ├── b603-4624932.cpp ├── b606-4623452.cpp ├── b676-4620553.c ├── b679-4557621.cpp ├── b701-4627901.cpp ├── b753-4575182.cpp ├── b757-4549524.cpp ├── b758-4568864.cpp ├── b759-4557529.cpp ├── b761-4572511.cpp ├── b762-4610377.cpp ├── b765-4641446.cpp ├── b836-4553916.cpp ├── b860-4628059.cpp ├── b882.cpp ├── b893-1.cpp ├── b893.cpp ├── b897-4572498.cpp ├── b898-4555442.py ├── b911-4555401.cpp ├── b923-4549497.cpp ├── b938-4574055.cpp ├── b938-4574086.cpp ├── b938-4574102.cpp ├── b960-4568409.py ├── b964.cpp ├── b965.cpp ├── b966-4638838.c ├── b966-4638850.c ├── b968.py ├── b993-4604484.cpp ├── c002-4620583.cpp ├── c004-4571768.cpp ├── c005-4571712.cpp ├── c006-4636937.cpp ├── c007-4571814.cpp ├── c010-4582273.cpp ├── c012-4589084.cpp ├── c013-4639640.cpp ├── c022.cpp ├── c039-4612101.cpp ├── c044-4589261.cpp ├── c045-4633579.cpp ├── c060-4622290.cpp ├── c079-4620603.cpp ├── c081-4568785.cpp ├── c106-4629307.cpp ├── c123.cpp ├── c129-4629977.cpp ├── c133.cpp ├── c143.cpp ├── c164-4591720.cpp ├── c184.cpp ├── c188-4631289.cpp ├── c203-4556513.cpp ├── c221-4592558.cpp ├── c222-4565686.cpp ├── c290.cpp ├── c291.cpp ├── c294.cpp ├── c295.cpp ├── c296-4569106.cpp ├── c299.cpp ├── c356-4620243.cpp ├── c379-4592541.cpp ├── c381.cpp ├── c382.py ├── c418-4553937.cpp ├── c419-4563988.cpp ├── c420-4564088.cpp ├── c421.cpp ├── c423.cpp ├── c430-4565643.cpp ├── c431-4634532.c ├── c435-4634574.cpp ├── c440-4634621.cpp ├── c459.cpp ├── c460.cpp ├── c461-4569057.cpp ├── c547-4565622.cpp ├── c561-4603401.cpp ├── c562-4603382.cpp ├── c575.cpp ├── c576-4619828.cpp ├── c630.cpp ├── c636-4564138.cpp ├── c659-4612288.cpp ├── c660.cpp ├── c676-4630229.c ├── c679-4630446.cpp ├── c705.cpp ├── c716.py ├── c717.py ├── c726.py ├── c760.py ├── c813.cpp ├── c929-4607115.py ├── c929-4607119.py ├── cpp.cpp ├── d002.cpp ├── d010.cpp ├── d016-4554189.cpp ├── d016.cpp ├── d018-4601133.cpp ├── d038-4568397.cpp ├── d039-4626945.cpp ├── d046.cpp ├── d049.py ├── d050.cpp ├── d051.cpp ├── d052.cpp ├── d053-4563101.cpp ├── d054.cpp ├── d055-4626585.cpp ├── d058.cpp ├── d060.cpp ├── d063.cpp ├── d064.cpp ├── d065.cpp ├── d066.py ├── d067.cpp ├── d068.cpp ├── d069.cpp ├── d070.cpp ├── d071.cpp ├── d072.cpp ├── d073.cpp ├── d074.cpp ├── d086-4595922.cpp ├── d096.cpp ├── d103-4570695.cpp ├── d111.cpp ├── d115-4639044.cpp ├── d117.cpp ├── d120.cpp ├── d121.cpp ├── d122-4569352.cpp ├── d124-4598863.cpp ├── d126-4569124.cpp ├── d127-4569136.cpp ├── d128.cpp ├── d137-4569403.py ├── d139-4628925.cpp ├── d140-4628864.cpp ├── d141-4629219.cpp ├── d143-4563204.cpp ├── d150-4589006.cpp ├── d153-4581685.cpp ├── d164.cpp ├── d167-4566706.cpp ├── d186-4642725.cpp ├── d189-4623729.cpp ├── d190-4589062.cpp ├── d202-4562521.py ├── d212-4562057.cpp ├── d214.c ├── d214.cpp ├── d218.c ├── d219-4626059.py ├── d219-4626069.py ├── d221-4568438.cpp ├── d226.cpp ├── d235-4559127.cpp ├── d236-4558557.cpp ├── d236-4558559.c ├── d237-1.cpp ├── d237.c ├── d237.cpp ├── d238.c ├── d239.c ├── d242.cpp ├── d244-4562000.cpp ├── d256-4563161.cpp ├── d260-4639265.cpp ├── d262.c ├── d267-4562920.cpp ├── d275-4620182.cpp ├── d277-4585494.cpp ├── d283-4624935.py ├── d283-4624943.py ├── d283-4624945.py ├── d294-4626345.cpp ├── d299-4625067.c ├── d318.cpp ├── d326-4625026.c ├── d330-4626678.cpp ├── d351-4566558.cpp ├── d353-4631692.cpp ├── d356-4625140.cpp ├── d369.cpp ├── d371.cpp ├── d392-4604460.cpp ├── d394-4633294.py ├── d394-4633297.py ├── d411-4619979.py ├── d424.cpp ├── d448-4571614.cpp ├── d452-4589052.cpp ├── d456-4571669.cpp ├── d460.cpp ├── d461.cpp ├── d462-4626860.py ├── d463-4569427.cpp ├── d465-4626861.py ├── d467-4626865.py ├── d468.py ├── d471-4598847.cpp ├── d473.py ├── d475-4627989.py ├── d478-4564368.cpp ├── d483-4604444.c ├── d485.cpp ├── d487-4556004.cpp ├── d489.cpp ├── d490.cpp ├── d491.cpp ├── d492-4558609.cpp ├── d493.cpp ├── d498.cpp ├── d499-4626683.py ├── d499-4626692.py ├── d506-4626688.py ├── d511.cpp ├── d517.cpp ├── d518.cpp ├── d532.cpp ├── d539.cpp ├── d545-4581913.cpp ├── d547-4582222.cpp ├── d550-4603889.cpp ├── d559.cpp ├── d561-4558675.py ├── d562-4603904.cpp ├── d566-4604044.cpp ├── d566-4604426.cpp ├── d574-4628942.cpp ├── d579.cpp ├── d580-4571671.cpp ├── d581-4571618.cpp ├── d583-4619934.cpp ├── d587-4564363.cpp ├── d615.cpp ├── d632-4571654.cpp ├── d634-4633019.cpp ├── d635-4563221.cpp ├── d636-4565546.py ├── d637.cpp ├── d639.cpp ├── d645.cpp ├── d649-4562076.cpp ├── d652.cpp ├── d658-4633249.cpp ├── d659-4562951.cpp ├── d681-4624995.cpp ├── d691-4628712.cpp ├── d693-4601114.cpp ├── d705-4558488.cpp ├── d709-4558478.cpp ├── d713-4586165.cpp ├── d732-4591804.cpp ├── d750-4570855.cpp ├── d773-4622315.cpp ├── d774-4623407.cpp ├── d788.cpp ├── d799.cpp ├── d814.cpp ├── d827.cpp ├── d835-4623301.cpp ├── d873.py ├── d881-4553759.cpp ├── d914.cpp ├── d980-4565092.cpp ├── d984.cpp ├── e024-1.py ├── e024-2.py ├── e024-3.py ├── e024-4.py ├── e024-5.py ├── e024-6.py ├── e024-7.py ├── e024.py ├── e035.py ├── e051.py ├── e163.cpp ├── e273.cpp ├── e283.cpp ├── e284.cpp ├── e288.cpp ├── e295.cpp ├── e339.cpp ├── e340.cpp ├── e343.cpp ├── e447.cpp ├── e621.cpp ├── e622.cpp ├── e623.cpp ├── e732.cpp ├── e786.cpp ├── e787.cpp ├── e788.cpp ├── e790.cpp ├── e791.cpp ├── e792.cpp ├── e794.cpp ├── e795.cpp ├── e796.cpp ├── e797.cpp ├── e798.cpp ├── e799.cpp ├── e800.cpp ├── e801.cpp ├── e806.cpp ├── e807.cpp ├── e808.cpp ├── e809.cpp ├── e810.cpp ├── e811.cpp ├── e834.cpp ├── e835.cpp ├── e836.cpp ├── e837.cpp ├── e838.cpp ├── e839.cpp ├── e840.cpp ├── e943.cpp ├── e968.cpp ├── f314.cpp ├── f315.cpp ├── f337.cpp ├── f338.cpp ├── f339.cpp ├── f640.cpp ├── g275.cpp ├── g276.cpp └── g277.cpp ├── ap325 ├── d001.cpp ├── d002.cpp ├── d003.cpp ├── d004.cpp ├── d005.cpp ├── d006.cpp ├── d007.cpp ├── d008.cpp ├── d009.cpp ├── d010.cpp ├── d011.cpp ├── d012.cpp ├── d013.cpp ├── d014.cpp ├── d015.cpp ├── d016.cpp ├── d017.cpp ├── d018.cpp ├── d019.cpp ├── d020.cpp ├── d021.cpp ├── d022.cpp ├── d023.cpp ├── d024.cpp ├── d025.cpp ├── d025_tree.cpp ├── d026.cpp ├── d027.cpp ├── d028.cpp ├── d029.cpp ├── d030.cpp ├── d031.cpp ├── d032.cpp ├── d033.cpp ├── d034.cpp ├── d035.cpp ├── d036.cpp ├── d036_dc.cpp ├── d037.cpp ├── d038.cpp ├── d038_dc.cpp ├── d042.cpp ├── d043.cpp ├── d044.cpp ├── d045.cpp ├── d046.cpp ├── d047.cpp ├── d048.cpp ├── d049.cpp ├── d050.cpp ├── d051.c ├── d052.c ├── d052.cpp ├── d053.cpp ├── d054.cpp ├── d055.cpp ├── d056.cpp ├── d056_dc.cpp ├── d057.cpp ├── d058.cpp ├── d060.cpp ├── d061.cpp ├── d064.cpp ├── d065.cpp ├── d066.c ├── d067.c ├── d068.c ├── d069.cpp ├── d070.cpp ├── d071.cpp ├── d072.c ├── d073.cpp ├── d074.cpp ├── d075.cpp ├── d076.c ├── d077.cpp ├── d078.cpp ├── d079.cpp ├── d080.cpp ├── d081.cpp ├── d082.cpp ├── d083.cpp ├── d084.c ├── d085.cpp ├── d087.cpp ├── d088.cpp ├── d089.cpp ├── d090.cpp ├── d091.cpp ├── d092.cpp ├── d093.cpp ├── d094.cpp ├── d095.cpp ├── d096.cpp ├── d097.cpp ├── d098.cpp ├── d099.cpp ├── d100.cpp ├── d101.cpp ├── d102.cpp ├── d103.cpp ├── d104.cpp ├── d105.cpp ├── d106.cpp ├── d107.cpp ├── d108.cpp ├── d109.cpp ├── d110.cpp ├── d111.cpp ├── d112.cpp ├── d113.cpp ├── d114.cpp ├── d115.cpp ├── d116.cpp └── d118.cpp ├── cpp.cpp └── new.sh /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/.gitmodules -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /AtCoder/Beginner_251/a.py: -------------------------------------------------------------------------------- 1 | s = input() 2 | print(s * (6 // len(s))) 3 | -------------------------------------------------------------------------------- /AtCoder/Beginner_323/a.py: -------------------------------------------------------------------------------- 1 | print("Yes" if input()[1::2] == '0' * 8 else "No") 2 | -------------------------------------------------------------------------------- /AtCoder/Beginner_329/a.py: -------------------------------------------------------------------------------- 1 | print(' '.join(input())) -------------------------------------------------------------------------------- /AtCoder/Beginner_341/a.py: -------------------------------------------------------------------------------- 1 | print('1' + "01" * int(input())) 2 | -------------------------------------------------------------------------------- /GreenJudge/cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/GreenJudge/cpp.cpp -------------------------------------------------------------------------------- /IPHTC/10/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/10/a.c -------------------------------------------------------------------------------- /IPHTC/10/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/10/b.c -------------------------------------------------------------------------------- /IPHTC/10/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/10/c.c -------------------------------------------------------------------------------- /IPHTC/10/c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/10/c.h -------------------------------------------------------------------------------- /IPHTC/11/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/11/a.c -------------------------------------------------------------------------------- /IPHTC/11/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/11/b.c -------------------------------------------------------------------------------- /IPHTC/11/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/11/c.c -------------------------------------------------------------------------------- /IPHTC/11/d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/11/d.c -------------------------------------------------------------------------------- /IPHTC/13/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/13/a.c -------------------------------------------------------------------------------- /IPHTC/13/a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/13/a.h -------------------------------------------------------------------------------- /IPHTC/13/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/13/b.cpp -------------------------------------------------------------------------------- /IPHTC/13/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/13/c.cpp -------------------------------------------------------------------------------- /IPHTC/14/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/14/a.cpp -------------------------------------------------------------------------------- /IPHTC/14/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/14/b.cpp -------------------------------------------------------------------------------- /IPHTC/14/b.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/14/b.hpp -------------------------------------------------------------------------------- /IPHTC/14/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/14/c.c -------------------------------------------------------------------------------- /IPHTC/15/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/15/a.cpp -------------------------------------------------------------------------------- /IPHTC/15/a.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/15/a.hpp -------------------------------------------------------------------------------- /IPHTC/15/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/15/b.cpp -------------------------------------------------------------------------------- /IPHTC/15/b.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/15/b.hpp -------------------------------------------------------------------------------- /IPHTC/15/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/15/c.cpp -------------------------------------------------------------------------------- /IPHTC/18/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/18/a.cpp -------------------------------------------------------------------------------- /IPHTC/18/b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/18/b.cpp -------------------------------------------------------------------------------- /IPHTC/18/c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/18/c.cpp -------------------------------------------------------------------------------- /IPHTC/18/d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/18/d.cpp -------------------------------------------------------------------------------- /IPHTC/19/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/19/a.cpp -------------------------------------------------------------------------------- /IPHTC/21/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/21/a.cpp -------------------------------------------------------------------------------- /IPHTC/21/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/21/b.c -------------------------------------------------------------------------------- /IPHTC/21/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/21/c.c -------------------------------------------------------------------------------- /IPHTC/21/d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/21/d.c -------------------------------------------------------------------------------- /IPHTC/22/a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/22/a.cpp -------------------------------------------------------------------------------- /IPHTC/23/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/23/a.c -------------------------------------------------------------------------------- /IPHTC/23/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/23/b.c -------------------------------------------------------------------------------- /IPHTC/23/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/23/c.c -------------------------------------------------------------------------------- /IPHTC/24/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/24/a.c -------------------------------------------------------------------------------- /IPHTC/24/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/24/b.c -------------------------------------------------------------------------------- /IPHTC/24/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/24/c.c -------------------------------------------------------------------------------- /IPHTC/3/1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/3/1.c -------------------------------------------------------------------------------- /IPHTC/3/2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/3/2.c -------------------------------------------------------------------------------- /IPHTC/3/3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/3/3.c -------------------------------------------------------------------------------- /IPHTC/3/3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/3/3.h -------------------------------------------------------------------------------- /IPHTC/4/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/4/a.c -------------------------------------------------------------------------------- /IPHTC/4/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/4/b.c -------------------------------------------------------------------------------- /IPHTC/4/b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/4/b.h -------------------------------------------------------------------------------- /IPHTC/4/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/4/c.c -------------------------------------------------------------------------------- /IPHTC/4/c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/4/c.h -------------------------------------------------------------------------------- /IPHTC/5/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/5/a.c -------------------------------------------------------------------------------- /IPHTC/5/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/5/b.c -------------------------------------------------------------------------------- /IPHTC/5/b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/5/b.h -------------------------------------------------------------------------------- /IPHTC/7/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/7/a.c -------------------------------------------------------------------------------- /IPHTC/7/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/7/b.c -------------------------------------------------------------------------------- /IPHTC/7/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/7/c.c -------------------------------------------------------------------------------- /IPHTC/8/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/8/a.c -------------------------------------------------------------------------------- /IPHTC/8/a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/8/a.h -------------------------------------------------------------------------------- /IPHTC/8/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/8/b.c -------------------------------------------------------------------------------- /IPHTC/9/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/IPHTC/9/b.c -------------------------------------------------------------------------------- /LeetCode/0001.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0001.cpp -------------------------------------------------------------------------------- /LeetCode/0001.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0001.hpp -------------------------------------------------------------------------------- /LeetCode/0002.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0002.cpp -------------------------------------------------------------------------------- /LeetCode/0002.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0002.hpp -------------------------------------------------------------------------------- /LeetCode/0003.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0003.cpp -------------------------------------------------------------------------------- /LeetCode/0003.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0003.hpp -------------------------------------------------------------------------------- /LeetCode/0004.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0004.cpp -------------------------------------------------------------------------------- /LeetCode/0004.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0004.hpp -------------------------------------------------------------------------------- /LeetCode/0005.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0005.cpp -------------------------------------------------------------------------------- /LeetCode/0005.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0005.hpp -------------------------------------------------------------------------------- /LeetCode/0006.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0006.c -------------------------------------------------------------------------------- /LeetCode/0006.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0006.h -------------------------------------------------------------------------------- /LeetCode/0011.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0011.cpp -------------------------------------------------------------------------------- /LeetCode/0011.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0011.hpp -------------------------------------------------------------------------------- /LeetCode/0013.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0013.c -------------------------------------------------------------------------------- /LeetCode/0013.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0013.h -------------------------------------------------------------------------------- /LeetCode/0014.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0014.cpp -------------------------------------------------------------------------------- /LeetCode/0014.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0014.hpp -------------------------------------------------------------------------------- /LeetCode/0019.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0019.c -------------------------------------------------------------------------------- /LeetCode/0019.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0019.h -------------------------------------------------------------------------------- /LeetCode/0020.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0020.cpp -------------------------------------------------------------------------------- /LeetCode/0020.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0020.hpp -------------------------------------------------------------------------------- /LeetCode/0021.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0021.c -------------------------------------------------------------------------------- /LeetCode/0021.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0021.cpp -------------------------------------------------------------------------------- /LeetCode/0021.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0021.h -------------------------------------------------------------------------------- /LeetCode/0021.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0021.hpp -------------------------------------------------------------------------------- /LeetCode/0023.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0023.cpp -------------------------------------------------------------------------------- /LeetCode/0023.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0023.hpp -------------------------------------------------------------------------------- /LeetCode/0024.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0024.cpp -------------------------------------------------------------------------------- /LeetCode/0024.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0024.hpp -------------------------------------------------------------------------------- /LeetCode/0028.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0028.c -------------------------------------------------------------------------------- /LeetCode/0028.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0028.h -------------------------------------------------------------------------------- /LeetCode/0029.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0029.c -------------------------------------------------------------------------------- /LeetCode/0029.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0029.h -------------------------------------------------------------------------------- /LeetCode/0030.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0030.cpp -------------------------------------------------------------------------------- /LeetCode/0030.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0030.hpp -------------------------------------------------------------------------------- /LeetCode/0031.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0031.cpp -------------------------------------------------------------------------------- /LeetCode/0031.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0031.hpp -------------------------------------------------------------------------------- /LeetCode/0032.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0032.cpp -------------------------------------------------------------------------------- /LeetCode/0032.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0032.hpp -------------------------------------------------------------------------------- /LeetCode/0033.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0033.c -------------------------------------------------------------------------------- /LeetCode/0033.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0033.h -------------------------------------------------------------------------------- /LeetCode/0034.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0034.cpp -------------------------------------------------------------------------------- /LeetCode/0034.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0034.hpp -------------------------------------------------------------------------------- /LeetCode/0035.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0035.cpp -------------------------------------------------------------------------------- /LeetCode/0035.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0035.hpp -------------------------------------------------------------------------------- /LeetCode/0038.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0038.py -------------------------------------------------------------------------------- /LeetCode/0039.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0039.cpp -------------------------------------------------------------------------------- /LeetCode/0039.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0039.hpp -------------------------------------------------------------------------------- /LeetCode/0042.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0042.cpp -------------------------------------------------------------------------------- /LeetCode/0042.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0042.hpp -------------------------------------------------------------------------------- /LeetCode/0045.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0045.cpp -------------------------------------------------------------------------------- /LeetCode/0045.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0045.hpp -------------------------------------------------------------------------------- /LeetCode/0046.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0046.py -------------------------------------------------------------------------------- /LeetCode/0047.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0047.cpp -------------------------------------------------------------------------------- /LeetCode/0047.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0047.hpp -------------------------------------------------------------------------------- /LeetCode/0048.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0048.cpp -------------------------------------------------------------------------------- /LeetCode/0048.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0048.hpp -------------------------------------------------------------------------------- /LeetCode/0049.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0049.cpp -------------------------------------------------------------------------------- /LeetCode/0049.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0049.hpp -------------------------------------------------------------------------------- /LeetCode/0050.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0050.c -------------------------------------------------------------------------------- /LeetCode/0050.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0050.h -------------------------------------------------------------------------------- /LeetCode/0051.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0051.cpp -------------------------------------------------------------------------------- /LeetCode/0051.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0051.hpp -------------------------------------------------------------------------------- /LeetCode/0052.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0052.cpp -------------------------------------------------------------------------------- /LeetCode/0052.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0052.hpp -------------------------------------------------------------------------------- /LeetCode/0054.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0054.c -------------------------------------------------------------------------------- /LeetCode/0054.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0054.h -------------------------------------------------------------------------------- /LeetCode/0059.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0059.cpp -------------------------------------------------------------------------------- /LeetCode/0059.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0059.hpp -------------------------------------------------------------------------------- /LeetCode/0061.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0061.cpp -------------------------------------------------------------------------------- /LeetCode/0061.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0061.hpp -------------------------------------------------------------------------------- /LeetCode/0062.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0062.c -------------------------------------------------------------------------------- /LeetCode/0062.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0062.h -------------------------------------------------------------------------------- /LeetCode/0063.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0063.cpp -------------------------------------------------------------------------------- /LeetCode/0063.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0063.hpp -------------------------------------------------------------------------------- /LeetCode/0064.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0064.c -------------------------------------------------------------------------------- /LeetCode/0064.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0064.h -------------------------------------------------------------------------------- /LeetCode/0067.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0067.cpp -------------------------------------------------------------------------------- /LeetCode/0067.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0067.hpp -------------------------------------------------------------------------------- /LeetCode/0068.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0068.cpp -------------------------------------------------------------------------------- /LeetCode/0068.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0068.hpp -------------------------------------------------------------------------------- /LeetCode/0070.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0070.c -------------------------------------------------------------------------------- /LeetCode/0070.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0070.h -------------------------------------------------------------------------------- /LeetCode/0071.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0071.py -------------------------------------------------------------------------------- /LeetCode/0072.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0072.c -------------------------------------------------------------------------------- /LeetCode/0072.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0072.h -------------------------------------------------------------------------------- /LeetCode/0074.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0074.cpp -------------------------------------------------------------------------------- /LeetCode/0074.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0074.hpp -------------------------------------------------------------------------------- /LeetCode/0076.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0076.cpp -------------------------------------------------------------------------------- /LeetCode/0076.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0076.hpp -------------------------------------------------------------------------------- /LeetCode/0077.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0077.py -------------------------------------------------------------------------------- /LeetCode/0078.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0078.cpp -------------------------------------------------------------------------------- /LeetCode/0078.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0078.hpp -------------------------------------------------------------------------------- /LeetCode/0080.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0080.cpp -------------------------------------------------------------------------------- /LeetCode/0080.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0080.hpp -------------------------------------------------------------------------------- /LeetCode/0081.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0081.cpp -------------------------------------------------------------------------------- /LeetCode/0081.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0081.hpp -------------------------------------------------------------------------------- /LeetCode/0082.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0082.cpp -------------------------------------------------------------------------------- /LeetCode/0082.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0082.hpp -------------------------------------------------------------------------------- /LeetCode/0084.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0084.cpp -------------------------------------------------------------------------------- /LeetCode/0084.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0084.hpp -------------------------------------------------------------------------------- /LeetCode/0086.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0086.c -------------------------------------------------------------------------------- /LeetCode/0086.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0086.cpp -------------------------------------------------------------------------------- /LeetCode/0086.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0086.h -------------------------------------------------------------------------------- /LeetCode/0086.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0086.hpp -------------------------------------------------------------------------------- /LeetCode/0087.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0087.cpp -------------------------------------------------------------------------------- /LeetCode/0087.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0087.hpp -------------------------------------------------------------------------------- /LeetCode/0088.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0088.cpp -------------------------------------------------------------------------------- /LeetCode/0088.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0088.hpp -------------------------------------------------------------------------------- /LeetCode/0090.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0090.cpp -------------------------------------------------------------------------------- /LeetCode/0090.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0090.hpp -------------------------------------------------------------------------------- /LeetCode/0092.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0092.cpp -------------------------------------------------------------------------------- /LeetCode/0092.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0092.hpp -------------------------------------------------------------------------------- /LeetCode/0094.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0094.cpp -------------------------------------------------------------------------------- /LeetCode/0094.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0094.hpp -------------------------------------------------------------------------------- /LeetCode/0095.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0095.cpp -------------------------------------------------------------------------------- /LeetCode/0095.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0095.hpp -------------------------------------------------------------------------------- /LeetCode/0097.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0097.cpp -------------------------------------------------------------------------------- /LeetCode/0097.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0097.hpp -------------------------------------------------------------------------------- /LeetCode/0098.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0098.cpp -------------------------------------------------------------------------------- /LeetCode/0098.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0098.hpp -------------------------------------------------------------------------------- /LeetCode/0099.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0099.cpp -------------------------------------------------------------------------------- /LeetCode/0099.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0099.hpp -------------------------------------------------------------------------------- /LeetCode/0100.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0100.c -------------------------------------------------------------------------------- /LeetCode/0100.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0100.h -------------------------------------------------------------------------------- /LeetCode/0101.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0101.c -------------------------------------------------------------------------------- /LeetCode/0101.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0101.h -------------------------------------------------------------------------------- /LeetCode/0102.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0102.cpp -------------------------------------------------------------------------------- /LeetCode/0102.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0102.hpp -------------------------------------------------------------------------------- /LeetCode/0103.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0103.cpp -------------------------------------------------------------------------------- /LeetCode/0103.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0103.hpp -------------------------------------------------------------------------------- /LeetCode/0104.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0104.cpp -------------------------------------------------------------------------------- /LeetCode/0104.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0104.hpp -------------------------------------------------------------------------------- /LeetCode/0105.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0105.cpp -------------------------------------------------------------------------------- /LeetCode/0105.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0105.hpp -------------------------------------------------------------------------------- /LeetCode/0106.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0106.cpp -------------------------------------------------------------------------------- /LeetCode/0106.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0106.hpp -------------------------------------------------------------------------------- /LeetCode/0108.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0108.cpp -------------------------------------------------------------------------------- /LeetCode/0108.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0108.hpp -------------------------------------------------------------------------------- /LeetCode/0109.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0109.c -------------------------------------------------------------------------------- /LeetCode/0109.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0109.h -------------------------------------------------------------------------------- /LeetCode/0111.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0111.c -------------------------------------------------------------------------------- /LeetCode/0111.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0111.h -------------------------------------------------------------------------------- /LeetCode/0113.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0113.cpp -------------------------------------------------------------------------------- /LeetCode/0113.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0113.hpp -------------------------------------------------------------------------------- /LeetCode/0114.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0114.cpp -------------------------------------------------------------------------------- /LeetCode/0114.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0114.hpp -------------------------------------------------------------------------------- /LeetCode/0117.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0117.cpp -------------------------------------------------------------------------------- /LeetCode/0117.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0117.hpp -------------------------------------------------------------------------------- /LeetCode/0118.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0118.cpp -------------------------------------------------------------------------------- /LeetCode/0118.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0118.hpp -------------------------------------------------------------------------------- /LeetCode/0120.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0120.cpp -------------------------------------------------------------------------------- /LeetCode/0120.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0120.hpp -------------------------------------------------------------------------------- /LeetCode/0121.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0121.cpp -------------------------------------------------------------------------------- /LeetCode/0121.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0121.hpp -------------------------------------------------------------------------------- /LeetCode/0126.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0126.cpp -------------------------------------------------------------------------------- /LeetCode/0126.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0126.hpp -------------------------------------------------------------------------------- /LeetCode/0127.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0127.cpp -------------------------------------------------------------------------------- /LeetCode/0127.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0127.hpp -------------------------------------------------------------------------------- /LeetCode/0128.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0128.cpp -------------------------------------------------------------------------------- /LeetCode/0128.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0128.hpp -------------------------------------------------------------------------------- /LeetCode/0129.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0129.c -------------------------------------------------------------------------------- /LeetCode/0129.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0129.h -------------------------------------------------------------------------------- /LeetCode/0131.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0131.cpp -------------------------------------------------------------------------------- /LeetCode/0131.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0131.hpp -------------------------------------------------------------------------------- /LeetCode/0133.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0133.cpp -------------------------------------------------------------------------------- /LeetCode/0133.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0133.hpp -------------------------------------------------------------------------------- /LeetCode/0134.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0134.cpp -------------------------------------------------------------------------------- /LeetCode/0134.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0134.hpp -------------------------------------------------------------------------------- /LeetCode/0135.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0135.cpp -------------------------------------------------------------------------------- /LeetCode/0135.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0135.hpp -------------------------------------------------------------------------------- /LeetCode/0136.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0136.cpp -------------------------------------------------------------------------------- /LeetCode/0136.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0136.hpp -------------------------------------------------------------------------------- /LeetCode/0137.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0137.c -------------------------------------------------------------------------------- /LeetCode/0137.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0137.h -------------------------------------------------------------------------------- /LeetCode/0138.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0138.cpp -------------------------------------------------------------------------------- /LeetCode/0138.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0138.hpp -------------------------------------------------------------------------------- /LeetCode/0139.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0139.cpp -------------------------------------------------------------------------------- /LeetCode/0139.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0139.hpp -------------------------------------------------------------------------------- /LeetCode/0141.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0141.cpp -------------------------------------------------------------------------------- /LeetCode/0141.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0141.hpp -------------------------------------------------------------------------------- /LeetCode/0142.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0142.cpp -------------------------------------------------------------------------------- /LeetCode/0142.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0142.hpp -------------------------------------------------------------------------------- /LeetCode/0146.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0146.cpp -------------------------------------------------------------------------------- /LeetCode/0146.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0146.hpp -------------------------------------------------------------------------------- /LeetCode/0148.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0148.cpp -------------------------------------------------------------------------------- /LeetCode/0148.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0148.hpp -------------------------------------------------------------------------------- /LeetCode/0150.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0150.cpp -------------------------------------------------------------------------------- /LeetCode/0150.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0150.hpp -------------------------------------------------------------------------------- /LeetCode/0160.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0160.cpp -------------------------------------------------------------------------------- /LeetCode/0160.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0160.hpp -------------------------------------------------------------------------------- /LeetCode/0165.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0165.py -------------------------------------------------------------------------------- /LeetCode/0167.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0167.cpp -------------------------------------------------------------------------------- /LeetCode/0167.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0167.hpp -------------------------------------------------------------------------------- /LeetCode/0168.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0168.cpp -------------------------------------------------------------------------------- /LeetCode/0168.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0168.hpp -------------------------------------------------------------------------------- /LeetCode/0169.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0169.cpp -------------------------------------------------------------------------------- /LeetCode/0169.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0169.hpp -------------------------------------------------------------------------------- /LeetCode/0171.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0171.cpp -------------------------------------------------------------------------------- /LeetCode/0171.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0171.hpp -------------------------------------------------------------------------------- /LeetCode/0173.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0173.cpp -------------------------------------------------------------------------------- /LeetCode/0173.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0173.hpp -------------------------------------------------------------------------------- /LeetCode/0188.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0188.cpp -------------------------------------------------------------------------------- /LeetCode/0188.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0188.hpp -------------------------------------------------------------------------------- /LeetCode/0189.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0189.cpp -------------------------------------------------------------------------------- /LeetCode/0189.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0189.hpp -------------------------------------------------------------------------------- /LeetCode/0191.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0191.c -------------------------------------------------------------------------------- /LeetCode/0191.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0191.h -------------------------------------------------------------------------------- /LeetCode/0198.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0198.c -------------------------------------------------------------------------------- /LeetCode/0198.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0198.h -------------------------------------------------------------------------------- /LeetCode/0199.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0199.py -------------------------------------------------------------------------------- /LeetCode/0200.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0200.cpp -------------------------------------------------------------------------------- /LeetCode/0200.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0200.hpp -------------------------------------------------------------------------------- /LeetCode/0201.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0201.c -------------------------------------------------------------------------------- /LeetCode/0201.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0201.h -------------------------------------------------------------------------------- /LeetCode/0207.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0207.cpp -------------------------------------------------------------------------------- /LeetCode/0207.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0207.hpp -------------------------------------------------------------------------------- /LeetCode/0208.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0208.cpp -------------------------------------------------------------------------------- /LeetCode/0208.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0208.hpp -------------------------------------------------------------------------------- /LeetCode/0209.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0209.c -------------------------------------------------------------------------------- /LeetCode/0209.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0209.h -------------------------------------------------------------------------------- /LeetCode/0211.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0211.cpp -------------------------------------------------------------------------------- /LeetCode/0211.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0211.hpp -------------------------------------------------------------------------------- /LeetCode/0215.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0215.cpp -------------------------------------------------------------------------------- /LeetCode/0216.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0216.cpp -------------------------------------------------------------------------------- /LeetCode/0216.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0216.hpp -------------------------------------------------------------------------------- /LeetCode/0225.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0225.hpp -------------------------------------------------------------------------------- /LeetCode/0226.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0226.c -------------------------------------------------------------------------------- /LeetCode/0226.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0226.h -------------------------------------------------------------------------------- /LeetCode/0228.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0228.cpp -------------------------------------------------------------------------------- /LeetCode/0228.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0228.hpp -------------------------------------------------------------------------------- /LeetCode/0230.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0230.cpp -------------------------------------------------------------------------------- /LeetCode/0230.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0230.hpp -------------------------------------------------------------------------------- /LeetCode/0231.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0231.c -------------------------------------------------------------------------------- /LeetCode/0231.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0231.h -------------------------------------------------------------------------------- /LeetCode/0232.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0232.cpp -------------------------------------------------------------------------------- /LeetCode/0232.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0232.hpp -------------------------------------------------------------------------------- /LeetCode/0234.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0234.cpp -------------------------------------------------------------------------------- /LeetCode/0234.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0234.hpp -------------------------------------------------------------------------------- /LeetCode/0235.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0235.cpp -------------------------------------------------------------------------------- /LeetCode/0235.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0235.hpp -------------------------------------------------------------------------------- /LeetCode/0236.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0236.cpp -------------------------------------------------------------------------------- /LeetCode/0236.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0236.hpp -------------------------------------------------------------------------------- /LeetCode/0239.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0239.cpp -------------------------------------------------------------------------------- /LeetCode/0239.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0239.hpp -------------------------------------------------------------------------------- /LeetCode/0240.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0240.cpp -------------------------------------------------------------------------------- /LeetCode/0240.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0240.hpp -------------------------------------------------------------------------------- /LeetCode/0242.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0242.cpp -------------------------------------------------------------------------------- /LeetCode/0242.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0242.hpp -------------------------------------------------------------------------------- /LeetCode/0258.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0258.cpp -------------------------------------------------------------------------------- /LeetCode/0258.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0258.hpp -------------------------------------------------------------------------------- /LeetCode/0268.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0268.cpp -------------------------------------------------------------------------------- /LeetCode/0268.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0268.hpp -------------------------------------------------------------------------------- /LeetCode/0279.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0279.c -------------------------------------------------------------------------------- /LeetCode/0279.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0279.h -------------------------------------------------------------------------------- /LeetCode/0284.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0284.cpp -------------------------------------------------------------------------------- /LeetCode/0284.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0284.hpp -------------------------------------------------------------------------------- /LeetCode/0287.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0287.cpp -------------------------------------------------------------------------------- /LeetCode/0287.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0287.hpp -------------------------------------------------------------------------------- /LeetCode/0289.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0289.cpp -------------------------------------------------------------------------------- /LeetCode/0289.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0289.hpp -------------------------------------------------------------------------------- /LeetCode/0300.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0300.cpp -------------------------------------------------------------------------------- /LeetCode/0300.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0300.hpp -------------------------------------------------------------------------------- /LeetCode/0304.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0304.hpp -------------------------------------------------------------------------------- /LeetCode/0307.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0307.hpp -------------------------------------------------------------------------------- /LeetCode/0315.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0315.cpp -------------------------------------------------------------------------------- /LeetCode/0315.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0315.hpp -------------------------------------------------------------------------------- /LeetCode/0316.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0316.cpp -------------------------------------------------------------------------------- /LeetCode/0316.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0316.hpp -------------------------------------------------------------------------------- /LeetCode/0318.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0318.cpp -------------------------------------------------------------------------------- /LeetCode/0318.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0318.hpp -------------------------------------------------------------------------------- /LeetCode/0319.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0319.c -------------------------------------------------------------------------------- /LeetCode/0319.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0319.h -------------------------------------------------------------------------------- /LeetCode/0322.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0322.cpp -------------------------------------------------------------------------------- /LeetCode/0322.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0322.hpp -------------------------------------------------------------------------------- /LeetCode/0326.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0326.c -------------------------------------------------------------------------------- /LeetCode/0326.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0326.h -------------------------------------------------------------------------------- /LeetCode/0329.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0329.cpp -------------------------------------------------------------------------------- /LeetCode/0329.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0329.hpp -------------------------------------------------------------------------------- /LeetCode/0336.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0336.cpp -------------------------------------------------------------------------------- /LeetCode/0336.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0336.hpp -------------------------------------------------------------------------------- /LeetCode/0338.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0338.cpp -------------------------------------------------------------------------------- /LeetCode/0338.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0338.hpp -------------------------------------------------------------------------------- /LeetCode/0341.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0341.cpp -------------------------------------------------------------------------------- /LeetCode/0341.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0341.hpp -------------------------------------------------------------------------------- /LeetCode/0342.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0342.c -------------------------------------------------------------------------------- /LeetCode/0342.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0342.h -------------------------------------------------------------------------------- /LeetCode/0344.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0344.cpp -------------------------------------------------------------------------------- /LeetCode/0344.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0344.hpp -------------------------------------------------------------------------------- /LeetCode/0347.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0347.cpp -------------------------------------------------------------------------------- /LeetCode/0347.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0347.hpp -------------------------------------------------------------------------------- /LeetCode/0349.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0349.cpp -------------------------------------------------------------------------------- /LeetCode/0349.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0349.hpp -------------------------------------------------------------------------------- /LeetCode/0352.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0352.cpp -------------------------------------------------------------------------------- /LeetCode/0352.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0352.hpp -------------------------------------------------------------------------------- /LeetCode/0354.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0354.cpp -------------------------------------------------------------------------------- /LeetCode/0354.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0354.hpp -------------------------------------------------------------------------------- /LeetCode/0363.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0363.cpp -------------------------------------------------------------------------------- /LeetCode/0363.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0363.hpp -------------------------------------------------------------------------------- /LeetCode/0368.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0368.cpp -------------------------------------------------------------------------------- /LeetCode/0368.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0368.hpp -------------------------------------------------------------------------------- /LeetCode/0376.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0376.cpp -------------------------------------------------------------------------------- /LeetCode/0376.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0376.hpp -------------------------------------------------------------------------------- /LeetCode/0377.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0377.cpp -------------------------------------------------------------------------------- /LeetCode/0377.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0377.hpp -------------------------------------------------------------------------------- /LeetCode/0378.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0378.cpp -------------------------------------------------------------------------------- /LeetCode/0378.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0378.hpp -------------------------------------------------------------------------------- /LeetCode/0380.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0380.cpp -------------------------------------------------------------------------------- /LeetCode/0380.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0380.hpp -------------------------------------------------------------------------------- /LeetCode/0382.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0382.cpp -------------------------------------------------------------------------------- /LeetCode/0382.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0382.hpp -------------------------------------------------------------------------------- /LeetCode/0383.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0383.c -------------------------------------------------------------------------------- /LeetCode/0383.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0383.h -------------------------------------------------------------------------------- /LeetCode/0387.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0387.c -------------------------------------------------------------------------------- /LeetCode/0387.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0387.h -------------------------------------------------------------------------------- /LeetCode/0389.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0389.cpp -------------------------------------------------------------------------------- /LeetCode/0389.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0389.hpp -------------------------------------------------------------------------------- /LeetCode/0392.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0392.cpp -------------------------------------------------------------------------------- /LeetCode/0392.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0392.hpp -------------------------------------------------------------------------------- /LeetCode/0393.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0393.cpp -------------------------------------------------------------------------------- /LeetCode/0393.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0393.hpp -------------------------------------------------------------------------------- /LeetCode/0399.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0399.cpp -------------------------------------------------------------------------------- /LeetCode/0399.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0399.hpp -------------------------------------------------------------------------------- /LeetCode/0402.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0402.cpp -------------------------------------------------------------------------------- /LeetCode/0402.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0402.hpp -------------------------------------------------------------------------------- /LeetCode/0403.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0403.cpp -------------------------------------------------------------------------------- /LeetCode/0403.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0403.hpp -------------------------------------------------------------------------------- /LeetCode/0406.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0406.cpp -------------------------------------------------------------------------------- /LeetCode/0406.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0406.hpp -------------------------------------------------------------------------------- /LeetCode/0407.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0407.cpp -------------------------------------------------------------------------------- /LeetCode/0407.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0407.hpp -------------------------------------------------------------------------------- /LeetCode/0410.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0410.cpp -------------------------------------------------------------------------------- /LeetCode/0410.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0410.hpp -------------------------------------------------------------------------------- /LeetCode/0413.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0413.cpp -------------------------------------------------------------------------------- /LeetCode/0413.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0413.hpp -------------------------------------------------------------------------------- /LeetCode/0417.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0417.cpp -------------------------------------------------------------------------------- /LeetCode/0417.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0417.hpp -------------------------------------------------------------------------------- /LeetCode/0421.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0421.cpp -------------------------------------------------------------------------------- /LeetCode/0421.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0421.hpp -------------------------------------------------------------------------------- /LeetCode/0427.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0427.cpp -------------------------------------------------------------------------------- /LeetCode/0427.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0427.hpp -------------------------------------------------------------------------------- /LeetCode/0429.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0429.cpp -------------------------------------------------------------------------------- /LeetCode/0429.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0429.hpp -------------------------------------------------------------------------------- /LeetCode/0435.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0435.c -------------------------------------------------------------------------------- /LeetCode/0435.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0435.h -------------------------------------------------------------------------------- /LeetCode/0438.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0438.cpp -------------------------------------------------------------------------------- /LeetCode/0438.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0438.hpp -------------------------------------------------------------------------------- /LeetCode/0443.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0443.c -------------------------------------------------------------------------------- /LeetCode/0443.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0443.h -------------------------------------------------------------------------------- /LeetCode/0445.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0445.py -------------------------------------------------------------------------------- /LeetCode/0446.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0446.cpp -------------------------------------------------------------------------------- /LeetCode/0446.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0446.hpp -------------------------------------------------------------------------------- /LeetCode/0451.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0451.cpp -------------------------------------------------------------------------------- /LeetCode/0451.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0451.hpp -------------------------------------------------------------------------------- /LeetCode/0454.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0454.cpp -------------------------------------------------------------------------------- /LeetCode/0454.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0454.hpp -------------------------------------------------------------------------------- /LeetCode/0455.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0455.cpp -------------------------------------------------------------------------------- /LeetCode/0455.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0455.hpp -------------------------------------------------------------------------------- /LeetCode/0456.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0456.cpp -------------------------------------------------------------------------------- /LeetCode/0456.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0456.hpp -------------------------------------------------------------------------------- /LeetCode/0458.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0458.c -------------------------------------------------------------------------------- /LeetCode/0458.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0458.h -------------------------------------------------------------------------------- /LeetCode/0459.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0459.c -------------------------------------------------------------------------------- /LeetCode/0459.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0459.h -------------------------------------------------------------------------------- /LeetCode/0460.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0460.cpp -------------------------------------------------------------------------------- /LeetCode/0460.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0460.hpp -------------------------------------------------------------------------------- /LeetCode/0462.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0462.cpp -------------------------------------------------------------------------------- /LeetCode/0462.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0462.hpp -------------------------------------------------------------------------------- /LeetCode/0472.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0472.cpp -------------------------------------------------------------------------------- /LeetCode/0472.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0472.hpp -------------------------------------------------------------------------------- /LeetCode/0473.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0473.cpp -------------------------------------------------------------------------------- /LeetCode/0473.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0473.hpp -------------------------------------------------------------------------------- /LeetCode/0474.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0474.cpp -------------------------------------------------------------------------------- /LeetCode/0474.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0474.hpp -------------------------------------------------------------------------------- /LeetCode/0486.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0486.c -------------------------------------------------------------------------------- /LeetCode/0486.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0486.h -------------------------------------------------------------------------------- /LeetCode/0494.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0494.c -------------------------------------------------------------------------------- /LeetCode/0494.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0494.h -------------------------------------------------------------------------------- /LeetCode/0502.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0502.cpp -------------------------------------------------------------------------------- /LeetCode/0502.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0502.hpp -------------------------------------------------------------------------------- /LeetCode/0509.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0509.cpp -------------------------------------------------------------------------------- /LeetCode/0509.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0509.hpp -------------------------------------------------------------------------------- /LeetCode/0513.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0513.cpp -------------------------------------------------------------------------------- /LeetCode/0513.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0513.hpp -------------------------------------------------------------------------------- /LeetCode/0515.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0515.cpp -------------------------------------------------------------------------------- /LeetCode/0515.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0515.hpp -------------------------------------------------------------------------------- /LeetCode/0516.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0516.cpp -------------------------------------------------------------------------------- /LeetCode/0516.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0516.hpp -------------------------------------------------------------------------------- /LeetCode/0518.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0518.c -------------------------------------------------------------------------------- /LeetCode/0518.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0518.h -------------------------------------------------------------------------------- /LeetCode/0520.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0520.py -------------------------------------------------------------------------------- /LeetCode/0525.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0525.cpp -------------------------------------------------------------------------------- /LeetCode/0525.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0525.hpp -------------------------------------------------------------------------------- /LeetCode/0532.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0532.cpp -------------------------------------------------------------------------------- /LeetCode/0532.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0532.hpp -------------------------------------------------------------------------------- /LeetCode/0535.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0535.cpp -------------------------------------------------------------------------------- /LeetCode/0535.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0535.hpp -------------------------------------------------------------------------------- /LeetCode/0538.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0538.cpp -------------------------------------------------------------------------------- /LeetCode/0538.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0538.hpp -------------------------------------------------------------------------------- /LeetCode/0540.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0540.c -------------------------------------------------------------------------------- /LeetCode/0540.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0540.h -------------------------------------------------------------------------------- /LeetCode/0542.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0542.cpp -------------------------------------------------------------------------------- /LeetCode/0542.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0542.hpp -------------------------------------------------------------------------------- /LeetCode/0543.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0543.c -------------------------------------------------------------------------------- /LeetCode/0543.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0543.h -------------------------------------------------------------------------------- /LeetCode/0557.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0557.py -------------------------------------------------------------------------------- /LeetCode/0560.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0560.cpp -------------------------------------------------------------------------------- /LeetCode/0560.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0560.hpp -------------------------------------------------------------------------------- /LeetCode/0567.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0567.cpp -------------------------------------------------------------------------------- /LeetCode/0567.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0567.hpp -------------------------------------------------------------------------------- /LeetCode/0576.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0576.cpp -------------------------------------------------------------------------------- /LeetCode/0576.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0576.hpp -------------------------------------------------------------------------------- /LeetCode/0581.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0581.cpp -------------------------------------------------------------------------------- /LeetCode/0581.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0581.hpp -------------------------------------------------------------------------------- /LeetCode/0583.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0583.cpp -------------------------------------------------------------------------------- /LeetCode/0583.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0583.hpp -------------------------------------------------------------------------------- /LeetCode/0605.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0605.cpp -------------------------------------------------------------------------------- /LeetCode/0605.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0605.hpp -------------------------------------------------------------------------------- /LeetCode/0606.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0606.cpp -------------------------------------------------------------------------------- /LeetCode/0606.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0606.hpp -------------------------------------------------------------------------------- /LeetCode/0609.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0609.py -------------------------------------------------------------------------------- /LeetCode/0622.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0622.hpp -------------------------------------------------------------------------------- /LeetCode/0629.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0629.cpp -------------------------------------------------------------------------------- /LeetCode/0629.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0629.hpp -------------------------------------------------------------------------------- /LeetCode/0630.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0630.cpp -------------------------------------------------------------------------------- /LeetCode/0630.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0630.hpp -------------------------------------------------------------------------------- /LeetCode/0637.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0637.cpp -------------------------------------------------------------------------------- /LeetCode/0637.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0637.hpp -------------------------------------------------------------------------------- /LeetCode/0645.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0645.cpp -------------------------------------------------------------------------------- /LeetCode/0645.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0645.hpp -------------------------------------------------------------------------------- /LeetCode/0646.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0646.c -------------------------------------------------------------------------------- /LeetCode/0646.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0646.h -------------------------------------------------------------------------------- /LeetCode/0647.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0647.cpp -------------------------------------------------------------------------------- /LeetCode/0647.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0647.hpp -------------------------------------------------------------------------------- /LeetCode/0649.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0649.cpp -------------------------------------------------------------------------------- /LeetCode/0649.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0649.hpp -------------------------------------------------------------------------------- /LeetCode/0652.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0652.cpp -------------------------------------------------------------------------------- /LeetCode/0652.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0652.hpp -------------------------------------------------------------------------------- /LeetCode/0659.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0659.cpp -------------------------------------------------------------------------------- /LeetCode/0659.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0659.hpp -------------------------------------------------------------------------------- /LeetCode/0662.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0662.cpp -------------------------------------------------------------------------------- /LeetCode/0662.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0662.hpp -------------------------------------------------------------------------------- /LeetCode/0664.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0664.cpp -------------------------------------------------------------------------------- /LeetCode/0664.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0664.hpp -------------------------------------------------------------------------------- /LeetCode/0665.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0665.cpp -------------------------------------------------------------------------------- /LeetCode/0665.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0665.hpp -------------------------------------------------------------------------------- /LeetCode/0669.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0669.cpp -------------------------------------------------------------------------------- /LeetCode/0669.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0669.hpp -------------------------------------------------------------------------------- /LeetCode/0673.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0673.cpp -------------------------------------------------------------------------------- /LeetCode/0673.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0673.hpp -------------------------------------------------------------------------------- /LeetCode/0680.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0680.cpp -------------------------------------------------------------------------------- /LeetCode/0680.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0680.hpp -------------------------------------------------------------------------------- /LeetCode/0682.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0682.cpp -------------------------------------------------------------------------------- /LeetCode/0682.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0682.hpp -------------------------------------------------------------------------------- /LeetCode/0684.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0684.cpp -------------------------------------------------------------------------------- /LeetCode/0684.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0684.hpp -------------------------------------------------------------------------------- /LeetCode/0688.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0688.cpp -------------------------------------------------------------------------------- /LeetCode/0688.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0688.hpp -------------------------------------------------------------------------------- /LeetCode/0689.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0689.cpp -------------------------------------------------------------------------------- /LeetCode/0689.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0689.hpp -------------------------------------------------------------------------------- /LeetCode/0695.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0695.cpp -------------------------------------------------------------------------------- /LeetCode/0695.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0695.hpp -------------------------------------------------------------------------------- /LeetCode/0700.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0700.cpp -------------------------------------------------------------------------------- /LeetCode/0700.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0700.hpp -------------------------------------------------------------------------------- /LeetCode/0703.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0703.cpp -------------------------------------------------------------------------------- /LeetCode/0703.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0703.hpp -------------------------------------------------------------------------------- /LeetCode/0704.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0704.cpp -------------------------------------------------------------------------------- /LeetCode/0704.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0704.hpp -------------------------------------------------------------------------------- /LeetCode/0705.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0705.hpp -------------------------------------------------------------------------------- /LeetCode/0706.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0706.hpp -------------------------------------------------------------------------------- /LeetCode/0712.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0712.cpp -------------------------------------------------------------------------------- /LeetCode/0712.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0712.hpp -------------------------------------------------------------------------------- /LeetCode/0713.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0713.cpp -------------------------------------------------------------------------------- /LeetCode/0713.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0713.hpp -------------------------------------------------------------------------------- /LeetCode/0718.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0718.cpp -------------------------------------------------------------------------------- /LeetCode/0718.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0718.hpp -------------------------------------------------------------------------------- /LeetCode/0729.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0729.hpp -------------------------------------------------------------------------------- /LeetCode/0735.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0735.cpp -------------------------------------------------------------------------------- /LeetCode/0735.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0735.hpp -------------------------------------------------------------------------------- /LeetCode/0781.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0781.c -------------------------------------------------------------------------------- /LeetCode/0781.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0781.h -------------------------------------------------------------------------------- /LeetCode/0783.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0783.c -------------------------------------------------------------------------------- /LeetCode/0783.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0783.h -------------------------------------------------------------------------------- /LeetCode/0791.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0791.c -------------------------------------------------------------------------------- /LeetCode/0791.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0791.h -------------------------------------------------------------------------------- /LeetCode/0796.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0796.c -------------------------------------------------------------------------------- /LeetCode/0796.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0796.h -------------------------------------------------------------------------------- /LeetCode/0808.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0808.c -------------------------------------------------------------------------------- /LeetCode/0808.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0808.h -------------------------------------------------------------------------------- /LeetCode/0852.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0852.c -------------------------------------------------------------------------------- /LeetCode/0852.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0852.h -------------------------------------------------------------------------------- /LeetCode/0858.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0858.c -------------------------------------------------------------------------------- /LeetCode/0858.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0858.h -------------------------------------------------------------------------------- /LeetCode/0859.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0859.c -------------------------------------------------------------------------------- /LeetCode/0859.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0859.h -------------------------------------------------------------------------------- /LeetCode/0869.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0869.c -------------------------------------------------------------------------------- /LeetCode/0869.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0869.h -------------------------------------------------------------------------------- /LeetCode/0876.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0876.c -------------------------------------------------------------------------------- /LeetCode/0876.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0876.h -------------------------------------------------------------------------------- /LeetCode/0912.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0912.c -------------------------------------------------------------------------------- /LeetCode/0912.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0912.h -------------------------------------------------------------------------------- /LeetCode/0920.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0920.c -------------------------------------------------------------------------------- /LeetCode/0920.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0920.h -------------------------------------------------------------------------------- /LeetCode/0938.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0938.c -------------------------------------------------------------------------------- /LeetCode/0938.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0938.h -------------------------------------------------------------------------------- /LeetCode/0953.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0953.c -------------------------------------------------------------------------------- /LeetCode/0953.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0953.h -------------------------------------------------------------------------------- /LeetCode/0958.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0958.c -------------------------------------------------------------------------------- /LeetCode/0958.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0958.h -------------------------------------------------------------------------------- /LeetCode/0977.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0977.c -------------------------------------------------------------------------------- /LeetCode/0977.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0977.h -------------------------------------------------------------------------------- /LeetCode/0983.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0983.c -------------------------------------------------------------------------------- /LeetCode/0983.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/0983.h -------------------------------------------------------------------------------- /LeetCode/1014.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1014.c -------------------------------------------------------------------------------- /LeetCode/1014.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1014.h -------------------------------------------------------------------------------- /LeetCode/1020.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1020.c -------------------------------------------------------------------------------- /LeetCode/1020.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1020.h -------------------------------------------------------------------------------- /LeetCode/1137.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1137.c -------------------------------------------------------------------------------- /LeetCode/1137.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1137.h -------------------------------------------------------------------------------- /LeetCode/1220.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1220.c -------------------------------------------------------------------------------- /LeetCode/1220.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1220.h -------------------------------------------------------------------------------- /LeetCode/1239.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1239.c -------------------------------------------------------------------------------- /LeetCode/1239.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1239.h -------------------------------------------------------------------------------- /LeetCode/1254.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1254.c -------------------------------------------------------------------------------- /LeetCode/1254.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1254.h -------------------------------------------------------------------------------- /LeetCode/1326.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1326.c -------------------------------------------------------------------------------- /LeetCode/1326.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1326.h -------------------------------------------------------------------------------- /LeetCode/1342.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1342.c -------------------------------------------------------------------------------- /LeetCode/1342.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1342.h -------------------------------------------------------------------------------- /LeetCode/1347.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1347.c -------------------------------------------------------------------------------- /LeetCode/1347.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1347.h -------------------------------------------------------------------------------- /LeetCode/1372.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1372.c -------------------------------------------------------------------------------- /LeetCode/1372.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1372.h -------------------------------------------------------------------------------- /LeetCode/1400.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1400.c -------------------------------------------------------------------------------- /LeetCode/1400.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1400.h -------------------------------------------------------------------------------- /LeetCode/1402.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1402.c -------------------------------------------------------------------------------- /LeetCode/1402.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1402.h -------------------------------------------------------------------------------- /LeetCode/1415.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1415.c -------------------------------------------------------------------------------- /LeetCode/1415.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1415.h -------------------------------------------------------------------------------- /LeetCode/1422.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1422.c -------------------------------------------------------------------------------- /LeetCode/1422.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1422.h -------------------------------------------------------------------------------- /LeetCode/1431.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1431.c -------------------------------------------------------------------------------- /LeetCode/1431.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1431.h -------------------------------------------------------------------------------- /LeetCode/1456.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1456.c -------------------------------------------------------------------------------- /LeetCode/1456.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1456.h -------------------------------------------------------------------------------- /LeetCode/1491.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1491.c -------------------------------------------------------------------------------- /LeetCode/1491.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1491.h -------------------------------------------------------------------------------- /LeetCode/1493.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1493.c -------------------------------------------------------------------------------- /LeetCode/1493.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1493.h -------------------------------------------------------------------------------- /LeetCode/1523.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1523.c -------------------------------------------------------------------------------- /LeetCode/1523.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1523.h -------------------------------------------------------------------------------- /LeetCode/1524.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1524.c -------------------------------------------------------------------------------- /LeetCode/1524.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1524.h -------------------------------------------------------------------------------- /LeetCode/1539.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1539.c -------------------------------------------------------------------------------- /LeetCode/1539.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1539.h -------------------------------------------------------------------------------- /LeetCode/1572.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1572.c -------------------------------------------------------------------------------- /LeetCode/1572.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1572.h -------------------------------------------------------------------------------- /LeetCode/1624.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1624.c -------------------------------------------------------------------------------- /LeetCode/1624.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1624.h -------------------------------------------------------------------------------- /LeetCode/1641.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1641.c -------------------------------------------------------------------------------- /LeetCode/1641.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1641.h -------------------------------------------------------------------------------- /LeetCode/1657.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1657.c -------------------------------------------------------------------------------- /LeetCode/1657.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1657.h -------------------------------------------------------------------------------- /LeetCode/1680.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1680.c -------------------------------------------------------------------------------- /LeetCode/1680.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1680.h -------------------------------------------------------------------------------- /LeetCode/1689.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1689.c -------------------------------------------------------------------------------- /LeetCode/1689.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1689.h -------------------------------------------------------------------------------- /LeetCode/1704.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1704.c -------------------------------------------------------------------------------- /LeetCode/1704.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1704.h -------------------------------------------------------------------------------- /LeetCode/1752.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1752.c -------------------------------------------------------------------------------- /LeetCode/1752.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1752.h -------------------------------------------------------------------------------- /LeetCode/1768.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1768.c -------------------------------------------------------------------------------- /LeetCode/1768.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1768.h -------------------------------------------------------------------------------- /LeetCode/1790.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1790.c -------------------------------------------------------------------------------- /LeetCode/1790.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1790.h -------------------------------------------------------------------------------- /LeetCode/1800.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1800.c -------------------------------------------------------------------------------- /LeetCode/1800.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1800.h -------------------------------------------------------------------------------- /LeetCode/1822.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1822.c -------------------------------------------------------------------------------- /LeetCode/1822.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1822.h -------------------------------------------------------------------------------- /LeetCode/1870.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1870.c -------------------------------------------------------------------------------- /LeetCode/1870.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1870.h -------------------------------------------------------------------------------- /LeetCode/1897.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1897.c -------------------------------------------------------------------------------- /LeetCode/1897.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1897.h -------------------------------------------------------------------------------- /LeetCode/1910.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1910.c -------------------------------------------------------------------------------- /LeetCode/1910.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1910.h -------------------------------------------------------------------------------- /LeetCode/1957.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1957.c -------------------------------------------------------------------------------- /LeetCode/1957.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/1957.h -------------------------------------------------------------------------------- /LeetCode/2024.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2024.c -------------------------------------------------------------------------------- /LeetCode/2024.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2024.h -------------------------------------------------------------------------------- /LeetCode/2116.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2116.c -------------------------------------------------------------------------------- /LeetCode/2116.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2116.h -------------------------------------------------------------------------------- /LeetCode/2141.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2141.c -------------------------------------------------------------------------------- /LeetCode/2141.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2141.h -------------------------------------------------------------------------------- /LeetCode/2185.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2185.c -------------------------------------------------------------------------------- /LeetCode/2185.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2185.h -------------------------------------------------------------------------------- /LeetCode/2187.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2187.c -------------------------------------------------------------------------------- /LeetCode/2187.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2187.h -------------------------------------------------------------------------------- /LeetCode/2272.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2272.c -------------------------------------------------------------------------------- /LeetCode/2272.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2272.h -------------------------------------------------------------------------------- /LeetCode/2342.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2342.c -------------------------------------------------------------------------------- /LeetCode/2342.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2342.h -------------------------------------------------------------------------------- /LeetCode/2348.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2348.c -------------------------------------------------------------------------------- /LeetCode/2348.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2348.h -------------------------------------------------------------------------------- /LeetCode/2366.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2366.c -------------------------------------------------------------------------------- /LeetCode/2366.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2366.h -------------------------------------------------------------------------------- /LeetCode/2389.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2389.c -------------------------------------------------------------------------------- /LeetCode/2389.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2389.h -------------------------------------------------------------------------------- /LeetCode/2405.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2405.c -------------------------------------------------------------------------------- /LeetCode/2405.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2405.h -------------------------------------------------------------------------------- /LeetCode/2425.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2425.c -------------------------------------------------------------------------------- /LeetCode/2425.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2425.h -------------------------------------------------------------------------------- /LeetCode/2429.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2429.c -------------------------------------------------------------------------------- /LeetCode/2429.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2429.h -------------------------------------------------------------------------------- /LeetCode/2439.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2439.c -------------------------------------------------------------------------------- /LeetCode/2439.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2439.h -------------------------------------------------------------------------------- /LeetCode/2444.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2444.c -------------------------------------------------------------------------------- /LeetCode/2444.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2444.h -------------------------------------------------------------------------------- /LeetCode/2466.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2466.c -------------------------------------------------------------------------------- /LeetCode/2466.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2466.h -------------------------------------------------------------------------------- /LeetCode/2483.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2483.c -------------------------------------------------------------------------------- /LeetCode/2483.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2483.h -------------------------------------------------------------------------------- /LeetCode/2540.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2540.c -------------------------------------------------------------------------------- /LeetCode/2540.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2540.h -------------------------------------------------------------------------------- /LeetCode/2551.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2551.c -------------------------------------------------------------------------------- /LeetCode/2551.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2551.h -------------------------------------------------------------------------------- /LeetCode/2616.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2616.c -------------------------------------------------------------------------------- /LeetCode/2616.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2616.h -------------------------------------------------------------------------------- /LeetCode/2683.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2683.c -------------------------------------------------------------------------------- /LeetCode/2683.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2683.h -------------------------------------------------------------------------------- /LeetCode/2698.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2698.c -------------------------------------------------------------------------------- /LeetCode/2698.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2698.h -------------------------------------------------------------------------------- /LeetCode/2864.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2864.c -------------------------------------------------------------------------------- /LeetCode/2864.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/2864.h -------------------------------------------------------------------------------- /LeetCode/290.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/290.py -------------------------------------------------------------------------------- /LeetCode/3005.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3005.c -------------------------------------------------------------------------------- /LeetCode/3005.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3005.h -------------------------------------------------------------------------------- /LeetCode/3097.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3097.c -------------------------------------------------------------------------------- /LeetCode/3097.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3097.h -------------------------------------------------------------------------------- /LeetCode/3105.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3105.c -------------------------------------------------------------------------------- /LeetCode/3105.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3105.h -------------------------------------------------------------------------------- /LeetCode/3133.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3133.c -------------------------------------------------------------------------------- /LeetCode/3133.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3133.h -------------------------------------------------------------------------------- /LeetCode/3151.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3151.c -------------------------------------------------------------------------------- /LeetCode/3151.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3151.h -------------------------------------------------------------------------------- /LeetCode/3174.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3174.c -------------------------------------------------------------------------------- /LeetCode/3174.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3174.h -------------------------------------------------------------------------------- /LeetCode/3223.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3223.c -------------------------------------------------------------------------------- /LeetCode/3223.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/LeetCode/3223.h -------------------------------------------------------------------------------- /NTHU/10162.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/10162.c -------------------------------------------------------------------------------- /NTHU/10424.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/10424.c -------------------------------------------------------------------------------- /NTHU/11099.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/11099.cpp -------------------------------------------------------------------------------- /NTHU/11230.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/11230.c -------------------------------------------------------------------------------- /NTHU/11243.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/11243.c -------------------------------------------------------------------------------- /NTHU/11549.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/11549.c -------------------------------------------------------------------------------- /NTHU/12125.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12125.c -------------------------------------------------------------------------------- /NTHU/12127.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12127.c -------------------------------------------------------------------------------- /NTHU/12129.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12129.c -------------------------------------------------------------------------------- /NTHU/12132.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12132.c -------------------------------------------------------------------------------- /NTHU/12133.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12133.cpp -------------------------------------------------------------------------------- /NTHU/12134.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12134.c -------------------------------------------------------------------------------- /NTHU/12137.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12137.c -------------------------------------------------------------------------------- /NTHU/12138.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12138.c -------------------------------------------------------------------------------- /NTHU/12139.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12139.c -------------------------------------------------------------------------------- /NTHU/12140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12140.c -------------------------------------------------------------------------------- /NTHU/12141.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12141.c -------------------------------------------------------------------------------- /NTHU/12142.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12142.cpp -------------------------------------------------------------------------------- /NTHU/12143.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12143.c -------------------------------------------------------------------------------- /NTHU/12143.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12143.h -------------------------------------------------------------------------------- /NTHU/12144.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12144.cpp -------------------------------------------------------------------------------- /NTHU/12145.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12145.c -------------------------------------------------------------------------------- /NTHU/12146.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12146.c -------------------------------------------------------------------------------- /NTHU/12151.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12151.c -------------------------------------------------------------------------------- /NTHU/12152.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12152.c -------------------------------------------------------------------------------- /NTHU/12155.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12155.c -------------------------------------------------------------------------------- /NTHU/12178.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12178.c -------------------------------------------------------------------------------- /NTHU/12179.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12179.c -------------------------------------------------------------------------------- /NTHU/12219.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12219.py -------------------------------------------------------------------------------- /NTHU/12220.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12220.c -------------------------------------------------------------------------------- /NTHU/12237.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12237.c -------------------------------------------------------------------------------- /NTHU/12241.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12241.c -------------------------------------------------------------------------------- /NTHU/12254.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12254.c -------------------------------------------------------------------------------- /NTHU/12301.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12301.c -------------------------------------------------------------------------------- /NTHU/12301.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12301.h -------------------------------------------------------------------------------- /NTHU/12305.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12305.c -------------------------------------------------------------------------------- /NTHU/12409.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12409.py -------------------------------------------------------------------------------- /NTHU/12661.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12661.c -------------------------------------------------------------------------------- /NTHU/12662.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12662.c -------------------------------------------------------------------------------- /NTHU/12672.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12672.c -------------------------------------------------------------------------------- /NTHU/12673.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12673.c -------------------------------------------------------------------------------- /NTHU/12674.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12674.c -------------------------------------------------------------------------------- /NTHU/12678.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12678.cpp -------------------------------------------------------------------------------- /NTHU/12710.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12710.py -------------------------------------------------------------------------------- /NTHU/12713.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12713.py -------------------------------------------------------------------------------- /NTHU/12733.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12733.cpp -------------------------------------------------------------------------------- /NTHU/12797.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12797.c -------------------------------------------------------------------------------- /NTHU/12801.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12801.c -------------------------------------------------------------------------------- /NTHU/12860.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/12860.py -------------------------------------------------------------------------------- /NTHU/13016.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13016.cpp -------------------------------------------------------------------------------- /NTHU/13146.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13146.c -------------------------------------------------------------------------------- /NTHU/13228.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13228.c -------------------------------------------------------------------------------- /NTHU/13435.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13435.c -------------------------------------------------------------------------------- /NTHU/13436.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13436.cpp -------------------------------------------------------------------------------- /NTHU/13458.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13458.cpp -------------------------------------------------------------------------------- /NTHU/13512.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13512.cpp -------------------------------------------------------------------------------- /NTHU/13525.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13525.cpp -------------------------------------------------------------------------------- /NTHU/13542.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13542.cpp -------------------------------------------------------------------------------- /NTHU/13544.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/NTHU/13544.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/README.md -------------------------------------------------------------------------------- /TIOJ/1001.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1001.c -------------------------------------------------------------------------------- /TIOJ/1002.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1002.c -------------------------------------------------------------------------------- /TIOJ/1003.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1003.c -------------------------------------------------------------------------------- /TIOJ/1004.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1004.c -------------------------------------------------------------------------------- /TIOJ/1080.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1080.cpp -------------------------------------------------------------------------------- /TIOJ/1092.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1092.cpp -------------------------------------------------------------------------------- /TIOJ/1096.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1096.cpp -------------------------------------------------------------------------------- /TIOJ/1175.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1175.cpp -------------------------------------------------------------------------------- /TIOJ/1202.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1202.cpp -------------------------------------------------------------------------------- /TIOJ/1211.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1211.cpp -------------------------------------------------------------------------------- /TIOJ/1228.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1228.cpp -------------------------------------------------------------------------------- /TIOJ/1253.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1253.cpp -------------------------------------------------------------------------------- /TIOJ/1302.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1302.cpp -------------------------------------------------------------------------------- /TIOJ/1305.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1305.cpp -------------------------------------------------------------------------------- /TIOJ/1306.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1306.cpp -------------------------------------------------------------------------------- /TIOJ/1428.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1428.cpp -------------------------------------------------------------------------------- /TIOJ/1481.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1481.cpp -------------------------------------------------------------------------------- /TIOJ/1497.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1497.cpp -------------------------------------------------------------------------------- /TIOJ/1515.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1515.cpp -------------------------------------------------------------------------------- /TIOJ/1607.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1607.cpp -------------------------------------------------------------------------------- /TIOJ/1725.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1725.cpp -------------------------------------------------------------------------------- /TIOJ/1795.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1795.cpp -------------------------------------------------------------------------------- /TIOJ/1807.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1807.cpp -------------------------------------------------------------------------------- /TIOJ/1841.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1841.cpp -------------------------------------------------------------------------------- /TIOJ/1869.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1869.cpp -------------------------------------------------------------------------------- /TIOJ/1903.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1903.cpp -------------------------------------------------------------------------------- /TIOJ/1907.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1907.cpp -------------------------------------------------------------------------------- /TIOJ/1941.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/1941.cpp -------------------------------------------------------------------------------- /TIOJ/2051.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/2051.cpp -------------------------------------------------------------------------------- /TIOJ/2052.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/2052.cpp -------------------------------------------------------------------------------- /TIOJ/2053.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/2053.cpp -------------------------------------------------------------------------------- /TIOJ/2054.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/2054.cpp -------------------------------------------------------------------------------- /TIOJ/2055.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/2055.cpp -------------------------------------------------------------------------------- /TIOJ/2188.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/2188.c -------------------------------------------------------------------------------- /TIOJ/2189.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/2189.c -------------------------------------------------------------------------------- /TIOJ/lib1481.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/TIOJ/lib1481.h -------------------------------------------------------------------------------- /UVa/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/test.sh -------------------------------------------------------------------------------- /UVa/uva.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva.cpp -------------------------------------------------------------------------------- /UVa/uva100.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva100.cpp -------------------------------------------------------------------------------- /UVa/uva10034.cpp: -------------------------------------------------------------------------------- 1 | Vjudge/HWTC_3/p.cpp -------------------------------------------------------------------------------- /UVa/uva102.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva102.cpp -------------------------------------------------------------------------------- /UVa/uva10340.cpp: -------------------------------------------------------------------------------- 1 | HPS_A/i.cpp -------------------------------------------------------------------------------- /UVa/uva105.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva105.cpp -------------------------------------------------------------------------------- /UVa/uva10925.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva10925.py -------------------------------------------------------------------------------- /UVa/uva10986.cpp: -------------------------------------------------------------------------------- 1 | Vjudge/HWTC_3/o.cpp -------------------------------------------------------------------------------- /UVa/uva1152.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1152.cpp -------------------------------------------------------------------------------- /UVa/uva11687.c: -------------------------------------------------------------------------------- 1 | HPS_A/g.c -------------------------------------------------------------------------------- /UVa/uva11933.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva11933.c -------------------------------------------------------------------------------- /UVa/uva120.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva120.cpp -------------------------------------------------------------------------------- /UVa/uva12118.cpp: -------------------------------------------------------------------------------- 1 | Vjudge/HWTC_3/m.cpp -------------------------------------------------------------------------------- /UVa/uva1225.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1225.cpp -------------------------------------------------------------------------------- /UVa/uva1230.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1230.cpp -------------------------------------------------------------------------------- /UVa/uva129.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva129.cpp -------------------------------------------------------------------------------- /UVa/uva13212.cpp: -------------------------------------------------------------------------------- 1 | Vjudge/HWTC_1/a.cpp -------------------------------------------------------------------------------- /UVa/uva1339.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1339.cpp -------------------------------------------------------------------------------- /UVa/uva136.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva136.cpp -------------------------------------------------------------------------------- /UVa/uva1368.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1368.cpp -------------------------------------------------------------------------------- /UVa/uva156.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva156.cpp -------------------------------------------------------------------------------- /UVa/uva1572.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1572.cpp -------------------------------------------------------------------------------- /UVa/uva1583.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1583.c -------------------------------------------------------------------------------- /UVa/uva1584.cpp: -------------------------------------------------------------------------------- 1 | HPS_A/h.cpp -------------------------------------------------------------------------------- /UVa/uva1585.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1585.cpp -------------------------------------------------------------------------------- /UVa/uva1586.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1586.cpp -------------------------------------------------------------------------------- /UVa/uva1587.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1587.cpp -------------------------------------------------------------------------------- /UVa/uva1588.c: -------------------------------------------------------------------------------- 1 | e.c -------------------------------------------------------------------------------- /UVa/uva1594.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1594.cpp -------------------------------------------------------------------------------- /UVa/uva1599.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1599.cpp -------------------------------------------------------------------------------- /UVa/uva1600.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1600.cpp -------------------------------------------------------------------------------- /UVa/uva1605.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva1605.cpp -------------------------------------------------------------------------------- /UVa/uva202.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva202.cpp -------------------------------------------------------------------------------- /UVa/uva247.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva247.cpp -------------------------------------------------------------------------------- /UVa/uva271.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva271.cpp -------------------------------------------------------------------------------- /UVa/uva272.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva272.cpp -------------------------------------------------------------------------------- /UVa/uva307.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva307.cpp -------------------------------------------------------------------------------- /UVa/uva340.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva340.cpp -------------------------------------------------------------------------------- /UVa/uva392.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva392.cpp -------------------------------------------------------------------------------- /UVa/uva400.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva400.cpp -------------------------------------------------------------------------------- /UVa/uva401.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva401.cpp -------------------------------------------------------------------------------- /UVa/uva439.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva439.cpp -------------------------------------------------------------------------------- /UVa/uva442.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva442.cpp -------------------------------------------------------------------------------- /UVa/uva455.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva455.cpp -------------------------------------------------------------------------------- /UVa/uva469.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva469.cpp -------------------------------------------------------------------------------- /UVa/uva481.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva481.cpp -------------------------------------------------------------------------------- /UVa/uva488.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva488.cpp -------------------------------------------------------------------------------- /UVa/uva490.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva490.cpp -------------------------------------------------------------------------------- /UVa/uva494.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva494.cpp -------------------------------------------------------------------------------- /UVa/uva506.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva506.cpp -------------------------------------------------------------------------------- /UVa/uva514.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva514.cpp -------------------------------------------------------------------------------- /UVa/uva524.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva524.cpp -------------------------------------------------------------------------------- /UVa/uva536.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva536.cpp -------------------------------------------------------------------------------- /UVa/uva540.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva540.cpp -------------------------------------------------------------------------------- /UVa/uva548.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva548.cpp -------------------------------------------------------------------------------- /UVa/uva572.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva572.cpp -------------------------------------------------------------------------------- /UVa/uva574.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva574.cpp -------------------------------------------------------------------------------- /UVa/uva579.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva579.c -------------------------------------------------------------------------------- /UVa/uva639.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva639.cpp -------------------------------------------------------------------------------- /UVa/uva673.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva673.cpp -------------------------------------------------------------------------------- /UVa/uva712.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva712.cpp -------------------------------------------------------------------------------- /UVa/uva713.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva713.py -------------------------------------------------------------------------------- /UVa/uva714.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva714.cpp -------------------------------------------------------------------------------- /UVa/uva725.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva725.cpp -------------------------------------------------------------------------------- /UVa/uva739.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva739.cpp -------------------------------------------------------------------------------- /UVa/uva820.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva820.cpp -------------------------------------------------------------------------------- /UVa/uva839.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva839.cpp -------------------------------------------------------------------------------- /UVa/uva900.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva900.cpp -------------------------------------------------------------------------------- /UVa/uva913.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva913.cpp -------------------------------------------------------------------------------- /UVa/uva948.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uva948.cpp -------------------------------------------------------------------------------- /UVa/uvs679.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/UVa/uvs679.cpp -------------------------------------------------------------------------------- /Vjudge/HPS_A/d.cpp: -------------------------------------------------------------------------------- 1 | ../UVa/uva1586.cpp -------------------------------------------------------------------------------- /ap325/d001.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d001.cpp -------------------------------------------------------------------------------- /ap325/d002.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d002.cpp -------------------------------------------------------------------------------- /ap325/d003.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d003.cpp -------------------------------------------------------------------------------- /ap325/d004.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d004.cpp -------------------------------------------------------------------------------- /ap325/d005.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d005.cpp -------------------------------------------------------------------------------- /ap325/d006.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d006.cpp -------------------------------------------------------------------------------- /ap325/d007.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d007.cpp -------------------------------------------------------------------------------- /ap325/d008.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d008.cpp -------------------------------------------------------------------------------- /ap325/d009.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d009.cpp -------------------------------------------------------------------------------- /ap325/d010.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d010.cpp -------------------------------------------------------------------------------- /ap325/d011.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d011.cpp -------------------------------------------------------------------------------- /ap325/d012.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d012.cpp -------------------------------------------------------------------------------- /ap325/d013.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d013.cpp -------------------------------------------------------------------------------- /ap325/d014.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d014.cpp -------------------------------------------------------------------------------- /ap325/d015.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d015.cpp -------------------------------------------------------------------------------- /ap325/d016.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d016.cpp -------------------------------------------------------------------------------- /ap325/d017.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d017.cpp -------------------------------------------------------------------------------- /ap325/d018.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d018.cpp -------------------------------------------------------------------------------- /ap325/d019.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d019.cpp -------------------------------------------------------------------------------- /ap325/d020.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d020.cpp -------------------------------------------------------------------------------- /ap325/d021.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d021.cpp -------------------------------------------------------------------------------- /ap325/d022.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d022.cpp -------------------------------------------------------------------------------- /ap325/d023.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d023.cpp -------------------------------------------------------------------------------- /ap325/d024.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d024.cpp -------------------------------------------------------------------------------- /ap325/d025.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d025.cpp -------------------------------------------------------------------------------- /ap325/d026.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d026.cpp -------------------------------------------------------------------------------- /ap325/d027.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d027.cpp -------------------------------------------------------------------------------- /ap325/d028.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d028.cpp -------------------------------------------------------------------------------- /ap325/d029.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d029.cpp -------------------------------------------------------------------------------- /ap325/d030.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d030.cpp -------------------------------------------------------------------------------- /ap325/d031.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d031.cpp -------------------------------------------------------------------------------- /ap325/d032.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d032.cpp -------------------------------------------------------------------------------- /ap325/d033.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d033.cpp -------------------------------------------------------------------------------- /ap325/d034.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d034.cpp -------------------------------------------------------------------------------- /ap325/d035.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d035.cpp -------------------------------------------------------------------------------- /ap325/d036.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d036.cpp -------------------------------------------------------------------------------- /ap325/d037.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d037.cpp -------------------------------------------------------------------------------- /ap325/d038.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d038.cpp -------------------------------------------------------------------------------- /ap325/d042.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d042.cpp -------------------------------------------------------------------------------- /ap325/d043.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d043.cpp -------------------------------------------------------------------------------- /ap325/d044.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d044.cpp -------------------------------------------------------------------------------- /ap325/d045.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d045.cpp -------------------------------------------------------------------------------- /ap325/d046.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d046.cpp -------------------------------------------------------------------------------- /ap325/d047.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d047.cpp -------------------------------------------------------------------------------- /ap325/d048.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d048.cpp -------------------------------------------------------------------------------- /ap325/d049.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d049.cpp -------------------------------------------------------------------------------- /ap325/d050.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d050.cpp -------------------------------------------------------------------------------- /ap325/d051.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d051.c -------------------------------------------------------------------------------- /ap325/d052.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d052.c -------------------------------------------------------------------------------- /ap325/d052.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d052.cpp -------------------------------------------------------------------------------- /ap325/d053.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d053.cpp -------------------------------------------------------------------------------- /ap325/d054.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d054.cpp -------------------------------------------------------------------------------- /ap325/d055.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d055.cpp -------------------------------------------------------------------------------- /ap325/d056.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d056.cpp -------------------------------------------------------------------------------- /ap325/d057.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d057.cpp -------------------------------------------------------------------------------- /ap325/d058.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d058.cpp -------------------------------------------------------------------------------- /ap325/d060.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d060.cpp -------------------------------------------------------------------------------- /ap325/d061.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d061.cpp -------------------------------------------------------------------------------- /ap325/d064.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d064.cpp -------------------------------------------------------------------------------- /ap325/d065.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d065.cpp -------------------------------------------------------------------------------- /ap325/d066.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d066.c -------------------------------------------------------------------------------- /ap325/d067.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d067.c -------------------------------------------------------------------------------- /ap325/d068.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d068.c -------------------------------------------------------------------------------- /ap325/d069.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d069.cpp -------------------------------------------------------------------------------- /ap325/d070.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d070.cpp -------------------------------------------------------------------------------- /ap325/d071.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d071.cpp -------------------------------------------------------------------------------- /ap325/d072.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d072.c -------------------------------------------------------------------------------- /ap325/d073.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d073.cpp -------------------------------------------------------------------------------- /ap325/d074.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d074.cpp -------------------------------------------------------------------------------- /ap325/d075.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d075.cpp -------------------------------------------------------------------------------- /ap325/d076.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d076.c -------------------------------------------------------------------------------- /ap325/d077.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d077.cpp -------------------------------------------------------------------------------- /ap325/d078.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d078.cpp -------------------------------------------------------------------------------- /ap325/d079.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d079.cpp -------------------------------------------------------------------------------- /ap325/d080.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d080.cpp -------------------------------------------------------------------------------- /ap325/d081.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d081.cpp -------------------------------------------------------------------------------- /ap325/d082.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d082.cpp -------------------------------------------------------------------------------- /ap325/d083.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d083.cpp -------------------------------------------------------------------------------- /ap325/d084.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d084.c -------------------------------------------------------------------------------- /ap325/d085.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d085.cpp -------------------------------------------------------------------------------- /ap325/d087.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d087.cpp -------------------------------------------------------------------------------- /ap325/d088.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d088.cpp -------------------------------------------------------------------------------- /ap325/d089.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d089.cpp -------------------------------------------------------------------------------- /ap325/d090.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d090.cpp -------------------------------------------------------------------------------- /ap325/d091.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d091.cpp -------------------------------------------------------------------------------- /ap325/d092.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d092.cpp -------------------------------------------------------------------------------- /ap325/d093.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d093.cpp -------------------------------------------------------------------------------- /ap325/d094.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d094.cpp -------------------------------------------------------------------------------- /ap325/d095.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d095.cpp -------------------------------------------------------------------------------- /ap325/d096.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d096.cpp -------------------------------------------------------------------------------- /ap325/d097.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d097.cpp -------------------------------------------------------------------------------- /ap325/d098.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d098.cpp -------------------------------------------------------------------------------- /ap325/d099.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d099.cpp -------------------------------------------------------------------------------- /ap325/d100.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d100.cpp -------------------------------------------------------------------------------- /ap325/d101.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d101.cpp -------------------------------------------------------------------------------- /ap325/d102.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d102.cpp -------------------------------------------------------------------------------- /ap325/d103.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d103.cpp -------------------------------------------------------------------------------- /ap325/d104.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d104.cpp -------------------------------------------------------------------------------- /ap325/d105.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d105.cpp -------------------------------------------------------------------------------- /ap325/d106.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d106.cpp -------------------------------------------------------------------------------- /ap325/d107.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d107.cpp -------------------------------------------------------------------------------- /ap325/d108.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d108.cpp -------------------------------------------------------------------------------- /ap325/d109.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d109.cpp -------------------------------------------------------------------------------- /ap325/d110.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d110.cpp -------------------------------------------------------------------------------- /ap325/d111.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d111.cpp -------------------------------------------------------------------------------- /ap325/d112.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d112.cpp -------------------------------------------------------------------------------- /ap325/d113.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d113.cpp -------------------------------------------------------------------------------- /ap325/d114.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d114.cpp -------------------------------------------------------------------------------- /ap325/d115.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d115.cpp -------------------------------------------------------------------------------- /ap325/d116.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d116.cpp -------------------------------------------------------------------------------- /ap325/d118.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/ap325/d118.cpp -------------------------------------------------------------------------------- /cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/cpp.cpp -------------------------------------------------------------------------------- /new.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nevikw39/oj/HEAD/new.sh --------------------------------------------------------------------------------