# algorithm-experiment **Repository Path**: WaterWhisperer/algorithm-experiment ## Basic Information - **Project Name**: algorithm-experiment - **Description**: 2025 秋季 算法设计与分析 实验代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-13 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 算法设计与分析 使用 Rust 和 Python 实现 ## 分治算法(divide-and-conquer) - 二分搜索(binary-search) - 快速排序(quick-sort) - 线性时间选择(linear-time-selection) ## 动态规划算法 (dynamic-programming) - 矩阵连乘(matrix-chain-multiplication) - 最长公共子序列(longest-common-subsequence) ## 贪心算法(greedy-algorithm) - 活动安排(activity-schedule) - 哈夫曼编码(huffman-coding) ## 回溯法(backtracking-method) - 0-1背包问题(0-1-knapsack-problem) ## 分支限界法(branch-and-bound) - 0-1背包问题(0-1-knapsack-problem) - 单源最短路径(single-source-shortest-path)