diff --git a/src/README.md b/src/README.md index c1c087d5..230a919a 100644 --- a/src/README.md +++ b/src/README.md @@ -10,7 +10,6 @@ 2. 第二部分: 算法 3. 第三部分: 专题 4. 第四部分: leetcode 题解 -5. 第五部分: 华为 OD 机试题解 ## 反馈问题 diff --git a/src/SUMMARY.md b/src/SUMMARY.md index f306cef5..d133b2b1 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -357,90 +357,4 @@ - [3001-3100](leetcode/by-id/3001-3100.md) - [3028. 边界上的蚂蚁 Ant on the Boundary](leetcode/3028.ant-on-the-boundary/index.md) -# 第五部分: 华为 OD 机试题解 - -- [OD 2024年E卷100分](od/2024e100/index.md) - - [流浪地球](od/2024e100/wondering-earth/index.md) - - [斗地主之顺子](od/2024e100/flash/index.md) - - [数大雁](od/2024e100/counting-goose/index.md) - - [最大利润/贪心的商人 - 贪心算法](od/2024e100/greedy-merchant/index.md) - - [boss的收入 - 递归](od/2024e100/boss-income/index.md) - - [猜字谜 - 字符串](od/2024e100/charade/index.md) - - [猜数字](od/2024e100/bulls-and-cows/index.md) - - [最大报酬 - 背包问题](od/2024e100/maximum-reward/index.md) - - [分糖果 - 位运算](od/2024e100/share-candy/index.md) - - [日志采集系统 - 动态规划](od/2024e100/data-collection-system/index.md) - - [最左侧冗余覆盖子串 - 滑动窗口](od/2024e100/leftmost-redundant-overlay-substring/index.md) - - [增强的strstr - 字符串](od/2024e100/advanced-strstr/index.md) - - [报文响应时间 - 字符串](od/2024e100/response-time-of-message/index.md) - - [连续字母长度 - 字符串](od/2024e100/length-of-continous-letters/index.md) - - [最长连续子序列 - 滑动窗口](od/2024e100/longest-consecutive-sequence/index.md) - - [计算面积/绘图机器](od/2024e100/drawing-machine/index.md) - - [敏感字段加密 - 字符串](od/2024e100/string-encryption/index.md) - - [出租车计费/靠谱的车 - 数学](od/2024e100/taxi-billing/index.md) - - [分苹果 - 位运算](od/2024e100/sharing-apples/index.md) - - [字符串变换最小字符串 - 贪心算法](od/2024e100/string-conversion/index.md) - - [字符串分割转换 - 字符串](od/2024e100/string-split/index.md) - - [简单的自动曝光/平均像素值](od/2024e100/automatic-exposure/index.md) - - [计算三叉搜索树的高度 - 树](od/2024e100/height-of-ternary-tree/index.md) - - [补种未成活胡杨 - 滑动窗口](od/2024e100/replant-populus/index.md) - - [最小的调整次数/特异性双端队列](od/2024e100/special-deque/index.md) - - [查找充电设备组合 - 动态规划](od/2024e100/charging-equipment/index.md) - - [智能成绩表 - 排序](od/2024e100/scores/index.md) - - [虚拟理财游戏 - 栈](od/2024e100/financial-game/index.md) - - [手机App防沉迷系统 - 排序](od/2024e100/anti-addict-system/index.md) - - [构成正方形的数量](od/2024e100/number-of-squares/index.md) - - [单词接龙 - 字符串](od/2024e100/word-chain/index.md) - - [跳房子I](od/2024e100/hopscotch/index.md) - - [第k个排列 - 排列组合](od/2024e100/kth-permutation/index.md) - - [喊7的次数重排](od/2024e100/say-7/index.md) - - [英文输入法 - 字符串](od/2024e100/input-method/index.md) - - [高矮个子排队 - 滑动窗口](od/2024e100/tall-and-short-line-up/index.md) - - [考勤信息](od/2024e100/attendance/index.md) - - [找终点](od/2024e100/find-destination/index.md) - - [数组拼接 - 字符串](od/2024e100/splice-array/index.md) - - [整数对最小和](od/2024e100/minimum-sum/index.md) - - [环中最长子串/字符成环找偶数O - 字符串](od/2024e100/longest-substring/index.md) - - [找数字/找等值元素](od/2024e100/equal-numbers/index.md) - - [光伏场地建设规划 - 前缀和](od/2024e100/construction-planning/index.md) - - [We Are A Team - 并查集](od/2024e100/we-are-a-team/index.md) - - [生成哈夫曼树 - 树](od/2024e100/build-haffman-tree/index.md) - - [内存资源分配 - 贪心](od/2024e100/allocate-memory/index.md) - - [矩形相交的面积 - 数学](od/2024e100/area-of-intersected-rectangles/index.md) - - [水仙花数I - 数学](od/2024e100/number-of-daffodil/index.md) - - [不等式是否满足约束并输出最大差](od/2024e100/constraint-of-inequality/index.md) - - [字符统计及重排 - 字符串](od/2024e100/rearrange-chars/index.md) - - [VLAN资源池](od/2024e100/vlan/index.md) -- [OD 2024年E卷200分](od/2024e200/index.md) - - [空栈压数](od/2024e200/push-numbers-into-stack/index.md) - - [工号不够用了怎么办 - 数学](od/2024e200/job-number/index.md) - - [最长连续方波信号 - 栈](od/2024e200/square-signal/index.md) - - [计算疫情扩散时间 - 图](od/2024e200/spread-of-epidemic/index.md) - - [字符串化繁为简 - 字符串](od/2024e200/simplify-string/index.md) - - [通过软盘拷贝文件 - 动态规划](od/2024e200/copy-files/index.md) - - [跳马 - BFS](od/2024e200/vaulting-horse/index.md) - - [字母组合/过滤组合字符串 - 字符串](od/2024e200/filter-string/index.md) - - [最大社交距离](od/2024e200/social-distance/index.md) - - [模拟目录管理](od/2024e200/filesystem/index.md) - - [找单词 - DFS](od/2024e200/find-word/index.md) - - [导师请吃火锅 - DFS](od/2024e200/hot-pot/index.md) - - [最大相连男生数/学生方阵](od/2024e200/adjacent-schoolboys/index.md) - - [数字游戏](od/2024e200/digit-game/index.md) - - [云短信平台优惠活动 - DP](od/2024e200/sms-promotions/index.md) - - [寻找符合要求的最长子串 - 滑动窗口](od/2024e200/longest-substring/index.md) - - [跳格子3 - 动态规划](od/2024e200/hopscotch3/index.md) - - [二叉树计算 - 树](od/2024e200/calculate-binary-tree/index.md) - - [猴子吃桃/爱吃蟠桃的孙悟空 - 二分查找](od/2024e200/monkey-eats-peach/index.md) - - [机器人活动区域 - DFS](od/2024e200/moving-area-of-robot/index.md) - - [简易压缩算法/一种字符串压缩表示的解压 - 字符串](od/2024e200/compress-string/index.md) - - [智能驾驶 - 二分查找](od/2024e200/intelligent-driving/index.md) - - [字符串拼接 - 字符串](od/2024e200/merge-string/index.md) - - [项目排期 - DFS](od/2024e200/project-scheduling/index.md) - - [文本统计分析](od/2024e200/text-analysis/index.md) - - [电脑病毒感染 - 图](od/2024e200/computer-virus/index.md) - - [周末爬山 - DFS](od/2024e200/climb-mountain/index.md) - - [计算网络信号/信号强度 - BFS](od/2024e200/signal-intensity/index.md) - - [九宫格按键输入](od/2024e200/speed-dial-input/index.md) - - [服务器广播/需要广播的服务器数量 - 并查集](od/2024e200/server-broadcast/index.md) - [参考资料](refs.md)