├── .gitignore ├── LICENSE ├── README.md ├── codes ├── choice100 │ ├── 001_AI-Processor-Combination.py │ ├── 002_task-execute-total-time.py │ ├── 003_count-outstanding-students.py │ ├── 004_PV-site-construction-plan.py │ ├── 005_anonymous-letter.py │ ├── 006_reverse-words.py │ ├── 007_base-station-maintenance-engineer.py │ ├── 008_find-duplicate-codes.py │ ├── 009_decrypt-string.py │ ├── 010_rearrange-string.py │ ├── 011_symmetric-string.py │ ├── 012_find-important-keys.py │ ├── 013_find-key.py │ ├── 014_find-the-middle-node-of-the-linked-list.py │ ├── 015_have-fun.py │ ├── 016_abnormal-attendance-records.py │ ├── 017_integration-testing-of-microservices.py │ ├── 018_print-file.py │ ├── 019_count-vehicle-colors.py │ ├── 020_find-number.py │ ├── 021_shooting-competition.py │ ├── 022_the-middle-position-of-array.py │ ├── 023_adjust-poker.py │ ├── 024_seat-assignment.py │ ├── 025_choose-location-of-the-new-school.py │ ├── 026_log-collection-system.py │ ├── 027_star-basketball-competition.py │ ├── 028_maximum-number-of-substrings-extracted.py │ ├── 029_max-salary.py │ ├── 030_minimum-applicator-energy-efficiency.py │ ├── 031_leftmost-redundant-overlay-substring.py │ ├── 032_min-board-length.py │ ├── 033_find-charging-device-combinations.py │ ├── 034_finds-a-single-entry-free-area.py │ ├── 035_specific-double-ended-que.py │ ├── 036_riddles.py │ ├── 037_block-games-with-the-same-number.py │ ├── 038_knowledge-graph-neologism-mining.py │ ├── 039_car-rental-ride-Green-Island.py │ ├── 040_port-merging.py │ ├── 041_the-boxes-are-arranged-in-a-zigzag-pattern.py │ ├── 042_Online-mall-promotions-1.py │ ├── 043_automatic-exposure.py │ ├── 044_obtain-the-maximum-software-version-number.py │ ├── 045_get-the-perfect-position.py │ ├── 046_currency-unit-conversion.py │ ├── 047_greedy-businessmen-maximum-profit.py │ ├── 048_bit-error-rate.py │ ├── 049_static-scanning-optimal-cost.py │ └── 050_hotel-reservation.py ├── others100 │ ├── 001_AI-recognition-panel.py │ ├── 002_GPU-scheduling.py │ ├── 003_convert-IPv4-addresses-to-integers.py │ ├── 004_n-decimal-subtraction.py │ ├── 005_rsa-encryption-algorithm.py │ ├── 006_tlv-code.py │ ├── 007_vlan-resource-pool.py │ ├── 008_we-are-a-team.py │ ├── 009_inequality.py │ ├── 010_product-maximum-value.py │ ├── 011_nine-cell-key-input.py │ ├── 012_minimum-absolute-sum-of-two-numbers-in-an-out-of-order-integer-sequence.py │ ├── 013_event-push.py │ ├── 014_five-key-keyboard.py │ ├── 015_swap-characters.py │ ├── 016_sites-with-the-most-people.py │ ├── 017_the-most-popular-store.py │ ├── 018_task-scheduling.py │ ├── 019_the-MELON-conundrum.py │ ├── 020_tug-of-war-competition.py │ ├── 021_LISP-like-computation.py │ ├── 022_mode-and-median.py │ ├── 023_find-max-distance.py │ ├── 024_code-editor.py │ ├── 025_push-and-pop.py │ ├── 026_related-string.py │ ├── 027_memory-pool.py │ ├── 028_taxi-fare.py │ ├── 029_faulty-or-gate-circuit.py │ ├── 030_sharing-blocks.py │ ├── 031_sharing-candies.py │ ├── 032_sharing-apples.py │ ├── 033_find-prime-factors.py │ ├── 034_remove-a-specified-directory.py │ ├── 035_remove-minimum-characters.py │ ├── 036_maximum-value-after-deletion.py │ ├── 037_identify-poker.py │ ├── 038_remaining-available-character-set.py │ ├── 039_pythagorean-triple.py │ ├── 040_reverse-words.py │ ├── 041_gomoku-fans.py │ ├── 042_words-chain.py │ ├── 043_max-cards-number.py │ ├── 044_decode-compressed-string.py │ ├── 045_sum-number.py │ ├── 046_double-eleven.py │ ├── 047_rearrange-books.py │ ├── 048_hot-pot.py │ ├── 049_the-boundary-value-of-the-matrix-element.py │ ├── 050_highway-charging-planning.py │ ├── 051_employee-attendance.py │ ├── 052_respond-message-time.py │ ├── 053_take-the-confidential-elevator.py │ ├── 054_shout-seven.py │ ├── 055_good-friend.py │ ├── 056_the-length-of-substring.py │ ├── 057_letter-elimination.py │ ├── 058_letter-combination.py │ ├── 059_letter-counts.py │ ├── 060_string-encryption.py │ ├── 061_string-abstract.py │ ├── 062_string-match.py │ ├── 063_escape-room-game.py │ ├── 064_find-max-value.py │ ├── 065_determine-the-string-subsequence.py │ ├── 066_find-path.py │ ├── 067_search-continuous-scope.py │ ├── 068_shot-competition.py │ ├── 069_children-order.py │ ├── 070_broadcast-server.py │ ├── 071_seat-adjustment.py │ ├── 072_express-truck.py │ ├── 073_quick-construct-station.py │ ├── 074_total-fastest-detection-efficiency.py │ ├── 075_recover-array.py │ ├── 076_discount-fruit.py │ ├── 077_find-co-occurrence-number.py │ ├── 078_find-same-class-children.py │ ├── 079_find-it.py │ ├── 080_find-word.py │ ├── 081_find-city.py │ ├── 082_find-characters.py │ ├── 083_find-number.py │ ├── 084_find-the-minimum-number.py │ ├── 085_find-the-endpoint.py │ ├── 086_sound-off.py │ ├── 087_sound-off-game.py │ ├── 088_recruitment.py │ ├── 089_check-parentheses.py │ ├── 090_stitch-URLs.py │ ├── 091_replace-binary-trees-by-path.py │ ├── 092_pick-the-string.py │ ├── 093_the-priority-queue.py │ ├── 094_sensitive-field-encryption.py │ ├── 095_sequence-restore.py │ ├── 096_count-the-wild-geese.py │ ├── 097_the-numbers-game.py │ ├── 098_the-arrangement-of-numbers.py │ ├── 099_data-classification.py │ ├── 100_queuing-games.py │ ├── 101_the-most-economical-way-to-back-up-data.py │ ├── 102_array-merge.py │ ├── 103_array-sort.py │ ├── 104_array-make-up-minimum-number.py │ ├── 105_integer-factorization.py │ ├── 106_minimum-sum-of-integers.py │ ├── 107_integer-code.py │ ├── 108_file-directory-size.py │ ├── 109_doudizhu-1.py │ ├── 110_doudizhu-2.py │ ├── 111_new-job-number-system.py │ ├── 112_spin-dice.py │ ├── 113_time-format.py │ ├── 114_mingming's-random-number.py │ ├── 115_optimal-scheduling-policy.py │ ├── 116_lowest-order.py │ ├── 117_optimal-plant-distance-for-planting-trees.py │ ├── 118_the-largest-submatrix.py │ ├── 119_maximum-permutation.py │ ├── 119_the-N-permutation.py │ ├── 120_maximum-return-stock-return-problem.py │ ├── 121_maximum-connection-number-of-boys.py │ ├── 122_minimal-delivery-delay.py │ ├── 123_minimum-leaf-node.py │ ├── 124_minimum-number-of-steps.py │ ├── 125_minimum-number-of-exchanges.py │ ├── 126_minimum-number-of-stoped-cars.py │ ├── 127_the-least-time.py │ ├── 128_the-nearest-hospital.py │ ├── 129_the-nearest-point.py │ ├── 130_the-longest-common-suffix.py │ ├── 131_the-longest-legal-expression.py │ ├── 132_the-longest-vowel-string.py │ ├── 133_the-longest-continuous-alternating-square-wave-signal.py │ ├── 134_the-longest-consecutive-substring.py │ ├── 135_valid-substring.py │ ├── 136_service-dependencies.py │ ├── 137_server-power-consumption.py │ ├── 138_robots-walk-mazes.py │ ├── 139_witty-delivery-boy.py │ ├── 140_number-of-squares.py │ ├── 141_tree-structured-queries.py │ ├── 142_dictionary-reference.py │ ├── 143_hot-topics-and-word-sorting.py │ ├── 144_champions-and-runners-up-in-competition.py │ ├── 145_competition-rating.py │ ├── 146_narcissistic-number.py │ ├── 147_narcissistic-number2.py │ ├── 148_minimum-sum-of-integers.py │ ├── 149_k-elements-sum.py │ ├── 150_consecutive-number.py │ ├── 151_caving.py │ ├── 152_pipeline.py │ ├── 153_sliding-window.py │ ├── 154_mars-transformation.py │ ├── 155_martian_compute.py │ ├── 156_CBT-non-leaf-parts-post-order-traversal.py │ ├── 157_hostpot-network-statistics.py │ ├── 158_guess-password.py │ ├── 159_monkey-climbing-the-mountain.py │ ├── 160_card-player.py │ ├── 161_longest-substring-in-circle.py │ ├── 162_copy-the-files-from-the-floppy-disk.py │ ├── 163_virus-infection.py │ ├── 164_max-number-of-consecutive-occurrences-of-the-same-char.py │ ├── 165_relative-open-syllable.py │ ├── 166_the-area-for-intersect-rectangles.py │ ├── 167_matrix-sparse-scan.py │ ├── 168_disk-capacity.py │ ├── 169_weighing-weights.py │ ├── 170_vertical-quad.py │ ├── 171_qualified-substring-length.py │ ├── 172_the-letter-of-the-k-th-min-code-value.py │ ├── 173-the-k-th-longest-string.py │ ├── 174_simple-memory-battery.py │ ├── 175_simple-unzip.py │ ├── 176_basketball-match.py │ ├── 177_screen-saver.py │ ├── 178_draw-machine.py │ ├── 179_meet-rules-combination.py │ ├── 180_statistical-monitoring.py │ ├── 181_surviving-on-a-desert-island.py │ ├── 182_archaeologist.py │ ├── 183_dinner-venue.py │ ├── 184_team-up-by-ability.py │ ├── 185_spacecraft.py │ ├── 186_english-input.py │ ├── 187_get-the-most-food.py │ ├── 188_replanting-of-unlived-poplar-trees.py │ ├── 189_watch-the-performance.py │ ├── 190_demystify-the-time-of-the-crime.py │ ├── 191_calculate-the-nearest-number.py │ ├── 192_comment-convert-output.py │ ├── 193_super-mario-crosses-the-suspension-bridge.py │ ├── 194_street-lighting.py │ ├── 195_peevers-2.py │ ├── 196_jump-the-grid-1.py │ ├── 197_jump-the-grid-2.py │ ├── 198_kick-stones.py │ ├── 199_height-sorting.py │ ├── 200_height-and-weight-ordering.py │ ├── 201_interscholasticmeet.py │ ├── 202_continuous-substrings.py │ ├── 203_consecutive-letter-length.py │ ├── 204_elective-courses.py │ ├── 205_choose-the-seat.py │ ├── 206_soldier-assault.py │ ├── 207_reassemble-the-string.py │ ├── 208_Alibaba-looks-for-gold-treasure-chests-2.py │ ├── 209_Alibaba-looks-for-gold-treasure-chests-3.py │ ├── 210_Alibaba-looks-for-gold-treasure-chests-4.py │ ├── 211_Alibaba-looks-for-gold-treasure-chests-5.py │ ├── 212_collect-five-blessing-cards.py │ ├── 213_the-number-of-unbroadcast-servers.py │ ├── 214_non-strictly-increment-sequence.py │ ├── 215_canteen-feeding-speed.py │ ├── 216_efficient-task-plan.py │ ├── 217_Alibaba-looks-for-gold-treasure-chests-1.py │ ├── 218_colorize-the-blackboard.py │ └── 219_numeric-sequence-comparison.py └── questions200 │ ├── 001_excel-cell-value-statistics.py │ ├── 002_the-number-of-Linux-distributions.py │ ├── 003_the-road-to-work.py │ ├── 004_number-without-101.py │ ├── 005_Cloud-SMS-platform-promotional-activity.py │ ├── 006_task-hybridization.py │ ├── 007_preferred-nucleic-acid-testing-points.py │ ├── 008_elegant-array.py │ ├── 009_signal-transmission-and-reception.py │ ├── 010_maximum-subarray-of-geometric-mean.py │ ├── 011_bonus-distribution.py │ ├── 012_blockchain-file-dumping-system.py │ ├── 013_interval-connector.py │ ├── 014_removing-extra-whitespace.py │ ├── 015_intercepting-spam.py │ ├── 016_soldiers-crossing-the-river.py │ ├── 017_natural-reservoirs.py │ ├── 018_finding-similar-words.py │ ├── 019_finding-the-longest-substring-meeting-requirements.py │ ├── 020_open-day-activity.py │ ├── 021_express-delivery-station.py │ ├── 022_express-delivery-allocation-problem.py │ ├── 023_searching-land-plot-establishment.py │ ├── 024_number-addition-and-subtraction-game.py │ ├── 025_undirected-graph-coloring-problem.py │ ├── 026_optimal-resource-allocation.py │ ├── 027_best-opponent.py │ ├── 028_at-most-how-many-right-triangles.py │ ├── 029_max-count-of-equal-and-disjoint-contiguous-subsequences.py │ ├── 030_min-number-of-segments-covered.py │ ├── 031_worst-product-award.py │ ├── 032_best-location-for-service-center.py │ ├── 033_robot-movement-area.py │ ├── 034_cabinets-layout.py │ ├── 035_search-elements-in-the-tree.py │ ├── 036_find-the-largest-number.py │ ├── 037_wolf-sheep-crossing-the-river.py │ ├── 038_hardware-product-sales-plan.py │ ├── 039_combine-the-legal-minimum.py │ ├── 040_assemble-new-array.py │ ├── 041_min-number-of-uniform-weight-limit.py │ ├── 042_count-the-number-of-matching-pairs.py │ ├── 043_comparison-of-similarities-and-differences.py │ ├── 044_decompression-algorithm.py │ ├── 045_calculate-network-signal.py │ ├── 046_increment-string.py │ ├── 047_divide-the-string.py │ ├── 048_servers-that-can-make-up-a-network.py │ ├── 049_enhanced-strstr.py │ ├── 050_shopping.py │ └── 051_print-task-sequencing.py ├── docs ├── .nojekyll ├── README.md ├── _sidebar.md ├── choice100 │ ├── 001_AI-Processor-Combination.md │ ├── 002_task-execute-total-time.md │ ├── 003_count-outstanding-students.md │ ├── 004_PV-site-construction-plan.md │ ├── 005_anonymous-letter.md │ ├── 006_reverse-words.md │ ├── 007_base-station-maintenance-engineer.md │ ├── 008_find-duplicate-codes.md │ ├── 009_decrypt-string.md │ ├── 010_rearrange-string.md │ ├── 011_symmetric-string.md │ ├── 012_find-important-keys.md │ ├── 013_find-key.md │ ├── 014_find-the-middle-node-of-the-linked-list.md │ ├── 015_have-fun.md │ ├── 016_abnormal-attendance-records.md │ ├── 017_integration-testing-of-microservices.md │ ├── 018_print-file.md │ ├── 019_count-vehicle-colors.md │ ├── 020_find-number.md │ ├── 021_shooting-competition.md │ ├── 022_the-middle-position-of-array.md │ ├── 023_adjust-poker.md │ ├── 024_seat-assignment.md │ ├── 025_choose-location-of-the-new-school.md │ ├── 026_log-collection-system.md │ ├── 027_star-basketball-competition.md │ ├── 028_maximum-number-of-substrings-extracted.md │ ├── 029_max-salary.md │ ├── 030_minimum-applicator-energy-efficiency.md │ ├── 031_leftmost-redundant-overlay-substring.md │ ├── 032_min-board-length.md │ ├── 033_find-charging-device-combinations.md │ ├── 034_finds-a-single-entry-free-area.md │ ├── 035_specific-double-ended-que.md │ ├── 036_riddles.md │ ├── 037_block-games-with-the-same-number.md │ ├── 038_knowledge-graph-neologism-mining.md │ ├── 039_car-rental-ride-Green-Island.md │ ├── 040_port-merging.md │ ├── 041_the-boxes-are-arranged-in-a-zigzag-pattern.md │ ├── 042_Online-mall-promotions-1.md │ ├── 043_automatic-exposure.md │ ├── 044_obtain-the-maximum-software-version-number.md │ ├── 045_get-the-perfect-position.md │ ├── 046_currency-unit-conversion.md │ ├── 047_greedy-businessmen-maximum-profit.md │ ├── 048_bit-error-rate.md │ ├── 049_static-scanning-optimal-cost.md │ ├── 050_hotel-reservation.md │ └── images │ │ └── 041-001-zigzag.png ├── images │ └── qrcode.jpeg ├── index.html ├── others100 │ ├── 001_AI-recognition-panel.md │ ├── 002_GPU-scheduling.md │ ├── 003_convert-IPv4-addresses-to-integers.md │ ├── 004_n-decimal-subtraction.md │ ├── 005_rsa-encryption-algorithm.md │ ├── 006_tlv-code.md │ ├── 007_vlan-resource-pool.md │ ├── 008_we-are-a-team.md │ ├── 009_inequality.md │ ├── 010_product-maximum-value.md │ ├── 011_nine-cell-key-input.md │ ├── 012_minimum-absolute-sum-of-two-numbers-in-an-out-of-order-integer-sequence.md │ ├── 013_event-push.md │ ├── 014_five-key-keyboard.md │ ├── 015_swap-characters.md │ ├── 016_sites-with-the-most-people.md │ ├── 017_the-most-popular-store.md │ ├── 018_task-scheduling.md │ ├── 019_the-MELON-conundrum.md │ ├── 020_tug-of-war-competition.md │ ├── 021_LISP-like-computation.md │ ├── 022_mode-and-median.md │ ├── 023_find-max-distance.md │ ├── 024_code-editor.md │ ├── 025_push-and-pop.md │ ├── 026_related-string.md │ ├── 027_memory-pool.md │ ├── 028_taxi-fare.md │ ├── 029_faulty-or-gate-circuit.md │ ├── 030_sharing-blocks.md │ ├── 031_sharing-candies.md │ ├── 032_sharing-apples.md │ ├── 033_find-prime-factors.md │ ├── 034_remove-a-specified-directory.md │ ├── 035_remove-minimum-characters.md │ ├── 036_maximum-value-after-deletion.md │ ├── 037_identify-poker.md │ ├── 038_remaining-available-character-set.md │ ├── 039_pythagorean-triple.md │ ├── 040_reverse-words.md │ ├── 041_gomoku-fans.md │ ├── 042_words-chain.md │ ├── 043_max-cards-number.md │ ├── 044_decode-compressed-string.md │ ├── 045_sum-number.md │ ├── 046_double-eleven.md │ ├── 047_rearrange-books.md │ ├── 048_hot-pot.md │ ├── 049_the-boundary-value-of-the-matrix-element.md │ ├── 050_highway-charging-planning.md │ ├── 051_employee-attendance.md │ ├── 052_respond-message-time.md │ ├── 053_take-the-confidential-elevator.md │ ├── 054_shout-seven.md │ ├── 055_good-friend.md │ ├── 056_the-length-of-substring.md │ ├── 057_letter-elimination.md │ ├── 058_letter-combination.md │ ├── 059_letter-counts.md │ ├── 060_string-encryption.md │ ├── 061_string-abstract.md │ ├── 062_string-match.md │ ├── 063_escape-room-game.md │ ├── 064_find-max-value.md │ ├── 065_determine-the-string-subsequence.md │ ├── 066_find-path.md │ ├── 067_search-continuous-scope.md │ ├── 068_shot-competition.md │ ├── 069_children-order.md │ ├── 070_broadcast-server.md │ ├── 071_seat-adjustment.md │ ├── 072_express-truck.md │ ├── 073_quick-construct-station.md │ ├── 074_total-fastest-detection-efficiency.md │ ├── 075_recover-array.md │ ├── 076_discount-fruit.md │ ├── 077_find-co-occurrence-number.md │ ├── 078_find-same-class-children.md │ ├── 079_find-it.md │ ├── 080_find-word.md │ ├── 081_find-city.md │ ├── 082_find-characters.md │ ├── 083_find-number.md │ ├── 084_find-the-minimum-number.md │ ├── 085_find-the-endpoint.md │ ├── 086_sound-off.md │ ├── 087_sound-off-game.md │ ├── 088_recruitment.md │ ├── 089_check-parentheses.md │ ├── 090_stitch-URLs.md │ ├── 091_replace-binary-trees-by-path.md │ ├── 092_pick-the-string.md │ ├── 093_the-priority-queue.md │ ├── 094_sensitive-field-encryption.md │ ├── 095_sequence-restore.md │ ├── 096_count-the-wild-geese.md │ ├── 097_the-numbers-game.md │ ├── 098_the-arrangement-of-numbers.md │ ├── 099_data-classification.md │ ├── 100_queuing-games.md │ ├── 101_the-most-economical-way-to-back-up-data.md │ ├── 102_array-merge.md │ ├── 103_array-sort.md │ ├── 104_array-make-up-minimum-number.md │ ├── 105_integer-factorization.md │ ├── 106_minimum-sum-of-integers.md │ ├── 107_integer-code.md │ ├── 108_file-directory-size.md │ ├── 109_doudizhu-1.md │ ├── 110_doudizhu-2.md │ ├── 111_new-job-number-system.md │ ├── 112_spin-dice.md │ ├── 113_time-format.md │ ├── 114_mingming's-random-number.md │ ├── 115_optimal-scheduling-policy.md │ ├── 116_lowest-order.md │ ├── 117_optimal-plant-distance-for-planting-trees.md │ ├── 118_the-largest-submatrix.md │ ├── 119_maximum-permutation.md │ ├── 119_the-N-permutation.md │ ├── 120_maximum-return-stock-return-problem.md │ ├── 121_maximum-connection-number-of-boys.md │ ├── 122_minimal-delivery-delay.md │ ├── 123_minimum-leaf-node.md │ ├── 124_minimum-number-of-steps.md │ ├── 125_minimum-number-of-exchanges.md │ ├── 126_minimum-number-of-stoped-cars.md │ ├── 127_the-least-time.md │ ├── 128_the-nearest-hospital.md │ ├── 129_the-nearest-point.md │ ├── 130_the-longest-common-suffix.md │ ├── 131_the-longest-legal-expression.md │ ├── 132_the-longest-vowel-string.md │ ├── 133_the-longest-continuous-alternating-square-wave-signal.md │ ├── 134_the-longest-consecutive-substring.md │ ├── 135_valid-substring.md │ ├── 136_service-dependencies.md │ ├── 137_server-power-consumption.md │ ├── 138_robots-walk-mazes.md │ ├── 139_witty-delivery-boy.md │ ├── 140_number-of-squares.md │ ├── 141_tree-structured-queries.md │ ├── 142_dictionary-reference.md │ ├── 143_hot-topics-and-word-sorting.md │ ├── 144_champions-and-runners-up-in-competition.md │ ├── 145_competition-rating.md │ ├── 146_narcissistic-number.md │ ├── 147_narcissistic-number2.md │ ├── 148_minimum-sum-of-integers.md │ ├── 149_k-elements-sum.md │ ├── 150_consecutive-number.md │ ├── 151_caving.md │ ├── 152_pipeline.md │ ├── 153_sliding-window.md │ ├── 154_mars-transformation.md │ ├── 155_martian_compute.md │ ├── 156_CBT-non-leaf-parts-post-order-traversal.md │ ├── 157_hostpot-network-statistivs.md │ ├── 158_guess-password.md │ ├── 159_monkey-climbing-the-mountain.md │ ├── 160_card-player.md │ ├── 161_longest-substring-in-circle.md │ ├── 162_copy-the-files-from-the-floppy-disk.md │ ├── 163_virus-infection.md │ ├── 164_max-number-of-consecutive-occurrences-of-the-same-char.md │ ├── 165_relative-open-syllable.md │ ├── 166_the-area-for-intersect-rectangles.md │ ├── 167_matrix-sparse-scan.md │ ├── 168_disk-capacity.md │ ├── 169_weighing-weights.md │ ├── 170_vertical-quad.md │ ├── 171_qualified-substring-length.md │ ├── 172_the-letter-of-the-k-th-min-code-value.md │ ├── 173_the-k-th-longest-string.md │ ├── 174_simple-memory-battery.md │ ├── 175_simple-unzip.md │ ├── 176_basketball-match.md │ ├── 177_screen-saver.md │ ├── 178_draw-machine.md │ ├── 179_meet-rules-combination.md │ ├── 180_statistical-monitoring.md │ ├── 181_surviving-on-a-desert-island.md │ ├── 182_archaeologist.md │ ├── 183_dinner-venue.md │ ├── 184_team-up-by-ability.md │ ├── 185_spacecraft.md │ ├── 186_english-input.md │ ├── 187_get-the-most-food.md │ ├── 188_replanting-of-unlived-poplar-trees.md │ ├── 189_watch-the-performance.md │ ├── 190_demystify-the-time-of-the-crime.md │ ├── 191_calculate-the-nearest-number.md │ ├── 192_comment-convert-output.md │ ├── 193_super-mario-crosses-the-suspension-bridge.md │ ├── 194_street-lighting.md │ ├── 195_peevers-2.md │ ├── 196_jump-the-grid-1.md │ ├── 197_jump-the-grid-2.md │ ├── 198_kick-stones.md │ ├── 199_height-sorting.md │ ├── 200_height-and-weight-ordering.md │ ├── 201_interscholasticmeet.md │ ├── 202_continuous-substrings.md │ ├── 203_consecutive-letter-length.md │ ├── 204_elective-courses.md │ ├── 205_choose-the-seat.md │ ├── 206_soldier-assault.md │ ├── 207_reassemble-the-string.md │ ├── 208_Alibaba-looks-for-gold-treasure-chests-2.md │ ├── 209_Alibaba-looks-for-gold-treasure-chests-3.md │ ├── 210_Alibaba-looks-for-gold-treasure-chests-4.md │ ├── 211_Alibaba-looks-for-gold-treasure-chests-5.md │ ├── 212_collect-five-blessing-cards.md │ ├── 213_the-number-of-unbroadcast-servers.md │ ├── 214_non-strictly-increment-sequence.md │ ├── 215_canteen-feeding-speed.md │ ├── 216_efficient-task-plan.md │ ├── 217_Alibaba-looks-for-gold-treasure-chests-1.md │ ├── 218_colorize-the-blackboard.md │ ├── 219_numeric-sequence-comparison.md │ └── images │ │ ├── 138_robot-mazes-eg2.png │ │ ├── 138_robots-mazes-demo.png │ │ ├── 170_vertical-quad1.png │ │ ├── 170_vertical-quad2.png │ │ └── 192_comment-sample1.png ├── questions200 │ ├── 001_excel-cell-value-statistics.md │ ├── 002_the-number-of-Linux-distributions.md │ ├── 003_the-road-to-work.md │ ├── 004_number-without-101.md │ ├── 005_Cloud-SMS-platform-promotional-activity.md │ ├── 006_task-hybridization.md │ ├── 007_preferred-nucleic-acid-testing-points.md │ ├── 008_elegant-array.md │ ├── 009_signal-transmission-and-reception.md │ ├── 010_maximum-subarray-of-geometric-mean.md │ ├── 011_bonus-distribution.md │ ├── 012_blockchain-file-dumping-system.md │ ├── 013_interval-connector.md │ ├── 014_removing-extra-whitespace.md │ ├── 015_intercepting-spam.md │ ├── 016_soldiers-crossing-the-river.md │ ├── 017_natural-reservoirs.md │ ├── 018_finding-similar-words.md │ ├── 019_finding-the-longest-substring-meeting-requirements.md │ ├── 020_open-day-activity.md │ ├── 021_express-delivery-station.md │ ├── 022_express-delivery-allocation-problem.md │ ├── 023_searching-land-plot-establishment.md │ ├── 024_number-addition-and-subtraction-game.md │ ├── 025_undirected-graph-coloring-problem.md │ ├── 026_optimal-resource-allocation.md │ ├── 027_best-opponent.md │ ├── 028_at-most-how-many-right-triangles.md │ ├── 029_max-count-of-equal-and-disjoint-contiguous-subsequences.md │ ├── 030_min-number-of-segments-covered.md │ ├── 031_worst-product-award.md │ ├── 032_best-location-for-service-center.md │ ├── 033_robot-movement-area.md │ ├── 034_cabinets-layout.md │ ├── 035_search-elements-in-the-tree.md │ ├── 036_find-the-largest-number.md │ ├── 037_wolf-sheep-crossing-the-river.md │ ├── 038_hardware-product-sales-plan.md │ ├── 039_combine-the-legal-minimum.md │ ├── 040_assemble-new-array.md │ ├── 041_min-number-of-uniform-weight-limit.md │ ├── 042_count-the-number-of-matching-pairs.md │ ├── 043_comparison-of-similarities-and-differences.md │ ├── 044_decompression-algorithm.md │ ├── 045_calculate-network-signal.md │ ├── 046_increment-string.md │ ├── 047_divide-the-string.md │ ├── 048_servers-that-can-make-up-a-network.md │ ├── 049_enhanced-strstr.md │ ├── 050_shopping.md │ ├── 051_print-task-sequencing.md │ └── images │ │ ├── 001-001-sample1-analysis.png │ │ ├── 002-001-sample-analysis.png │ │ ├── 003-001-sample-analysis.png │ │ ├── 003-002-dfs-description.png │ │ ├── 003-003-debug.png │ │ ├── 007-001-sample-analysis.png │ │ ├── 009-001-description.png │ │ ├── 014-001-description.png │ │ ├── 020-001-description.png │ │ ├── 033-001-sample-analysis.png │ │ ├── 035-001-sample-analysis.png │ │ ├── 045-001-sample-analysis1.png │ │ └── 045-002-sample-analysis2.png └── template.md └── images └── qrcode.jpeg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/README.md -------------------------------------------------------------------------------- /codes/choice100/001_AI-Processor-Combination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/001_AI-Processor-Combination.py -------------------------------------------------------------------------------- /codes/choice100/002_task-execute-total-time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/002_task-execute-total-time.py -------------------------------------------------------------------------------- /codes/choice100/003_count-outstanding-students.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/003_count-outstanding-students.py -------------------------------------------------------------------------------- /codes/choice100/004_PV-site-construction-plan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/004_PV-site-construction-plan.py -------------------------------------------------------------------------------- /codes/choice100/005_anonymous-letter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/005_anonymous-letter.py -------------------------------------------------------------------------------- /codes/choice100/006_reverse-words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/006_reverse-words.py -------------------------------------------------------------------------------- /codes/choice100/007_base-station-maintenance-engineer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/007_base-station-maintenance-engineer.py -------------------------------------------------------------------------------- /codes/choice100/008_find-duplicate-codes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/008_find-duplicate-codes.py -------------------------------------------------------------------------------- /codes/choice100/009_decrypt-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/009_decrypt-string.py -------------------------------------------------------------------------------- /codes/choice100/010_rearrange-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/010_rearrange-string.py -------------------------------------------------------------------------------- /codes/choice100/011_symmetric-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/011_symmetric-string.py -------------------------------------------------------------------------------- /codes/choice100/012_find-important-keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/012_find-important-keys.py -------------------------------------------------------------------------------- /codes/choice100/013_find-key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/013_find-key.py -------------------------------------------------------------------------------- /codes/choice100/014_find-the-middle-node-of-the-linked-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/014_find-the-middle-node-of-the-linked-list.py -------------------------------------------------------------------------------- /codes/choice100/015_have-fun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/015_have-fun.py -------------------------------------------------------------------------------- /codes/choice100/016_abnormal-attendance-records.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/016_abnormal-attendance-records.py -------------------------------------------------------------------------------- /codes/choice100/017_integration-testing-of-microservices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/017_integration-testing-of-microservices.py -------------------------------------------------------------------------------- /codes/choice100/018_print-file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/018_print-file.py -------------------------------------------------------------------------------- /codes/choice100/019_count-vehicle-colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/019_count-vehicle-colors.py -------------------------------------------------------------------------------- /codes/choice100/020_find-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/020_find-number.py -------------------------------------------------------------------------------- /codes/choice100/021_shooting-competition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/021_shooting-competition.py -------------------------------------------------------------------------------- /codes/choice100/022_the-middle-position-of-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/022_the-middle-position-of-array.py -------------------------------------------------------------------------------- /codes/choice100/023_adjust-poker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/023_adjust-poker.py -------------------------------------------------------------------------------- /codes/choice100/024_seat-assignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/024_seat-assignment.py -------------------------------------------------------------------------------- /codes/choice100/025_choose-location-of-the-new-school.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/025_choose-location-of-the-new-school.py -------------------------------------------------------------------------------- /codes/choice100/026_log-collection-system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/026_log-collection-system.py -------------------------------------------------------------------------------- /codes/choice100/027_star-basketball-competition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/027_star-basketball-competition.py -------------------------------------------------------------------------------- /codes/choice100/028_maximum-number-of-substrings-extracted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/028_maximum-number-of-substrings-extracted.py -------------------------------------------------------------------------------- /codes/choice100/029_max-salary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/029_max-salary.py -------------------------------------------------------------------------------- /codes/choice100/030_minimum-applicator-energy-efficiency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/030_minimum-applicator-energy-efficiency.py -------------------------------------------------------------------------------- /codes/choice100/031_leftmost-redundant-overlay-substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/031_leftmost-redundant-overlay-substring.py -------------------------------------------------------------------------------- /codes/choice100/032_min-board-length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/032_min-board-length.py -------------------------------------------------------------------------------- /codes/choice100/033_find-charging-device-combinations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/033_find-charging-device-combinations.py -------------------------------------------------------------------------------- /codes/choice100/034_finds-a-single-entry-free-area.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/034_finds-a-single-entry-free-area.py -------------------------------------------------------------------------------- /codes/choice100/035_specific-double-ended-que.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/035_specific-double-ended-que.py -------------------------------------------------------------------------------- /codes/choice100/036_riddles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/036_riddles.py -------------------------------------------------------------------------------- /codes/choice100/037_block-games-with-the-same-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/037_block-games-with-the-same-number.py -------------------------------------------------------------------------------- /codes/choice100/038_knowledge-graph-neologism-mining.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/038_knowledge-graph-neologism-mining.py -------------------------------------------------------------------------------- /codes/choice100/039_car-rental-ride-Green-Island.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/039_car-rental-ride-Green-Island.py -------------------------------------------------------------------------------- /codes/choice100/040_port-merging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/040_port-merging.py -------------------------------------------------------------------------------- /codes/choice100/041_the-boxes-are-arranged-in-a-zigzag-pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/041_the-boxes-are-arranged-in-a-zigzag-pattern.py -------------------------------------------------------------------------------- /codes/choice100/042_Online-mall-promotions-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/042_Online-mall-promotions-1.py -------------------------------------------------------------------------------- /codes/choice100/043_automatic-exposure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/043_automatic-exposure.py -------------------------------------------------------------------------------- /codes/choice100/044_obtain-the-maximum-software-version-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/044_obtain-the-maximum-software-version-number.py -------------------------------------------------------------------------------- /codes/choice100/045_get-the-perfect-position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/045_get-the-perfect-position.py -------------------------------------------------------------------------------- /codes/choice100/046_currency-unit-conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/046_currency-unit-conversion.py -------------------------------------------------------------------------------- /codes/choice100/047_greedy-businessmen-maximum-profit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/047_greedy-businessmen-maximum-profit.py -------------------------------------------------------------------------------- /codes/choice100/048_bit-error-rate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/048_bit-error-rate.py -------------------------------------------------------------------------------- /codes/choice100/049_static-scanning-optimal-cost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/049_static-scanning-optimal-cost.py -------------------------------------------------------------------------------- /codes/choice100/050_hotel-reservation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/choice100/050_hotel-reservation.py -------------------------------------------------------------------------------- /codes/others100/001_AI-recognition-panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/001_AI-recognition-panel.py -------------------------------------------------------------------------------- /codes/others100/002_GPU-scheduling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/002_GPU-scheduling.py -------------------------------------------------------------------------------- /codes/others100/003_convert-IPv4-addresses-to-integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/003_convert-IPv4-addresses-to-integers.py -------------------------------------------------------------------------------- /codes/others100/004_n-decimal-subtraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/004_n-decimal-subtraction.py -------------------------------------------------------------------------------- /codes/others100/005_rsa-encryption-algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/005_rsa-encryption-algorithm.py -------------------------------------------------------------------------------- /codes/others100/006_tlv-code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/006_tlv-code.py -------------------------------------------------------------------------------- /codes/others100/007_vlan-resource-pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/007_vlan-resource-pool.py -------------------------------------------------------------------------------- /codes/others100/008_we-are-a-team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/008_we-are-a-team.py -------------------------------------------------------------------------------- /codes/others100/009_inequality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/009_inequality.py -------------------------------------------------------------------------------- /codes/others100/010_product-maximum-value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/010_product-maximum-value.py -------------------------------------------------------------------------------- /codes/others100/011_nine-cell-key-input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/011_nine-cell-key-input.py -------------------------------------------------------------------------------- /codes/others100/012_minimum-absolute-sum-of-two-numbers-in-an-out-of-order-integer-sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/012_minimum-absolute-sum-of-two-numbers-in-an-out-of-order-integer-sequence.py -------------------------------------------------------------------------------- /codes/others100/013_event-push.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/013_event-push.py -------------------------------------------------------------------------------- /codes/others100/014_five-key-keyboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/014_five-key-keyboard.py -------------------------------------------------------------------------------- /codes/others100/015_swap-characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/015_swap-characters.py -------------------------------------------------------------------------------- /codes/others100/016_sites-with-the-most-people.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/016_sites-with-the-most-people.py -------------------------------------------------------------------------------- /codes/others100/017_the-most-popular-store.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/017_the-most-popular-store.py -------------------------------------------------------------------------------- /codes/others100/018_task-scheduling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/018_task-scheduling.py -------------------------------------------------------------------------------- /codes/others100/019_the-MELON-conundrum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/019_the-MELON-conundrum.py -------------------------------------------------------------------------------- /codes/others100/020_tug-of-war-competition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/020_tug-of-war-competition.py -------------------------------------------------------------------------------- /codes/others100/021_LISP-like-computation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/021_LISP-like-computation.py -------------------------------------------------------------------------------- /codes/others100/022_mode-and-median.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/022_mode-and-median.py -------------------------------------------------------------------------------- /codes/others100/023_find-max-distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/023_find-max-distance.py -------------------------------------------------------------------------------- /codes/others100/024_code-editor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/024_code-editor.py -------------------------------------------------------------------------------- /codes/others100/025_push-and-pop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/025_push-and-pop.py -------------------------------------------------------------------------------- /codes/others100/026_related-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/026_related-string.py -------------------------------------------------------------------------------- /codes/others100/027_memory-pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/027_memory-pool.py -------------------------------------------------------------------------------- /codes/others100/028_taxi-fare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/028_taxi-fare.py -------------------------------------------------------------------------------- /codes/others100/029_faulty-or-gate-circuit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/029_faulty-or-gate-circuit.py -------------------------------------------------------------------------------- /codes/others100/030_sharing-blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/030_sharing-blocks.py -------------------------------------------------------------------------------- /codes/others100/031_sharing-candies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/031_sharing-candies.py -------------------------------------------------------------------------------- /codes/others100/032_sharing-apples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/032_sharing-apples.py -------------------------------------------------------------------------------- /codes/others100/033_find-prime-factors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/033_find-prime-factors.py -------------------------------------------------------------------------------- /codes/others100/034_remove-a-specified-directory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/034_remove-a-specified-directory.py -------------------------------------------------------------------------------- /codes/others100/035_remove-minimum-characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/035_remove-minimum-characters.py -------------------------------------------------------------------------------- /codes/others100/036_maximum-value-after-deletion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/036_maximum-value-after-deletion.py -------------------------------------------------------------------------------- /codes/others100/037_identify-poker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/037_identify-poker.py -------------------------------------------------------------------------------- /codes/others100/038_remaining-available-character-set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/038_remaining-available-character-set.py -------------------------------------------------------------------------------- /codes/others100/039_pythagorean-triple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/039_pythagorean-triple.py -------------------------------------------------------------------------------- /codes/others100/040_reverse-words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/040_reverse-words.py -------------------------------------------------------------------------------- /codes/others100/041_gomoku-fans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/041_gomoku-fans.py -------------------------------------------------------------------------------- /codes/others100/042_words-chain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/042_words-chain.py -------------------------------------------------------------------------------- /codes/others100/043_max-cards-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/043_max-cards-number.py -------------------------------------------------------------------------------- /codes/others100/044_decode-compressed-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/044_decode-compressed-string.py -------------------------------------------------------------------------------- /codes/others100/045_sum-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/045_sum-number.py -------------------------------------------------------------------------------- /codes/others100/046_double-eleven.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/046_double-eleven.py -------------------------------------------------------------------------------- /codes/others100/047_rearrange-books.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/047_rearrange-books.py -------------------------------------------------------------------------------- /codes/others100/048_hot-pot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/048_hot-pot.py -------------------------------------------------------------------------------- /codes/others100/049_the-boundary-value-of-the-matrix-element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/049_the-boundary-value-of-the-matrix-element.py -------------------------------------------------------------------------------- /codes/others100/050_highway-charging-planning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/050_highway-charging-planning.py -------------------------------------------------------------------------------- /codes/others100/051_employee-attendance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/051_employee-attendance.py -------------------------------------------------------------------------------- /codes/others100/052_respond-message-time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/052_respond-message-time.py -------------------------------------------------------------------------------- /codes/others100/053_take-the-confidential-elevator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/053_take-the-confidential-elevator.py -------------------------------------------------------------------------------- /codes/others100/054_shout-seven.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/054_shout-seven.py -------------------------------------------------------------------------------- /codes/others100/055_good-friend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/055_good-friend.py -------------------------------------------------------------------------------- /codes/others100/056_the-length-of-substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/056_the-length-of-substring.py -------------------------------------------------------------------------------- /codes/others100/057_letter-elimination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/057_letter-elimination.py -------------------------------------------------------------------------------- /codes/others100/058_letter-combination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/058_letter-combination.py -------------------------------------------------------------------------------- /codes/others100/059_letter-counts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/059_letter-counts.py -------------------------------------------------------------------------------- /codes/others100/060_string-encryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/060_string-encryption.py -------------------------------------------------------------------------------- /codes/others100/061_string-abstract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/061_string-abstract.py -------------------------------------------------------------------------------- /codes/others100/062_string-match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/062_string-match.py -------------------------------------------------------------------------------- /codes/others100/063_escape-room-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/063_escape-room-game.py -------------------------------------------------------------------------------- /codes/others100/064_find-max-value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/064_find-max-value.py -------------------------------------------------------------------------------- /codes/others100/065_determine-the-string-subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/065_determine-the-string-subsequence.py -------------------------------------------------------------------------------- /codes/others100/066_find-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/066_find-path.py -------------------------------------------------------------------------------- /codes/others100/067_search-continuous-scope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/067_search-continuous-scope.py -------------------------------------------------------------------------------- /codes/others100/068_shot-competition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/068_shot-competition.py -------------------------------------------------------------------------------- /codes/others100/069_children-order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/069_children-order.py -------------------------------------------------------------------------------- /codes/others100/070_broadcast-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/070_broadcast-server.py -------------------------------------------------------------------------------- /codes/others100/071_seat-adjustment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/071_seat-adjustment.py -------------------------------------------------------------------------------- /codes/others100/072_express-truck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/072_express-truck.py -------------------------------------------------------------------------------- /codes/others100/073_quick-construct-station.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/073_quick-construct-station.py -------------------------------------------------------------------------------- /codes/others100/074_total-fastest-detection-efficiency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/074_total-fastest-detection-efficiency.py -------------------------------------------------------------------------------- /codes/others100/075_recover-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/075_recover-array.py -------------------------------------------------------------------------------- /codes/others100/076_discount-fruit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/076_discount-fruit.py -------------------------------------------------------------------------------- /codes/others100/077_find-co-occurrence-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/077_find-co-occurrence-number.py -------------------------------------------------------------------------------- /codes/others100/078_find-same-class-children.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/078_find-same-class-children.py -------------------------------------------------------------------------------- /codes/others100/079_find-it.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/079_find-it.py -------------------------------------------------------------------------------- /codes/others100/080_find-word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/080_find-word.py -------------------------------------------------------------------------------- /codes/others100/081_find-city.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/081_find-city.py -------------------------------------------------------------------------------- /codes/others100/082_find-characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/082_find-characters.py -------------------------------------------------------------------------------- /codes/others100/083_find-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/083_find-number.py -------------------------------------------------------------------------------- /codes/others100/084_find-the-minimum-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/084_find-the-minimum-number.py -------------------------------------------------------------------------------- /codes/others100/085_find-the-endpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/085_find-the-endpoint.py -------------------------------------------------------------------------------- /codes/others100/086_sound-off.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/086_sound-off.py -------------------------------------------------------------------------------- /codes/others100/087_sound-off-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/087_sound-off-game.py -------------------------------------------------------------------------------- /codes/others100/088_recruitment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/088_recruitment.py -------------------------------------------------------------------------------- /codes/others100/089_check-parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/089_check-parentheses.py -------------------------------------------------------------------------------- /codes/others100/090_stitch-URLs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/090_stitch-URLs.py -------------------------------------------------------------------------------- /codes/others100/091_replace-binary-trees-by-path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/091_replace-binary-trees-by-path.py -------------------------------------------------------------------------------- /codes/others100/092_pick-the-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/092_pick-the-string.py -------------------------------------------------------------------------------- /codes/others100/093_the-priority-queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/093_the-priority-queue.py -------------------------------------------------------------------------------- /codes/others100/094_sensitive-field-encryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/094_sensitive-field-encryption.py -------------------------------------------------------------------------------- /codes/others100/095_sequence-restore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/095_sequence-restore.py -------------------------------------------------------------------------------- /codes/others100/096_count-the-wild-geese.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/096_count-the-wild-geese.py -------------------------------------------------------------------------------- /codes/others100/097_the-numbers-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/097_the-numbers-game.py -------------------------------------------------------------------------------- /codes/others100/098_the-arrangement-of-numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/098_the-arrangement-of-numbers.py -------------------------------------------------------------------------------- /codes/others100/099_data-classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/099_data-classification.py -------------------------------------------------------------------------------- /codes/others100/100_queuing-games.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/100_queuing-games.py -------------------------------------------------------------------------------- /codes/others100/101_the-most-economical-way-to-back-up-data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/101_the-most-economical-way-to-back-up-data.py -------------------------------------------------------------------------------- /codes/others100/102_array-merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/102_array-merge.py -------------------------------------------------------------------------------- /codes/others100/103_array-sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/103_array-sort.py -------------------------------------------------------------------------------- /codes/others100/104_array-make-up-minimum-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/104_array-make-up-minimum-number.py -------------------------------------------------------------------------------- /codes/others100/105_integer-factorization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/105_integer-factorization.py -------------------------------------------------------------------------------- /codes/others100/106_minimum-sum-of-integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/106_minimum-sum-of-integers.py -------------------------------------------------------------------------------- /codes/others100/107_integer-code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/107_integer-code.py -------------------------------------------------------------------------------- /codes/others100/108_file-directory-size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/108_file-directory-size.py -------------------------------------------------------------------------------- /codes/others100/109_doudizhu-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/109_doudizhu-1.py -------------------------------------------------------------------------------- /codes/others100/110_doudizhu-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/110_doudizhu-2.py -------------------------------------------------------------------------------- /codes/others100/111_new-job-number-system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/111_new-job-number-system.py -------------------------------------------------------------------------------- /codes/others100/112_spin-dice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/112_spin-dice.py -------------------------------------------------------------------------------- /codes/others100/113_time-format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/113_time-format.py -------------------------------------------------------------------------------- /codes/others100/114_mingming's-random-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/114_mingming's-random-number.py -------------------------------------------------------------------------------- /codes/others100/115_optimal-scheduling-policy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/115_optimal-scheduling-policy.py -------------------------------------------------------------------------------- /codes/others100/116_lowest-order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/116_lowest-order.py -------------------------------------------------------------------------------- /codes/others100/117_optimal-plant-distance-for-planting-trees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/117_optimal-plant-distance-for-planting-trees.py -------------------------------------------------------------------------------- /codes/others100/118_the-largest-submatrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/118_the-largest-submatrix.py -------------------------------------------------------------------------------- /codes/others100/119_maximum-permutation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/119_maximum-permutation.py -------------------------------------------------------------------------------- /codes/others100/119_the-N-permutation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/119_the-N-permutation.py -------------------------------------------------------------------------------- /codes/others100/120_maximum-return-stock-return-problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/120_maximum-return-stock-return-problem.py -------------------------------------------------------------------------------- /codes/others100/121_maximum-connection-number-of-boys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/121_maximum-connection-number-of-boys.py -------------------------------------------------------------------------------- /codes/others100/122_minimal-delivery-delay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/122_minimal-delivery-delay.py -------------------------------------------------------------------------------- /codes/others100/123_minimum-leaf-node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/123_minimum-leaf-node.py -------------------------------------------------------------------------------- /codes/others100/124_minimum-number-of-steps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/124_minimum-number-of-steps.py -------------------------------------------------------------------------------- /codes/others100/125_minimum-number-of-exchanges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/125_minimum-number-of-exchanges.py -------------------------------------------------------------------------------- /codes/others100/126_minimum-number-of-stoped-cars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/126_minimum-number-of-stoped-cars.py -------------------------------------------------------------------------------- /codes/others100/127_the-least-time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/127_the-least-time.py -------------------------------------------------------------------------------- /codes/others100/128_the-nearest-hospital.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/128_the-nearest-hospital.py -------------------------------------------------------------------------------- /codes/others100/129_the-nearest-point.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/129_the-nearest-point.py -------------------------------------------------------------------------------- /codes/others100/130_the-longest-common-suffix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/130_the-longest-common-suffix.py -------------------------------------------------------------------------------- /codes/others100/131_the-longest-legal-expression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/131_the-longest-legal-expression.py -------------------------------------------------------------------------------- /codes/others100/132_the-longest-vowel-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/132_the-longest-vowel-string.py -------------------------------------------------------------------------------- /codes/others100/133_the-longest-continuous-alternating-square-wave-signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/133_the-longest-continuous-alternating-square-wave-signal.py -------------------------------------------------------------------------------- /codes/others100/134_the-longest-consecutive-substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/134_the-longest-consecutive-substring.py -------------------------------------------------------------------------------- /codes/others100/135_valid-substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/135_valid-substring.py -------------------------------------------------------------------------------- /codes/others100/136_service-dependencies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/136_service-dependencies.py -------------------------------------------------------------------------------- /codes/others100/137_server-power-consumption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/137_server-power-consumption.py -------------------------------------------------------------------------------- /codes/others100/138_robots-walk-mazes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/138_robots-walk-mazes.py -------------------------------------------------------------------------------- /codes/others100/139_witty-delivery-boy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/139_witty-delivery-boy.py -------------------------------------------------------------------------------- /codes/others100/140_number-of-squares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/140_number-of-squares.py -------------------------------------------------------------------------------- /codes/others100/141_tree-structured-queries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/141_tree-structured-queries.py -------------------------------------------------------------------------------- /codes/others100/142_dictionary-reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/142_dictionary-reference.py -------------------------------------------------------------------------------- /codes/others100/143_hot-topics-and-word-sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/143_hot-topics-and-word-sorting.py -------------------------------------------------------------------------------- /codes/others100/144_champions-and-runners-up-in-competition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/144_champions-and-runners-up-in-competition.py -------------------------------------------------------------------------------- /codes/others100/145_competition-rating.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/145_competition-rating.py -------------------------------------------------------------------------------- /codes/others100/146_narcissistic-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/146_narcissistic-number.py -------------------------------------------------------------------------------- /codes/others100/147_narcissistic-number2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/147_narcissistic-number2.py -------------------------------------------------------------------------------- /codes/others100/148_minimum-sum-of-integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/148_minimum-sum-of-integers.py -------------------------------------------------------------------------------- /codes/others100/149_k-elements-sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/149_k-elements-sum.py -------------------------------------------------------------------------------- /codes/others100/150_consecutive-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/150_consecutive-number.py -------------------------------------------------------------------------------- /codes/others100/151_caving.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/151_caving.py -------------------------------------------------------------------------------- /codes/others100/152_pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/152_pipeline.py -------------------------------------------------------------------------------- /codes/others100/153_sliding-window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/153_sliding-window.py -------------------------------------------------------------------------------- /codes/others100/154_mars-transformation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/154_mars-transformation.py -------------------------------------------------------------------------------- /codes/others100/155_martian_compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/155_martian_compute.py -------------------------------------------------------------------------------- /codes/others100/156_CBT-non-leaf-parts-post-order-traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/156_CBT-non-leaf-parts-post-order-traversal.py -------------------------------------------------------------------------------- /codes/others100/157_hostpot-network-statistics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/157_hostpot-network-statistics.py -------------------------------------------------------------------------------- /codes/others100/158_guess-password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/158_guess-password.py -------------------------------------------------------------------------------- /codes/others100/159_monkey-climbing-the-mountain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/159_monkey-climbing-the-mountain.py -------------------------------------------------------------------------------- /codes/others100/160_card-player.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/160_card-player.py -------------------------------------------------------------------------------- /codes/others100/161_longest-substring-in-circle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/161_longest-substring-in-circle.py -------------------------------------------------------------------------------- /codes/others100/162_copy-the-files-from-the-floppy-disk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/162_copy-the-files-from-the-floppy-disk.py -------------------------------------------------------------------------------- /codes/others100/163_virus-infection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/163_virus-infection.py -------------------------------------------------------------------------------- /codes/others100/164_max-number-of-consecutive-occurrences-of-the-same-char.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/164_max-number-of-consecutive-occurrences-of-the-same-char.py -------------------------------------------------------------------------------- /codes/others100/165_relative-open-syllable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/165_relative-open-syllable.py -------------------------------------------------------------------------------- /codes/others100/166_the-area-for-intersect-rectangles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/166_the-area-for-intersect-rectangles.py -------------------------------------------------------------------------------- /codes/others100/167_matrix-sparse-scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/167_matrix-sparse-scan.py -------------------------------------------------------------------------------- /codes/others100/168_disk-capacity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/168_disk-capacity.py -------------------------------------------------------------------------------- /codes/others100/169_weighing-weights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/169_weighing-weights.py -------------------------------------------------------------------------------- /codes/others100/170_vertical-quad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/170_vertical-quad.py -------------------------------------------------------------------------------- /codes/others100/171_qualified-substring-length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/171_qualified-substring-length.py -------------------------------------------------------------------------------- /codes/others100/172_the-letter-of-the-k-th-min-code-value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/172_the-letter-of-the-k-th-min-code-value.py -------------------------------------------------------------------------------- /codes/others100/173-the-k-th-longest-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/173-the-k-th-longest-string.py -------------------------------------------------------------------------------- /codes/others100/174_simple-memory-battery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/174_simple-memory-battery.py -------------------------------------------------------------------------------- /codes/others100/175_simple-unzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/175_simple-unzip.py -------------------------------------------------------------------------------- /codes/others100/176_basketball-match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/176_basketball-match.py -------------------------------------------------------------------------------- /codes/others100/177_screen-saver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/177_screen-saver.py -------------------------------------------------------------------------------- /codes/others100/178_draw-machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/178_draw-machine.py -------------------------------------------------------------------------------- /codes/others100/179_meet-rules-combination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/179_meet-rules-combination.py -------------------------------------------------------------------------------- /codes/others100/180_statistical-monitoring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/180_statistical-monitoring.py -------------------------------------------------------------------------------- /codes/others100/181_surviving-on-a-desert-island.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/181_surviving-on-a-desert-island.py -------------------------------------------------------------------------------- /codes/others100/182_archaeologist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/182_archaeologist.py -------------------------------------------------------------------------------- /codes/others100/183_dinner-venue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/183_dinner-venue.py -------------------------------------------------------------------------------- /codes/others100/184_team-up-by-ability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/184_team-up-by-ability.py -------------------------------------------------------------------------------- /codes/others100/185_spacecraft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/185_spacecraft.py -------------------------------------------------------------------------------- /codes/others100/186_english-input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/186_english-input.py -------------------------------------------------------------------------------- /codes/others100/187_get-the-most-food.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/187_get-the-most-food.py -------------------------------------------------------------------------------- /codes/others100/188_replanting-of-unlived-poplar-trees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/188_replanting-of-unlived-poplar-trees.py -------------------------------------------------------------------------------- /codes/others100/189_watch-the-performance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/189_watch-the-performance.py -------------------------------------------------------------------------------- /codes/others100/190_demystify-the-time-of-the-crime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/190_demystify-the-time-of-the-crime.py -------------------------------------------------------------------------------- /codes/others100/191_calculate-the-nearest-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/191_calculate-the-nearest-number.py -------------------------------------------------------------------------------- /codes/others100/192_comment-convert-output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/192_comment-convert-output.py -------------------------------------------------------------------------------- /codes/others100/193_super-mario-crosses-the-suspension-bridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/193_super-mario-crosses-the-suspension-bridge.py -------------------------------------------------------------------------------- /codes/others100/194_street-lighting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/194_street-lighting.py -------------------------------------------------------------------------------- /codes/others100/195_peevers-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/195_peevers-2.py -------------------------------------------------------------------------------- /codes/others100/196_jump-the-grid-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/196_jump-the-grid-1.py -------------------------------------------------------------------------------- /codes/others100/197_jump-the-grid-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/197_jump-the-grid-2.py -------------------------------------------------------------------------------- /codes/others100/198_kick-stones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/198_kick-stones.py -------------------------------------------------------------------------------- /codes/others100/199_height-sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/199_height-sorting.py -------------------------------------------------------------------------------- /codes/others100/200_height-and-weight-ordering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/200_height-and-weight-ordering.py -------------------------------------------------------------------------------- /codes/others100/201_interscholasticmeet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/201_interscholasticmeet.py -------------------------------------------------------------------------------- /codes/others100/202_continuous-substrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/202_continuous-substrings.py -------------------------------------------------------------------------------- /codes/others100/203_consecutive-letter-length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/203_consecutive-letter-length.py -------------------------------------------------------------------------------- /codes/others100/204_elective-courses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/204_elective-courses.py -------------------------------------------------------------------------------- /codes/others100/205_choose-the-seat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/205_choose-the-seat.py -------------------------------------------------------------------------------- /codes/others100/206_soldier-assault.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/206_soldier-assault.py -------------------------------------------------------------------------------- /codes/others100/207_reassemble-the-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/207_reassemble-the-string.py -------------------------------------------------------------------------------- /codes/others100/208_Alibaba-looks-for-gold-treasure-chests-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/208_Alibaba-looks-for-gold-treasure-chests-2.py -------------------------------------------------------------------------------- /codes/others100/209_Alibaba-looks-for-gold-treasure-chests-3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/209_Alibaba-looks-for-gold-treasure-chests-3.py -------------------------------------------------------------------------------- /codes/others100/210_Alibaba-looks-for-gold-treasure-chests-4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/210_Alibaba-looks-for-gold-treasure-chests-4.py -------------------------------------------------------------------------------- /codes/others100/211_Alibaba-looks-for-gold-treasure-chests-5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/211_Alibaba-looks-for-gold-treasure-chests-5.py -------------------------------------------------------------------------------- /codes/others100/212_collect-five-blessing-cards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/212_collect-five-blessing-cards.py -------------------------------------------------------------------------------- /codes/others100/213_the-number-of-unbroadcast-servers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/213_the-number-of-unbroadcast-servers.py -------------------------------------------------------------------------------- /codes/others100/214_non-strictly-increment-sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/214_non-strictly-increment-sequence.py -------------------------------------------------------------------------------- /codes/others100/215_canteen-feeding-speed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/215_canteen-feeding-speed.py -------------------------------------------------------------------------------- /codes/others100/216_efficient-task-plan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/216_efficient-task-plan.py -------------------------------------------------------------------------------- /codes/others100/217_Alibaba-looks-for-gold-treasure-chests-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/217_Alibaba-looks-for-gold-treasure-chests-1.py -------------------------------------------------------------------------------- /codes/others100/218_colorize-the-blackboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/218_colorize-the-blackboard.py -------------------------------------------------------------------------------- /codes/others100/219_numeric-sequence-comparison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/others100/219_numeric-sequence-comparison.py -------------------------------------------------------------------------------- /codes/questions200/001_excel-cell-value-statistics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/001_excel-cell-value-statistics.py -------------------------------------------------------------------------------- /codes/questions200/002_the-number-of-Linux-distributions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/002_the-number-of-Linux-distributions.py -------------------------------------------------------------------------------- /codes/questions200/003_the-road-to-work.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/003_the-road-to-work.py -------------------------------------------------------------------------------- /codes/questions200/004_number-without-101.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/004_number-without-101.py -------------------------------------------------------------------------------- /codes/questions200/005_Cloud-SMS-platform-promotional-activity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/005_Cloud-SMS-platform-promotional-activity.py -------------------------------------------------------------------------------- /codes/questions200/006_task-hybridization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/006_task-hybridization.py -------------------------------------------------------------------------------- /codes/questions200/007_preferred-nucleic-acid-testing-points.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/007_preferred-nucleic-acid-testing-points.py -------------------------------------------------------------------------------- /codes/questions200/008_elegant-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/008_elegant-array.py -------------------------------------------------------------------------------- /codes/questions200/009_signal-transmission-and-reception.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/009_signal-transmission-and-reception.py -------------------------------------------------------------------------------- /codes/questions200/010_maximum-subarray-of-geometric-mean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/010_maximum-subarray-of-geometric-mean.py -------------------------------------------------------------------------------- /codes/questions200/011_bonus-distribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/011_bonus-distribution.py -------------------------------------------------------------------------------- /codes/questions200/012_blockchain-file-dumping-system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/012_blockchain-file-dumping-system.py -------------------------------------------------------------------------------- /codes/questions200/013_interval-connector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/013_interval-connector.py -------------------------------------------------------------------------------- /codes/questions200/014_removing-extra-whitespace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/014_removing-extra-whitespace.py -------------------------------------------------------------------------------- /codes/questions200/015_intercepting-spam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/015_intercepting-spam.py -------------------------------------------------------------------------------- /codes/questions200/016_soldiers-crossing-the-river.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/016_soldiers-crossing-the-river.py -------------------------------------------------------------------------------- /codes/questions200/017_natural-reservoirs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/017_natural-reservoirs.py -------------------------------------------------------------------------------- /codes/questions200/018_finding-similar-words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/018_finding-similar-words.py -------------------------------------------------------------------------------- /codes/questions200/019_finding-the-longest-substring-meeting-requirements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/019_finding-the-longest-substring-meeting-requirements.py -------------------------------------------------------------------------------- /codes/questions200/020_open-day-activity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/020_open-day-activity.py -------------------------------------------------------------------------------- /codes/questions200/021_express-delivery-station.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/021_express-delivery-station.py -------------------------------------------------------------------------------- /codes/questions200/022_express-delivery-allocation-problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/022_express-delivery-allocation-problem.py -------------------------------------------------------------------------------- /codes/questions200/023_searching-land-plot-establishment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/023_searching-land-plot-establishment.py -------------------------------------------------------------------------------- /codes/questions200/024_number-addition-and-subtraction-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/024_number-addition-and-subtraction-game.py -------------------------------------------------------------------------------- /codes/questions200/025_undirected-graph-coloring-problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/025_undirected-graph-coloring-problem.py -------------------------------------------------------------------------------- /codes/questions200/026_optimal-resource-allocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/026_optimal-resource-allocation.py -------------------------------------------------------------------------------- /codes/questions200/027_best-opponent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/027_best-opponent.py -------------------------------------------------------------------------------- /codes/questions200/028_at-most-how-many-right-triangles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/028_at-most-how-many-right-triangles.py -------------------------------------------------------------------------------- /codes/questions200/029_max-count-of-equal-and-disjoint-contiguous-subsequences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/029_max-count-of-equal-and-disjoint-contiguous-subsequences.py -------------------------------------------------------------------------------- /codes/questions200/030_min-number-of-segments-covered.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/030_min-number-of-segments-covered.py -------------------------------------------------------------------------------- /codes/questions200/031_worst-product-award.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/031_worst-product-award.py -------------------------------------------------------------------------------- /codes/questions200/032_best-location-for-service-center.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/032_best-location-for-service-center.py -------------------------------------------------------------------------------- /codes/questions200/033_robot-movement-area.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/033_robot-movement-area.py -------------------------------------------------------------------------------- /codes/questions200/034_cabinets-layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/034_cabinets-layout.py -------------------------------------------------------------------------------- /codes/questions200/035_search-elements-in-the-tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/035_search-elements-in-the-tree.py -------------------------------------------------------------------------------- /codes/questions200/036_find-the-largest-number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/036_find-the-largest-number.py -------------------------------------------------------------------------------- /codes/questions200/037_wolf-sheep-crossing-the-river.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/037_wolf-sheep-crossing-the-river.py -------------------------------------------------------------------------------- /codes/questions200/038_hardware-product-sales-plan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/038_hardware-product-sales-plan.py -------------------------------------------------------------------------------- /codes/questions200/039_combine-the-legal-minimum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/039_combine-the-legal-minimum.py -------------------------------------------------------------------------------- /codes/questions200/040_assemble-new-array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/040_assemble-new-array.py -------------------------------------------------------------------------------- /codes/questions200/041_min-number-of-uniform-weight-limit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/041_min-number-of-uniform-weight-limit.py -------------------------------------------------------------------------------- /codes/questions200/042_count-the-number-of-matching-pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/042_count-the-number-of-matching-pairs.py -------------------------------------------------------------------------------- /codes/questions200/043_comparison-of-similarities-and-differences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/043_comparison-of-similarities-and-differences.py -------------------------------------------------------------------------------- /codes/questions200/044_decompression-algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/044_decompression-algorithm.py -------------------------------------------------------------------------------- /codes/questions200/045_calculate-network-signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/045_calculate-network-signal.py -------------------------------------------------------------------------------- /codes/questions200/046_increment-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/046_increment-string.py -------------------------------------------------------------------------------- /codes/questions200/047_divide-the-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/047_divide-the-string.py -------------------------------------------------------------------------------- /codes/questions200/048_servers-that-can-make-up-a-network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/048_servers-that-can-make-up-a-network.py -------------------------------------------------------------------------------- /codes/questions200/049_enhanced-strstr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/049_enhanced-strstr.py -------------------------------------------------------------------------------- /codes/questions200/050_shopping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/050_shopping.py -------------------------------------------------------------------------------- /codes/questions200/051_print-task-sequencing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/codes/questions200/051_print-task-sequencing.py -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/_sidebar.md -------------------------------------------------------------------------------- /docs/choice100/001_AI-Processor-Combination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/001_AI-Processor-Combination.md -------------------------------------------------------------------------------- /docs/choice100/002_task-execute-total-time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/002_task-execute-total-time.md -------------------------------------------------------------------------------- /docs/choice100/003_count-outstanding-students.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/003_count-outstanding-students.md -------------------------------------------------------------------------------- /docs/choice100/004_PV-site-construction-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/004_PV-site-construction-plan.md -------------------------------------------------------------------------------- /docs/choice100/005_anonymous-letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/005_anonymous-letter.md -------------------------------------------------------------------------------- /docs/choice100/006_reverse-words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/006_reverse-words.md -------------------------------------------------------------------------------- /docs/choice100/007_base-station-maintenance-engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/007_base-station-maintenance-engineer.md -------------------------------------------------------------------------------- /docs/choice100/008_find-duplicate-codes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/008_find-duplicate-codes.md -------------------------------------------------------------------------------- /docs/choice100/009_decrypt-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/009_decrypt-string.md -------------------------------------------------------------------------------- /docs/choice100/010_rearrange-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/010_rearrange-string.md -------------------------------------------------------------------------------- /docs/choice100/011_symmetric-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/011_symmetric-string.md -------------------------------------------------------------------------------- /docs/choice100/012_find-important-keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/012_find-important-keys.md -------------------------------------------------------------------------------- /docs/choice100/013_find-key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/013_find-key.md -------------------------------------------------------------------------------- /docs/choice100/014_find-the-middle-node-of-the-linked-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/014_find-the-middle-node-of-the-linked-list.md -------------------------------------------------------------------------------- /docs/choice100/015_have-fun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/015_have-fun.md -------------------------------------------------------------------------------- /docs/choice100/016_abnormal-attendance-records.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/016_abnormal-attendance-records.md -------------------------------------------------------------------------------- /docs/choice100/017_integration-testing-of-microservices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/017_integration-testing-of-microservices.md -------------------------------------------------------------------------------- /docs/choice100/018_print-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/018_print-file.md -------------------------------------------------------------------------------- /docs/choice100/019_count-vehicle-colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/019_count-vehicle-colors.md -------------------------------------------------------------------------------- /docs/choice100/020_find-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/020_find-number.md -------------------------------------------------------------------------------- /docs/choice100/021_shooting-competition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/021_shooting-competition.md -------------------------------------------------------------------------------- /docs/choice100/022_the-middle-position-of-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/022_the-middle-position-of-array.md -------------------------------------------------------------------------------- /docs/choice100/023_adjust-poker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/023_adjust-poker.md -------------------------------------------------------------------------------- /docs/choice100/024_seat-assignment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/024_seat-assignment.md -------------------------------------------------------------------------------- /docs/choice100/025_choose-location-of-the-new-school.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/025_choose-location-of-the-new-school.md -------------------------------------------------------------------------------- /docs/choice100/026_log-collection-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/026_log-collection-system.md -------------------------------------------------------------------------------- /docs/choice100/027_star-basketball-competition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/027_star-basketball-competition.md -------------------------------------------------------------------------------- /docs/choice100/028_maximum-number-of-substrings-extracted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/028_maximum-number-of-substrings-extracted.md -------------------------------------------------------------------------------- /docs/choice100/029_max-salary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/029_max-salary.md -------------------------------------------------------------------------------- /docs/choice100/030_minimum-applicator-energy-efficiency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/030_minimum-applicator-energy-efficiency.md -------------------------------------------------------------------------------- /docs/choice100/031_leftmost-redundant-overlay-substring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/031_leftmost-redundant-overlay-substring.md -------------------------------------------------------------------------------- /docs/choice100/032_min-board-length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/032_min-board-length.md -------------------------------------------------------------------------------- /docs/choice100/033_find-charging-device-combinations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/033_find-charging-device-combinations.md -------------------------------------------------------------------------------- /docs/choice100/034_finds-a-single-entry-free-area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/034_finds-a-single-entry-free-area.md -------------------------------------------------------------------------------- /docs/choice100/035_specific-double-ended-que.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/035_specific-double-ended-que.md -------------------------------------------------------------------------------- /docs/choice100/036_riddles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/036_riddles.md -------------------------------------------------------------------------------- /docs/choice100/037_block-games-with-the-same-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/037_block-games-with-the-same-number.md -------------------------------------------------------------------------------- /docs/choice100/038_knowledge-graph-neologism-mining.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/038_knowledge-graph-neologism-mining.md -------------------------------------------------------------------------------- /docs/choice100/039_car-rental-ride-Green-Island.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/039_car-rental-ride-Green-Island.md -------------------------------------------------------------------------------- /docs/choice100/040_port-merging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/040_port-merging.md -------------------------------------------------------------------------------- /docs/choice100/041_the-boxes-are-arranged-in-a-zigzag-pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/041_the-boxes-are-arranged-in-a-zigzag-pattern.md -------------------------------------------------------------------------------- /docs/choice100/042_Online-mall-promotions-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/042_Online-mall-promotions-1.md -------------------------------------------------------------------------------- /docs/choice100/043_automatic-exposure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/043_automatic-exposure.md -------------------------------------------------------------------------------- /docs/choice100/044_obtain-the-maximum-software-version-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/044_obtain-the-maximum-software-version-number.md -------------------------------------------------------------------------------- /docs/choice100/045_get-the-perfect-position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/045_get-the-perfect-position.md -------------------------------------------------------------------------------- /docs/choice100/046_currency-unit-conversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/046_currency-unit-conversion.md -------------------------------------------------------------------------------- /docs/choice100/047_greedy-businessmen-maximum-profit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/047_greedy-businessmen-maximum-profit.md -------------------------------------------------------------------------------- /docs/choice100/048_bit-error-rate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/048_bit-error-rate.md -------------------------------------------------------------------------------- /docs/choice100/049_static-scanning-optimal-cost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/049_static-scanning-optimal-cost.md -------------------------------------------------------------------------------- /docs/choice100/050_hotel-reservation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/050_hotel-reservation.md -------------------------------------------------------------------------------- /docs/choice100/images/041-001-zigzag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/choice100/images/041-001-zigzag.png -------------------------------------------------------------------------------- /docs/images/qrcode.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/images/qrcode.jpeg -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/others100/001_AI-recognition-panel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/001_AI-recognition-panel.md -------------------------------------------------------------------------------- /docs/others100/002_GPU-scheduling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/002_GPU-scheduling.md -------------------------------------------------------------------------------- /docs/others100/003_convert-IPv4-addresses-to-integers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/003_convert-IPv4-addresses-to-integers.md -------------------------------------------------------------------------------- /docs/others100/004_n-decimal-subtraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/004_n-decimal-subtraction.md -------------------------------------------------------------------------------- /docs/others100/005_rsa-encryption-algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/005_rsa-encryption-algorithm.md -------------------------------------------------------------------------------- /docs/others100/006_tlv-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/006_tlv-code.md -------------------------------------------------------------------------------- /docs/others100/007_vlan-resource-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/007_vlan-resource-pool.md -------------------------------------------------------------------------------- /docs/others100/008_we-are-a-team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/008_we-are-a-team.md -------------------------------------------------------------------------------- /docs/others100/009_inequality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/009_inequality.md -------------------------------------------------------------------------------- /docs/others100/010_product-maximum-value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/010_product-maximum-value.md -------------------------------------------------------------------------------- /docs/others100/011_nine-cell-key-input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/011_nine-cell-key-input.md -------------------------------------------------------------------------------- /docs/others100/012_minimum-absolute-sum-of-two-numbers-in-an-out-of-order-integer-sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/012_minimum-absolute-sum-of-two-numbers-in-an-out-of-order-integer-sequence.md -------------------------------------------------------------------------------- /docs/others100/013_event-push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/013_event-push.md -------------------------------------------------------------------------------- /docs/others100/014_five-key-keyboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/014_five-key-keyboard.md -------------------------------------------------------------------------------- /docs/others100/015_swap-characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/015_swap-characters.md -------------------------------------------------------------------------------- /docs/others100/016_sites-with-the-most-people.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/016_sites-with-the-most-people.md -------------------------------------------------------------------------------- /docs/others100/017_the-most-popular-store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/017_the-most-popular-store.md -------------------------------------------------------------------------------- /docs/others100/018_task-scheduling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/018_task-scheduling.md -------------------------------------------------------------------------------- /docs/others100/019_the-MELON-conundrum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/019_the-MELON-conundrum.md -------------------------------------------------------------------------------- /docs/others100/020_tug-of-war-competition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/020_tug-of-war-competition.md -------------------------------------------------------------------------------- /docs/others100/021_LISP-like-computation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/021_LISP-like-computation.md -------------------------------------------------------------------------------- /docs/others100/022_mode-and-median.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/022_mode-and-median.md -------------------------------------------------------------------------------- /docs/others100/023_find-max-distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/023_find-max-distance.md -------------------------------------------------------------------------------- /docs/others100/024_code-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/024_code-editor.md -------------------------------------------------------------------------------- /docs/others100/025_push-and-pop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/025_push-and-pop.md -------------------------------------------------------------------------------- /docs/others100/026_related-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/026_related-string.md -------------------------------------------------------------------------------- /docs/others100/027_memory-pool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/027_memory-pool.md -------------------------------------------------------------------------------- /docs/others100/028_taxi-fare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/028_taxi-fare.md -------------------------------------------------------------------------------- /docs/others100/029_faulty-or-gate-circuit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/029_faulty-or-gate-circuit.md -------------------------------------------------------------------------------- /docs/others100/030_sharing-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/030_sharing-blocks.md -------------------------------------------------------------------------------- /docs/others100/031_sharing-candies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/031_sharing-candies.md -------------------------------------------------------------------------------- /docs/others100/032_sharing-apples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/032_sharing-apples.md -------------------------------------------------------------------------------- /docs/others100/033_find-prime-factors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/033_find-prime-factors.md -------------------------------------------------------------------------------- /docs/others100/034_remove-a-specified-directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/034_remove-a-specified-directory.md -------------------------------------------------------------------------------- /docs/others100/035_remove-minimum-characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/035_remove-minimum-characters.md -------------------------------------------------------------------------------- /docs/others100/036_maximum-value-after-deletion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/036_maximum-value-after-deletion.md -------------------------------------------------------------------------------- /docs/others100/037_identify-poker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/037_identify-poker.md -------------------------------------------------------------------------------- /docs/others100/038_remaining-available-character-set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/038_remaining-available-character-set.md -------------------------------------------------------------------------------- /docs/others100/039_pythagorean-triple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/039_pythagorean-triple.md -------------------------------------------------------------------------------- /docs/others100/040_reverse-words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/040_reverse-words.md -------------------------------------------------------------------------------- /docs/others100/041_gomoku-fans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/041_gomoku-fans.md -------------------------------------------------------------------------------- /docs/others100/042_words-chain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/042_words-chain.md -------------------------------------------------------------------------------- /docs/others100/043_max-cards-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/043_max-cards-number.md -------------------------------------------------------------------------------- /docs/others100/044_decode-compressed-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/044_decode-compressed-string.md -------------------------------------------------------------------------------- /docs/others100/045_sum-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/045_sum-number.md -------------------------------------------------------------------------------- /docs/others100/046_double-eleven.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/046_double-eleven.md -------------------------------------------------------------------------------- /docs/others100/047_rearrange-books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/047_rearrange-books.md -------------------------------------------------------------------------------- /docs/others100/048_hot-pot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/048_hot-pot.md -------------------------------------------------------------------------------- /docs/others100/049_the-boundary-value-of-the-matrix-element.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/049_the-boundary-value-of-the-matrix-element.md -------------------------------------------------------------------------------- /docs/others100/050_highway-charging-planning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/050_highway-charging-planning.md -------------------------------------------------------------------------------- /docs/others100/051_employee-attendance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/051_employee-attendance.md -------------------------------------------------------------------------------- /docs/others100/052_respond-message-time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/052_respond-message-time.md -------------------------------------------------------------------------------- /docs/others100/053_take-the-confidential-elevator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/053_take-the-confidential-elevator.md -------------------------------------------------------------------------------- /docs/others100/054_shout-seven.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/054_shout-seven.md -------------------------------------------------------------------------------- /docs/others100/055_good-friend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/055_good-friend.md -------------------------------------------------------------------------------- /docs/others100/056_the-length-of-substring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/056_the-length-of-substring.md -------------------------------------------------------------------------------- /docs/others100/057_letter-elimination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/057_letter-elimination.md -------------------------------------------------------------------------------- /docs/others100/058_letter-combination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/058_letter-combination.md -------------------------------------------------------------------------------- /docs/others100/059_letter-counts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/059_letter-counts.md -------------------------------------------------------------------------------- /docs/others100/060_string-encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/060_string-encryption.md -------------------------------------------------------------------------------- /docs/others100/061_string-abstract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/061_string-abstract.md -------------------------------------------------------------------------------- /docs/others100/062_string-match.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/062_string-match.md -------------------------------------------------------------------------------- /docs/others100/063_escape-room-game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/063_escape-room-game.md -------------------------------------------------------------------------------- /docs/others100/064_find-max-value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/064_find-max-value.md -------------------------------------------------------------------------------- /docs/others100/065_determine-the-string-subsequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/065_determine-the-string-subsequence.md -------------------------------------------------------------------------------- /docs/others100/066_find-path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/066_find-path.md -------------------------------------------------------------------------------- /docs/others100/067_search-continuous-scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/067_search-continuous-scope.md -------------------------------------------------------------------------------- /docs/others100/068_shot-competition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/068_shot-competition.md -------------------------------------------------------------------------------- /docs/others100/069_children-order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/069_children-order.md -------------------------------------------------------------------------------- /docs/others100/070_broadcast-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/070_broadcast-server.md -------------------------------------------------------------------------------- /docs/others100/071_seat-adjustment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/071_seat-adjustment.md -------------------------------------------------------------------------------- /docs/others100/072_express-truck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/072_express-truck.md -------------------------------------------------------------------------------- /docs/others100/073_quick-construct-station.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/073_quick-construct-station.md -------------------------------------------------------------------------------- /docs/others100/074_total-fastest-detection-efficiency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/074_total-fastest-detection-efficiency.md -------------------------------------------------------------------------------- /docs/others100/075_recover-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/075_recover-array.md -------------------------------------------------------------------------------- /docs/others100/076_discount-fruit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/076_discount-fruit.md -------------------------------------------------------------------------------- /docs/others100/077_find-co-occurrence-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/077_find-co-occurrence-number.md -------------------------------------------------------------------------------- /docs/others100/078_find-same-class-children.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/078_find-same-class-children.md -------------------------------------------------------------------------------- /docs/others100/079_find-it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/079_find-it.md -------------------------------------------------------------------------------- /docs/others100/080_find-word.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/080_find-word.md -------------------------------------------------------------------------------- /docs/others100/081_find-city.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/081_find-city.md -------------------------------------------------------------------------------- /docs/others100/082_find-characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/082_find-characters.md -------------------------------------------------------------------------------- /docs/others100/083_find-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/083_find-number.md -------------------------------------------------------------------------------- /docs/others100/084_find-the-minimum-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/084_find-the-minimum-number.md -------------------------------------------------------------------------------- /docs/others100/085_find-the-endpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/085_find-the-endpoint.md -------------------------------------------------------------------------------- /docs/others100/086_sound-off.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/086_sound-off.md -------------------------------------------------------------------------------- /docs/others100/087_sound-off-game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/087_sound-off-game.md -------------------------------------------------------------------------------- /docs/others100/088_recruitment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/088_recruitment.md -------------------------------------------------------------------------------- /docs/others100/089_check-parentheses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/089_check-parentheses.md -------------------------------------------------------------------------------- /docs/others100/090_stitch-URLs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/090_stitch-URLs.md -------------------------------------------------------------------------------- /docs/others100/091_replace-binary-trees-by-path.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/091_replace-binary-trees-by-path.md -------------------------------------------------------------------------------- /docs/others100/092_pick-the-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/092_pick-the-string.md -------------------------------------------------------------------------------- /docs/others100/093_the-priority-queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/093_the-priority-queue.md -------------------------------------------------------------------------------- /docs/others100/094_sensitive-field-encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/094_sensitive-field-encryption.md -------------------------------------------------------------------------------- /docs/others100/095_sequence-restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/095_sequence-restore.md -------------------------------------------------------------------------------- /docs/others100/096_count-the-wild-geese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/096_count-the-wild-geese.md -------------------------------------------------------------------------------- /docs/others100/097_the-numbers-game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/097_the-numbers-game.md -------------------------------------------------------------------------------- /docs/others100/098_the-arrangement-of-numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/098_the-arrangement-of-numbers.md -------------------------------------------------------------------------------- /docs/others100/099_data-classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/099_data-classification.md -------------------------------------------------------------------------------- /docs/others100/100_queuing-games.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/100_queuing-games.md -------------------------------------------------------------------------------- /docs/others100/101_the-most-economical-way-to-back-up-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/101_the-most-economical-way-to-back-up-data.md -------------------------------------------------------------------------------- /docs/others100/102_array-merge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/102_array-merge.md -------------------------------------------------------------------------------- /docs/others100/103_array-sort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/103_array-sort.md -------------------------------------------------------------------------------- /docs/others100/104_array-make-up-minimum-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/104_array-make-up-minimum-number.md -------------------------------------------------------------------------------- /docs/others100/105_integer-factorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/105_integer-factorization.md -------------------------------------------------------------------------------- /docs/others100/106_minimum-sum-of-integers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/106_minimum-sum-of-integers.md -------------------------------------------------------------------------------- /docs/others100/107_integer-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/107_integer-code.md -------------------------------------------------------------------------------- /docs/others100/108_file-directory-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/108_file-directory-size.md -------------------------------------------------------------------------------- /docs/others100/109_doudizhu-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/109_doudizhu-1.md -------------------------------------------------------------------------------- /docs/others100/110_doudizhu-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/110_doudizhu-2.md -------------------------------------------------------------------------------- /docs/others100/111_new-job-number-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/111_new-job-number-system.md -------------------------------------------------------------------------------- /docs/others100/112_spin-dice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/112_spin-dice.md -------------------------------------------------------------------------------- /docs/others100/113_time-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/113_time-format.md -------------------------------------------------------------------------------- /docs/others100/114_mingming's-random-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/114_mingming's-random-number.md -------------------------------------------------------------------------------- /docs/others100/115_optimal-scheduling-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/115_optimal-scheduling-policy.md -------------------------------------------------------------------------------- /docs/others100/116_lowest-order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/116_lowest-order.md -------------------------------------------------------------------------------- /docs/others100/117_optimal-plant-distance-for-planting-trees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/117_optimal-plant-distance-for-planting-trees.md -------------------------------------------------------------------------------- /docs/others100/118_the-largest-submatrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/118_the-largest-submatrix.md -------------------------------------------------------------------------------- /docs/others100/119_maximum-permutation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/119_maximum-permutation.md -------------------------------------------------------------------------------- /docs/others100/119_the-N-permutation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/119_the-N-permutation.md -------------------------------------------------------------------------------- /docs/others100/120_maximum-return-stock-return-problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/120_maximum-return-stock-return-problem.md -------------------------------------------------------------------------------- /docs/others100/121_maximum-connection-number-of-boys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/121_maximum-connection-number-of-boys.md -------------------------------------------------------------------------------- /docs/others100/122_minimal-delivery-delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/122_minimal-delivery-delay.md -------------------------------------------------------------------------------- /docs/others100/123_minimum-leaf-node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/123_minimum-leaf-node.md -------------------------------------------------------------------------------- /docs/others100/124_minimum-number-of-steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/124_minimum-number-of-steps.md -------------------------------------------------------------------------------- /docs/others100/125_minimum-number-of-exchanges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/125_minimum-number-of-exchanges.md -------------------------------------------------------------------------------- /docs/others100/126_minimum-number-of-stoped-cars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/126_minimum-number-of-stoped-cars.md -------------------------------------------------------------------------------- /docs/others100/127_the-least-time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/127_the-least-time.md -------------------------------------------------------------------------------- /docs/others100/128_the-nearest-hospital.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/128_the-nearest-hospital.md -------------------------------------------------------------------------------- /docs/others100/129_the-nearest-point.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/129_the-nearest-point.md -------------------------------------------------------------------------------- /docs/others100/130_the-longest-common-suffix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/130_the-longest-common-suffix.md -------------------------------------------------------------------------------- /docs/others100/131_the-longest-legal-expression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/131_the-longest-legal-expression.md -------------------------------------------------------------------------------- /docs/others100/132_the-longest-vowel-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/132_the-longest-vowel-string.md -------------------------------------------------------------------------------- /docs/others100/133_the-longest-continuous-alternating-square-wave-signal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/133_the-longest-continuous-alternating-square-wave-signal.md -------------------------------------------------------------------------------- /docs/others100/134_the-longest-consecutive-substring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/134_the-longest-consecutive-substring.md -------------------------------------------------------------------------------- /docs/others100/135_valid-substring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/135_valid-substring.md -------------------------------------------------------------------------------- /docs/others100/136_service-dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/136_service-dependencies.md -------------------------------------------------------------------------------- /docs/others100/137_server-power-consumption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/137_server-power-consumption.md -------------------------------------------------------------------------------- /docs/others100/138_robots-walk-mazes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/138_robots-walk-mazes.md -------------------------------------------------------------------------------- /docs/others100/139_witty-delivery-boy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/139_witty-delivery-boy.md -------------------------------------------------------------------------------- /docs/others100/140_number-of-squares.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/140_number-of-squares.md -------------------------------------------------------------------------------- /docs/others100/141_tree-structured-queries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/141_tree-structured-queries.md -------------------------------------------------------------------------------- /docs/others100/142_dictionary-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/142_dictionary-reference.md -------------------------------------------------------------------------------- /docs/others100/143_hot-topics-and-word-sorting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/143_hot-topics-and-word-sorting.md -------------------------------------------------------------------------------- /docs/others100/144_champions-and-runners-up-in-competition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/144_champions-and-runners-up-in-competition.md -------------------------------------------------------------------------------- /docs/others100/145_competition-rating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/145_competition-rating.md -------------------------------------------------------------------------------- /docs/others100/146_narcissistic-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/146_narcissistic-number.md -------------------------------------------------------------------------------- /docs/others100/147_narcissistic-number2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/147_narcissistic-number2.md -------------------------------------------------------------------------------- /docs/others100/148_minimum-sum-of-integers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/148_minimum-sum-of-integers.md -------------------------------------------------------------------------------- /docs/others100/149_k-elements-sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/149_k-elements-sum.md -------------------------------------------------------------------------------- /docs/others100/150_consecutive-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/150_consecutive-number.md -------------------------------------------------------------------------------- /docs/others100/151_caving.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/151_caving.md -------------------------------------------------------------------------------- /docs/others100/152_pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/152_pipeline.md -------------------------------------------------------------------------------- /docs/others100/153_sliding-window.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/153_sliding-window.md -------------------------------------------------------------------------------- /docs/others100/154_mars-transformation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/154_mars-transformation.md -------------------------------------------------------------------------------- /docs/others100/155_martian_compute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/155_martian_compute.md -------------------------------------------------------------------------------- /docs/others100/156_CBT-non-leaf-parts-post-order-traversal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/156_CBT-non-leaf-parts-post-order-traversal.md -------------------------------------------------------------------------------- /docs/others100/157_hostpot-network-statistivs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/157_hostpot-network-statistivs.md -------------------------------------------------------------------------------- /docs/others100/158_guess-password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/158_guess-password.md -------------------------------------------------------------------------------- /docs/others100/159_monkey-climbing-the-mountain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/159_monkey-climbing-the-mountain.md -------------------------------------------------------------------------------- /docs/others100/160_card-player.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/160_card-player.md -------------------------------------------------------------------------------- /docs/others100/161_longest-substring-in-circle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/161_longest-substring-in-circle.md -------------------------------------------------------------------------------- /docs/others100/162_copy-the-files-from-the-floppy-disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/162_copy-the-files-from-the-floppy-disk.md -------------------------------------------------------------------------------- /docs/others100/163_virus-infection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/163_virus-infection.md -------------------------------------------------------------------------------- /docs/others100/164_max-number-of-consecutive-occurrences-of-the-same-char.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/164_max-number-of-consecutive-occurrences-of-the-same-char.md -------------------------------------------------------------------------------- /docs/others100/165_relative-open-syllable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/165_relative-open-syllable.md -------------------------------------------------------------------------------- /docs/others100/166_the-area-for-intersect-rectangles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/166_the-area-for-intersect-rectangles.md -------------------------------------------------------------------------------- /docs/others100/167_matrix-sparse-scan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/167_matrix-sparse-scan.md -------------------------------------------------------------------------------- /docs/others100/168_disk-capacity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/168_disk-capacity.md -------------------------------------------------------------------------------- /docs/others100/169_weighing-weights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/169_weighing-weights.md -------------------------------------------------------------------------------- /docs/others100/170_vertical-quad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/170_vertical-quad.md -------------------------------------------------------------------------------- /docs/others100/171_qualified-substring-length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/171_qualified-substring-length.md -------------------------------------------------------------------------------- /docs/others100/172_the-letter-of-the-k-th-min-code-value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/172_the-letter-of-the-k-th-min-code-value.md -------------------------------------------------------------------------------- /docs/others100/173_the-k-th-longest-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/173_the-k-th-longest-string.md -------------------------------------------------------------------------------- /docs/others100/174_simple-memory-battery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/174_simple-memory-battery.md -------------------------------------------------------------------------------- /docs/others100/175_simple-unzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/175_simple-unzip.md -------------------------------------------------------------------------------- /docs/others100/176_basketball-match.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/176_basketball-match.md -------------------------------------------------------------------------------- /docs/others100/177_screen-saver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/177_screen-saver.md -------------------------------------------------------------------------------- /docs/others100/178_draw-machine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/178_draw-machine.md -------------------------------------------------------------------------------- /docs/others100/179_meet-rules-combination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/179_meet-rules-combination.md -------------------------------------------------------------------------------- /docs/others100/180_statistical-monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/180_statistical-monitoring.md -------------------------------------------------------------------------------- /docs/others100/181_surviving-on-a-desert-island.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/181_surviving-on-a-desert-island.md -------------------------------------------------------------------------------- /docs/others100/182_archaeologist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/182_archaeologist.md -------------------------------------------------------------------------------- /docs/others100/183_dinner-venue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/183_dinner-venue.md -------------------------------------------------------------------------------- /docs/others100/184_team-up-by-ability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/184_team-up-by-ability.md -------------------------------------------------------------------------------- /docs/others100/185_spacecraft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/185_spacecraft.md -------------------------------------------------------------------------------- /docs/others100/186_english-input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/186_english-input.md -------------------------------------------------------------------------------- /docs/others100/187_get-the-most-food.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/187_get-the-most-food.md -------------------------------------------------------------------------------- /docs/others100/188_replanting-of-unlived-poplar-trees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/188_replanting-of-unlived-poplar-trees.md -------------------------------------------------------------------------------- /docs/others100/189_watch-the-performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/189_watch-the-performance.md -------------------------------------------------------------------------------- /docs/others100/190_demystify-the-time-of-the-crime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/190_demystify-the-time-of-the-crime.md -------------------------------------------------------------------------------- /docs/others100/191_calculate-the-nearest-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/191_calculate-the-nearest-number.md -------------------------------------------------------------------------------- /docs/others100/192_comment-convert-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/192_comment-convert-output.md -------------------------------------------------------------------------------- /docs/others100/193_super-mario-crosses-the-suspension-bridge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/193_super-mario-crosses-the-suspension-bridge.md -------------------------------------------------------------------------------- /docs/others100/194_street-lighting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/194_street-lighting.md -------------------------------------------------------------------------------- /docs/others100/195_peevers-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/195_peevers-2.md -------------------------------------------------------------------------------- /docs/others100/196_jump-the-grid-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/196_jump-the-grid-1.md -------------------------------------------------------------------------------- /docs/others100/197_jump-the-grid-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/197_jump-the-grid-2.md -------------------------------------------------------------------------------- /docs/others100/198_kick-stones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/198_kick-stones.md -------------------------------------------------------------------------------- /docs/others100/199_height-sorting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/199_height-sorting.md -------------------------------------------------------------------------------- /docs/others100/200_height-and-weight-ordering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/200_height-and-weight-ordering.md -------------------------------------------------------------------------------- /docs/others100/201_interscholasticmeet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/201_interscholasticmeet.md -------------------------------------------------------------------------------- /docs/others100/202_continuous-substrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/202_continuous-substrings.md -------------------------------------------------------------------------------- /docs/others100/203_consecutive-letter-length.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/203_consecutive-letter-length.md -------------------------------------------------------------------------------- /docs/others100/204_elective-courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/204_elective-courses.md -------------------------------------------------------------------------------- /docs/others100/205_choose-the-seat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/205_choose-the-seat.md -------------------------------------------------------------------------------- /docs/others100/206_soldier-assault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/206_soldier-assault.md -------------------------------------------------------------------------------- /docs/others100/207_reassemble-the-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/207_reassemble-the-string.md -------------------------------------------------------------------------------- /docs/others100/208_Alibaba-looks-for-gold-treasure-chests-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/208_Alibaba-looks-for-gold-treasure-chests-2.md -------------------------------------------------------------------------------- /docs/others100/209_Alibaba-looks-for-gold-treasure-chests-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/209_Alibaba-looks-for-gold-treasure-chests-3.md -------------------------------------------------------------------------------- /docs/others100/210_Alibaba-looks-for-gold-treasure-chests-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/210_Alibaba-looks-for-gold-treasure-chests-4.md -------------------------------------------------------------------------------- /docs/others100/211_Alibaba-looks-for-gold-treasure-chests-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/211_Alibaba-looks-for-gold-treasure-chests-5.md -------------------------------------------------------------------------------- /docs/others100/212_collect-five-blessing-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/212_collect-five-blessing-cards.md -------------------------------------------------------------------------------- /docs/others100/213_the-number-of-unbroadcast-servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/213_the-number-of-unbroadcast-servers.md -------------------------------------------------------------------------------- /docs/others100/214_non-strictly-increment-sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/214_non-strictly-increment-sequence.md -------------------------------------------------------------------------------- /docs/others100/215_canteen-feeding-speed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/215_canteen-feeding-speed.md -------------------------------------------------------------------------------- /docs/others100/216_efficient-task-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/216_efficient-task-plan.md -------------------------------------------------------------------------------- /docs/others100/217_Alibaba-looks-for-gold-treasure-chests-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/217_Alibaba-looks-for-gold-treasure-chests-1.md -------------------------------------------------------------------------------- /docs/others100/218_colorize-the-blackboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/218_colorize-the-blackboard.md -------------------------------------------------------------------------------- /docs/others100/219_numeric-sequence-comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/219_numeric-sequence-comparison.md -------------------------------------------------------------------------------- /docs/others100/images/138_robot-mazes-eg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/images/138_robot-mazes-eg2.png -------------------------------------------------------------------------------- /docs/others100/images/138_robots-mazes-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/images/138_robots-mazes-demo.png -------------------------------------------------------------------------------- /docs/others100/images/170_vertical-quad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/images/170_vertical-quad1.png -------------------------------------------------------------------------------- /docs/others100/images/170_vertical-quad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/images/170_vertical-quad2.png -------------------------------------------------------------------------------- /docs/others100/images/192_comment-sample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/others100/images/192_comment-sample1.png -------------------------------------------------------------------------------- /docs/questions200/001_excel-cell-value-statistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/001_excel-cell-value-statistics.md -------------------------------------------------------------------------------- /docs/questions200/002_the-number-of-Linux-distributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/002_the-number-of-Linux-distributions.md -------------------------------------------------------------------------------- /docs/questions200/003_the-road-to-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/003_the-road-to-work.md -------------------------------------------------------------------------------- /docs/questions200/004_number-without-101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/004_number-without-101.md -------------------------------------------------------------------------------- /docs/questions200/005_Cloud-SMS-platform-promotional-activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/005_Cloud-SMS-platform-promotional-activity.md -------------------------------------------------------------------------------- /docs/questions200/006_task-hybridization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/006_task-hybridization.md -------------------------------------------------------------------------------- /docs/questions200/007_preferred-nucleic-acid-testing-points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/007_preferred-nucleic-acid-testing-points.md -------------------------------------------------------------------------------- /docs/questions200/008_elegant-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/008_elegant-array.md -------------------------------------------------------------------------------- /docs/questions200/009_signal-transmission-and-reception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/009_signal-transmission-and-reception.md -------------------------------------------------------------------------------- /docs/questions200/010_maximum-subarray-of-geometric-mean.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/010_maximum-subarray-of-geometric-mean.md -------------------------------------------------------------------------------- /docs/questions200/011_bonus-distribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/011_bonus-distribution.md -------------------------------------------------------------------------------- /docs/questions200/012_blockchain-file-dumping-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/012_blockchain-file-dumping-system.md -------------------------------------------------------------------------------- /docs/questions200/013_interval-connector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/013_interval-connector.md -------------------------------------------------------------------------------- /docs/questions200/014_removing-extra-whitespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/014_removing-extra-whitespace.md -------------------------------------------------------------------------------- /docs/questions200/015_intercepting-spam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/015_intercepting-spam.md -------------------------------------------------------------------------------- /docs/questions200/016_soldiers-crossing-the-river.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/016_soldiers-crossing-the-river.md -------------------------------------------------------------------------------- /docs/questions200/017_natural-reservoirs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/017_natural-reservoirs.md -------------------------------------------------------------------------------- /docs/questions200/018_finding-similar-words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/018_finding-similar-words.md -------------------------------------------------------------------------------- /docs/questions200/019_finding-the-longest-substring-meeting-requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/019_finding-the-longest-substring-meeting-requirements.md -------------------------------------------------------------------------------- /docs/questions200/020_open-day-activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/020_open-day-activity.md -------------------------------------------------------------------------------- /docs/questions200/021_express-delivery-station.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/021_express-delivery-station.md -------------------------------------------------------------------------------- /docs/questions200/022_express-delivery-allocation-problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/022_express-delivery-allocation-problem.md -------------------------------------------------------------------------------- /docs/questions200/023_searching-land-plot-establishment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/023_searching-land-plot-establishment.md -------------------------------------------------------------------------------- /docs/questions200/024_number-addition-and-subtraction-game.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/024_number-addition-and-subtraction-game.md -------------------------------------------------------------------------------- /docs/questions200/025_undirected-graph-coloring-problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/025_undirected-graph-coloring-problem.md -------------------------------------------------------------------------------- /docs/questions200/026_optimal-resource-allocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/026_optimal-resource-allocation.md -------------------------------------------------------------------------------- /docs/questions200/027_best-opponent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/027_best-opponent.md -------------------------------------------------------------------------------- /docs/questions200/028_at-most-how-many-right-triangles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/028_at-most-how-many-right-triangles.md -------------------------------------------------------------------------------- /docs/questions200/029_max-count-of-equal-and-disjoint-contiguous-subsequences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/029_max-count-of-equal-and-disjoint-contiguous-subsequences.md -------------------------------------------------------------------------------- /docs/questions200/030_min-number-of-segments-covered.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/030_min-number-of-segments-covered.md -------------------------------------------------------------------------------- /docs/questions200/031_worst-product-award.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/031_worst-product-award.md -------------------------------------------------------------------------------- /docs/questions200/032_best-location-for-service-center.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/032_best-location-for-service-center.md -------------------------------------------------------------------------------- /docs/questions200/033_robot-movement-area.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/033_robot-movement-area.md -------------------------------------------------------------------------------- /docs/questions200/034_cabinets-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/034_cabinets-layout.md -------------------------------------------------------------------------------- /docs/questions200/035_search-elements-in-the-tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/035_search-elements-in-the-tree.md -------------------------------------------------------------------------------- /docs/questions200/036_find-the-largest-number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/036_find-the-largest-number.md -------------------------------------------------------------------------------- /docs/questions200/037_wolf-sheep-crossing-the-river.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/037_wolf-sheep-crossing-the-river.md -------------------------------------------------------------------------------- /docs/questions200/038_hardware-product-sales-plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/038_hardware-product-sales-plan.md -------------------------------------------------------------------------------- /docs/questions200/039_combine-the-legal-minimum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/039_combine-the-legal-minimum.md -------------------------------------------------------------------------------- /docs/questions200/040_assemble-new-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/040_assemble-new-array.md -------------------------------------------------------------------------------- /docs/questions200/041_min-number-of-uniform-weight-limit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/041_min-number-of-uniform-weight-limit.md -------------------------------------------------------------------------------- /docs/questions200/042_count-the-number-of-matching-pairs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/042_count-the-number-of-matching-pairs.md -------------------------------------------------------------------------------- /docs/questions200/043_comparison-of-similarities-and-differences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/043_comparison-of-similarities-and-differences.md -------------------------------------------------------------------------------- /docs/questions200/044_decompression-algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/044_decompression-algorithm.md -------------------------------------------------------------------------------- /docs/questions200/045_calculate-network-signal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/045_calculate-network-signal.md -------------------------------------------------------------------------------- /docs/questions200/046_increment-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/046_increment-string.md -------------------------------------------------------------------------------- /docs/questions200/047_divide-the-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/047_divide-the-string.md -------------------------------------------------------------------------------- /docs/questions200/048_servers-that-can-make-up-a-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/048_servers-that-can-make-up-a-network.md -------------------------------------------------------------------------------- /docs/questions200/049_enhanced-strstr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/049_enhanced-strstr.md -------------------------------------------------------------------------------- /docs/questions200/050_shopping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/050_shopping.md -------------------------------------------------------------------------------- /docs/questions200/051_print-task-sequencing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/051_print-task-sequencing.md -------------------------------------------------------------------------------- /docs/questions200/images/001-001-sample1-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/001-001-sample1-analysis.png -------------------------------------------------------------------------------- /docs/questions200/images/002-001-sample-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/002-001-sample-analysis.png -------------------------------------------------------------------------------- /docs/questions200/images/003-001-sample-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/003-001-sample-analysis.png -------------------------------------------------------------------------------- /docs/questions200/images/003-002-dfs-description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/003-002-dfs-description.png -------------------------------------------------------------------------------- /docs/questions200/images/003-003-debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/003-003-debug.png -------------------------------------------------------------------------------- /docs/questions200/images/007-001-sample-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/007-001-sample-analysis.png -------------------------------------------------------------------------------- /docs/questions200/images/009-001-description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/009-001-description.png -------------------------------------------------------------------------------- /docs/questions200/images/014-001-description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/014-001-description.png -------------------------------------------------------------------------------- /docs/questions200/images/020-001-description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/020-001-description.png -------------------------------------------------------------------------------- /docs/questions200/images/033-001-sample-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/033-001-sample-analysis.png -------------------------------------------------------------------------------- /docs/questions200/images/035-001-sample-analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/035-001-sample-analysis.png -------------------------------------------------------------------------------- /docs/questions200/images/045-001-sample-analysis1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/045-001-sample-analysis1.png -------------------------------------------------------------------------------- /docs/questions200/images/045-002-sample-analysis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/questions200/images/045-002-sample-analysis2.png -------------------------------------------------------------------------------- /docs/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/docs/template.md -------------------------------------------------------------------------------- /images/qrcode.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/huawei-od-python/HEAD/images/qrcode.jpeg --------------------------------------------------------------------------------