Skip to content

Commit

Permalink
🎉 对精选100分题的题号重新编号
Browse files Browse the repository at this point in the history
  • Loading branch information
Relph1119 committed Aug 31, 2023
1 parent e7ef64e commit d0eb4e9
Show file tree
Hide file tree
Showing 103 changed files with 203 additions and 203 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ docsify serve ./docs
| 201~218 | 胡锐锋 | 已完成 |
| 200分题 001~023 | 周理璇、胡锐锋 | 已完成 |
| 200分题 024~046 | 李碧涵、胡锐锋 | 已完成 |
| 265~290 | 胡锐锋 | 已完成 |
| 291~313 | 李昌盛、胡锐锋 | 已完成 |
| 精选100分题 001~027 | 胡锐锋 | 已完成 |
| 精选100分题 028~050 | 李昌盛、胡锐锋 | 已完成 |

## 项目结构

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 265_AI-Processor-Combination.py
@file: 001_AI-Processor-Combination.py
@time: 2023/7/11 15:58
@project: huawei-od-python
@desc: 265 AI处理器组合
@desc: 001 AI处理器组合
"""
from itertools import combinations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 266_task-execute-total-time.py
@file: 002_task-execute-total-time.py
@time: 2023/7/11 23:08
@project: huawei-od-python
@desc: 266 任务总执行时长
@desc: 002 任务总执行时长
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 267_count-outstanding-students.py
@file: 003_count-outstanding-students.py
@time: 2023/7/11 23:49
@project: huawei-od-python
@desc: 267 优秀学员统计
@desc: 003 优秀学员统计
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 268_PV-site-construction-plan.py
@file: 004_PV-site-construction-plan.py
@time: 2023/7/12 11:06
@project: huawei-od-python
@desc: 268 光伏场地建设规划
@desc: 004 光伏场地建设规划
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 269_anonymous-letter.py
@file: 005_anonymous-letter.py
@time: 2023/7/12 11:39
@project: huawei-od-python
@desc: 269 匿名信
@desc: 005 匿名信
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 270_reverse-words.py
@file: 006_reverse-words.py
@time: 2023/7/12 14:35
@project: huawei-od-python
@desc: 270 单词倒序
@desc: 006 单词倒序
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 271_base-station-maintenance-engineer.py
@file: 007_base-station-maintenance-engineer.py
@time: 2023/7/12 15:29
@project: huawei-od-python
@desc: 271 基站维修工程师
@desc: 007 基站维修工程师
"""
import math

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 271_find-duplicate-codes.py
@file: 008_find-duplicate-codes.py
@time: 2023/7/12 20:24
@project: huawei-od-python
@desc: 271 找出重复代码(最长公共子序列)
@desc: 008 找出重复代码(最长公共子序列)
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 272_decrypt-string.py
@file: 009_decrypt-string.py
@time: 2023/7/13 11:10
@project: huawei-od-python
@desc: 272 字符串解密加扰字符串
@desc: 009 字符串解密加扰字符串
"""
import re

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 273_rearrange-string.py
@file: 010_rearrange-string.py
@time: 2023/7/13 14:23
@project: huawei-od-python
@desc: 273 字符串重新排序
@desc: 010 字符串重新排序
"""
from collections import defaultdict

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 274_symmetric-string.py
@file: 011_symmetric-string.py
@time: 2023/7/13 18:55
@project: huawei-od-python
@desc: 274 对称美学
@desc: 011 对称美学
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 275_find-important-keys.py
@file: 012_find-important-keys.py
@time: 2023/7/13 19:55
@project: huawei-od-python
@desc: 275 寻找关键钥匙
@desc: 012 寻找关键钥匙
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 276_find-key.py
@file: 013_find-key.py
@time: 2023/7/13 20:27
@project: huawei-od-python
@desc: 276 寻找密码
@desc: 013 寻找密码
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 277_find-the-middle-node-of-the-linked-list.py
@file: 014_find-the-middle-node-of-the-linked-list.py
@time: 2023/7/13 20:55
@project: huawei-od-python
@desc: 277 寻找链表的中间结点
@desc: 014 寻找链表的中间结点
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 278_have-fun.py
@file: 015_have-fun.py
@time: 2023/7/13 21:18
@project: huawei-od-python
@desc: 278 开心消消乐
@desc: 015 开心消消乐
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 279_abnormal-attendance-records.py
@file: 016_abnormal-attendance-records.py
@time: 2023/7/14 9:29
@project: huawei-od-python
@desc: 279 异常的打卡记录
@desc: 016 异常的打卡记录
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 280_integration-testing-of-microservices.py
@file: 017_integration-testing-of-microservices.py
@time: 2023/7/14 11:41
@project: huawei-od-python
@desc: 280 微服务的集成测试
@desc: 017 微服务的集成测试
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 281_print-file.py
@file: 018_print-file.py
@time: 2023/7/14 14:00
@project: huawei-od-python
@desc: 281 打印文件
@desc: 018 打印文件
"""
import heapq

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 282_count-vehicle-colors.py
@file: 019_count-vehicle-colors.py
@time: 2023/7/14 15:31
@project: huawei-od-python
@desc: 282 找出通过车辆最多颜色
@desc: 019 找出通过车辆最多颜色
"""
import collections

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 283_find-number.py
@file: 020_find-number.py
@time: 2023/7/14 16:12
@project: huawei-od-python
@desc: 283 找数字
@desc: 020 找数字
"""
import math
from collections import defaultdict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 284_shooting-competition.py
@file: 021_shooting-competition.py
@time: 2023/7/14 17:22
@project: huawei-od-python
@desc: 284 投篮大赛
@desc: 021 投篮大赛
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 285_the-middle-position-of-array.py
@file: 022_the-middle-position-of-array.py
@time: 2023/7/14 17:53
@project: huawei-od-python
@desc: 285 数组的中心位置
@desc: 022 数组的中心位置
"""
from functools import reduce

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 286_adjust-poker.py
@file: 023_adjust-poker.py
@time: 2023/7/14 18:27
@project: huawei-od-python
@desc: 286 整理扑克牌
@desc: 023 整理扑克牌
"""
import collections

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 287_seat-assignment.py
@file: 024_seat-assignment.py
@time: 2023/7/14 20:03
@project: huawei-od-python
@desc: 287 新员工座位安排系统
@desc: 024 新员工座位安排系统
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 288_choose-location-of-the-new-school.py
@file: 025_choose-location-of-the-new-school.py
@time: 2023/7/14 20:24
@project: huawei-od-python
@desc: 288 新学校选址
@desc: 025 新学校选址
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 289_log-collection-system.py
@file: 026_log-collection-system.py
@time: 2023/7/14 23:04
@project: huawei-od-python
@desc: 289 日志采集系统
@desc: 026 日志采集系统
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: HuRuiFeng
@file: 290_star-basketball-competition.py
@file: 027_star-basketball-competition.py
@time: 2023/7/15 1:07
@project: huawei-od-python
@desc: 290 星际篮球争霸赛
@desc: 027 星际篮球争霸赛
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: Jack Lee C.S.
@file: 291_maximum-number-of-substrings-extracted.py
@file: 028_maximum-number-of-substrings-extracted.py
@time: 2023/07/12 10:59
@project: huawei-od-python
@desc: 291 最多提取子串数目
@desc: 028 最多提取子串数目
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# encoding: utf-8
"""
@author: Jack Lee C.S.
@file: 292_max-salary.py
@file: 029_max-salary.py
@time: 2023/07/12 14:39
@project: huawei-od-python
@desc: 292 最大报酬
@desc: 029 最大报酬
"""


Expand Down
Loading

0 comments on commit d0eb4e9

Please sign in to comment.