├── 1.rumen ├── 1.1_Fibonacci_斐波那契数列.py ├── 1.2_Area_of_Circle_圆的面积.py ├── 1.3_Sum_of_List_序列求和.py └── 1.4_A+B_A+B问题.py ├── 2.Base_基础 ├── 2.10_数列特征.py ├── 2.11_字母图形.py ├── 2.12_01字串.py ├── 2.13_闰年判断.py ├── 2.14_阶乘计算.py ├── 2.15_长整数加法.py ├── 2.16_哈夫曼树.py ├── 2.17_n皇后.py ├── 2.18_报时助手.py ├── 2.19_回形取数.py ├── 2.1_list_sort_数列排序.py ├── 2.20_龟兔赛跑.py ├── 2.21 芯片测试.py ├── 2.22_FJ字符串.py ├── 2.23_sin之舞.py ├── 2.24_数的读法.py ├── 2.25_完美的代价.py ├── 2.26_矩阵面积交.py ├── 2.27_矩阵乘法.py ├── 2.28_2n皇后.py ├── 2.29_分解质因数.py ├── 2.2_16进制转换8进制.py ├── 2.30_字符串对比.py ├── 2.31_时间转换.py ├── 2.3_16进制转换10进制.py ├── 2.4_十进制转换十六进制.py ├── 2.5_特殊回文数.py ├── 2.6_回文数.py ├── 2.7_水仙花数.py ├── 2.8_杨辉三角.py └── 2.9_查找整数.py ├── 3.提高 ├── 3.1_预测身高.py ├── 3.2_最长滑雪道.py └── 3.3_k好数.py ├── 4.真题 ├── 4.1_不同子串.py ├── 4.2_年号字串.py ├── 4.3_数列求值.py ├── 4.4_数的分解.py └── 4.6_特别数的和.py └── README.md /1.rumen/1.1_Fibonacci_斐波那契数列.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/1.rumen/1.1_Fibonacci_斐波那契数列.py -------------------------------------------------------------------------------- /1.rumen/1.2_Area_of_Circle_圆的面积.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/1.rumen/1.2_Area_of_Circle_圆的面积.py -------------------------------------------------------------------------------- /1.rumen/1.3_Sum_of_List_序列求和.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/1.rumen/1.3_Sum_of_List_序列求和.py -------------------------------------------------------------------------------- /1.rumen/1.4_A+B_A+B问题.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/1.rumen/1.4_A+B_A+B问题.py -------------------------------------------------------------------------------- /2.Base_基础/2.10_数列特征.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.10_数列特征.py -------------------------------------------------------------------------------- /2.Base_基础/2.11_字母图形.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.11_字母图形.py -------------------------------------------------------------------------------- /2.Base_基础/2.12_01字串.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.12_01字串.py -------------------------------------------------------------------------------- /2.Base_基础/2.13_闰年判断.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.13_闰年判断.py -------------------------------------------------------------------------------- /2.Base_基础/2.14_阶乘计算.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.14_阶乘计算.py -------------------------------------------------------------------------------- /2.Base_基础/2.15_长整数加法.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.15_长整数加法.py -------------------------------------------------------------------------------- /2.Base_基础/2.16_哈夫曼树.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.16_哈夫曼树.py -------------------------------------------------------------------------------- /2.Base_基础/2.17_n皇后.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.17_n皇后.py -------------------------------------------------------------------------------- /2.Base_基础/2.18_报时助手.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.18_报时助手.py -------------------------------------------------------------------------------- /2.Base_基础/2.19_回形取数.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.19_回形取数.py -------------------------------------------------------------------------------- /2.Base_基础/2.1_list_sort_数列排序.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.1_list_sort_数列排序.py -------------------------------------------------------------------------------- /2.Base_基础/2.20_龟兔赛跑.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.20_龟兔赛跑.py -------------------------------------------------------------------------------- /2.Base_基础/2.21 芯片测试.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.21 芯片测试.py -------------------------------------------------------------------------------- /2.Base_基础/2.22_FJ字符串.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.22_FJ字符串.py -------------------------------------------------------------------------------- /2.Base_基础/2.23_sin之舞.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.23_sin之舞.py -------------------------------------------------------------------------------- /2.Base_基础/2.24_数的读法.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.24_数的读法.py -------------------------------------------------------------------------------- /2.Base_基础/2.25_完美的代价.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.25_完美的代价.py -------------------------------------------------------------------------------- /2.Base_基础/2.26_矩阵面积交.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.26_矩阵面积交.py -------------------------------------------------------------------------------- /2.Base_基础/2.27_矩阵乘法.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.27_矩阵乘法.py -------------------------------------------------------------------------------- /2.Base_基础/2.28_2n皇后.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.28_2n皇后.py -------------------------------------------------------------------------------- /2.Base_基础/2.29_分解质因数.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.29_分解质因数.py -------------------------------------------------------------------------------- /2.Base_基础/2.2_16进制转换8进制.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.2_16进制转换8进制.py -------------------------------------------------------------------------------- /2.Base_基础/2.30_字符串对比.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.30_字符串对比.py -------------------------------------------------------------------------------- /2.Base_基础/2.31_时间转换.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.31_时间转换.py -------------------------------------------------------------------------------- /2.Base_基础/2.3_16进制转换10进制.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.3_16进制转换10进制.py -------------------------------------------------------------------------------- /2.Base_基础/2.4_十进制转换十六进制.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.4_十进制转换十六进制.py -------------------------------------------------------------------------------- /2.Base_基础/2.5_特殊回文数.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.5_特殊回文数.py -------------------------------------------------------------------------------- /2.Base_基础/2.6_回文数.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.6_回文数.py -------------------------------------------------------------------------------- /2.Base_基础/2.7_水仙花数.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.7_水仙花数.py -------------------------------------------------------------------------------- /2.Base_基础/2.8_杨辉三角.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.8_杨辉三角.py -------------------------------------------------------------------------------- /2.Base_基础/2.9_查找整数.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/2.Base_基础/2.9_查找整数.py -------------------------------------------------------------------------------- /3.提高/3.1_预测身高.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/3.提高/3.1_预测身高.py -------------------------------------------------------------------------------- /3.提高/3.2_最长滑雪道.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/3.提高/3.2_最长滑雪道.py -------------------------------------------------------------------------------- /3.提高/3.3_k好数.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/3.提高/3.3_k好数.py -------------------------------------------------------------------------------- /4.真题/4.1_不同子串.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/4.真题/4.1_不同子串.py -------------------------------------------------------------------------------- /4.真题/4.2_年号字串.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/4.真题/4.2_年号字串.py -------------------------------------------------------------------------------- /4.真题/4.3_数列求值.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/4.真题/4.3_数列求值.py -------------------------------------------------------------------------------- /4.真题/4.4_数的分解.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/4.真题/4.4_数的分解.py -------------------------------------------------------------------------------- /4.真题/4.6_特别数的和.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MAyang38/Blue_Bridge_Cup_Python/HEAD/4.真题/4.6_特别数的和.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Blue_Bridge_Cup_Python 2 | 蓝桥杯Python练习系统题库 3 | --------------------------------------------------------------------------------