P01-scottp.pl | P01 - 查找列表的最后一个元素。 | Scott Penrose |
P01-topo.pl | P01 - 查找列表的最后一个元素。 | Ryan Connelly |
P02-scottp.pl | P02 - 查找列表的倒数第二个元素。 | Scott Penrose |
P02-topo.pl | P02 - 查找列表的最后两个元素。 | Ryan Connelly |
P03-scottp.pl | P03 - 查找列表的第 K 个元素。 | Scott Penrose |
P03-topo.pl | P03 - 查找 | Ryan Connelly |
P04-scottp.pl | P04 - 查找列表中元素的数量 | Scott Penrose |
P04-topo.pl | P04 - 查找列表中元素的数量。 | Ryan Connelly |
P05-scottp.pl | P05 - 反转列表 | Scott Penrose |
P05-topo.pl | P05 - 反转列表。 | Ryan Connelly |
P06-ajs.pl | P06 - 判断列表是否为回文。 | Aaron Sherman |
P06-scottp.pl | P06 - 判断列表是否为回文。 | Scott Penrose |
P06-topo.pl | P06 - 判断列表是否为回文。 | Ryan Connelly |
P07-eric256.pl | P07 - 展平嵌套数组结构。 | Eric Hodges |
P07-topo.pl | P07 - 展平嵌套数组结构。 | 最初由 Ryan Connelly 编写 |
P07-viklund.pl | P07 - 展平嵌套数组结构。 | Johan Viklund |
P08-eric256.pl | P08 - 删除列表中连续重复的元素。 | Eric Hodges |
P08-topo.pl | P08 - 删除列表中连续重复的元素。 | Ryan Connelly |
P08-viklund.pl | P08 - 删除列表中连续重复的元素。 | Johan Viklund |
P09-rje.pl | P09 - 将列表中连续重复的元素打包到子列表中。 | Rob Eaglestone |
P09-scottp.pl | P09 - 将列表中连续重复的元素打包到子列表中。 | Scott Penrose |
P09-topo.pl | P09 - 将列表中连续重复的元素打包到子列表中。 | Ryan Connelly |
P09-unobe.pl | P09 - 将列表中连续重复的元素打包到子列表中。 | David Romano |
P10-scottp.pl | P10 - 列表的游程编码。 | Scott Penrose |
P10-topo.pl | P10 - 列表的游程编码。 | Ryan Connelly |
P10-unobe.pl | P10 - 列表的游程编码。 | David Romano |
P11-topo.pl | P11 - 改进的游程编码。 | Ryan Connelly |
P11-unobe.pl | P11 - 改进的游程编码。 | David Romano |
P12-rhebus.pl | P12 - 解码游程编码列表。 | Philip Potter |
P12-topo.pl | P12 - 解码改进的游程编码。 | Ryan Connelly |
P12-unobe.pl | P12 - 解码游程编码列表。 | David Romano |
P13-rhebus.pl | P13 - 列表的游程编码(直接解法)。 | Philip Potter |
P13-topo.pl | P13 - 直接游程编码。 | Ryan Connelly |
P13-viklund.pl | P13 - 列表的游程编码(直接解法)。 | Johan Viklund |
P14-scottp.pl | P14 - 复制列表的元素。 | Scott Penrose |
P14-topo.pl | P14 - 复制列表中的元素。 | Ryan Connelly |
P14-viklund.pl | P14 - 复制列表的元素。 | Johan Viklund |
P15-rhebus.pl | P15 - 将列表的元素复制指定的次数。 | Philip Potter |
P15-topo.pl | P15 - 将列表的元素复制指定的次数。 | Ryan Connelly |
P15-unobe.pl | P15 - 将列表的元素复制指定的次数。 | David Romano |
P16-edpratomo.pl | P16 (**) 从列表中删除每隔 N 个元素。 | Edwin Pratomo |
P16-topo.pl | P16 - 删除每隔 | Ryan Connelly |
P17-topo.pl | P17 - 将列表分成两部分;第一部分的长度已给出。 | Ryan Connelly |
P17-unobe.pl | P17 - 将列表分成两部分;第一部分的长度已给出。 | David Romano |
P18-topo.pl | P18 - 从列表中提取切片。索引从 1 开始。 | Ryan Connelly |
P19-topo.pl | P19 - 旋转列表 | Ryan Connelly |
P20-rhebus.pl | P20 - 从列表中删除第 K 个元素。 | Philip Potter |
P20-topo.pl | P20 - 删除 | Ryan Connelly |
P21-scottp.pl | P21 - 在数组的指定位置插入元素。 | Scott Penrose |
P21-topo.pl | P21 - 在列表的指定位置插入元素。 | Ryan Connelly |
P22-scottp.pl | P22 - 创建一个包含指定范围内所有整数的列表。 | Scott Penrose |
P22-topo.pl | P22 - 创建一个包含指定范围内所有整数的列表。 | Ryan Connelly |
P23-topo.pl | P23 - 从列表中随机抽取指定数量的元素。 | Ryan Connelly |
P24-topo.pl | P24 - 绘图 | Ryan Connelly |
P25-topo.pl | P25 - 生成列表元素的随机排列。 | Ryan Connelly |
P26-topo.pl | P26 - 生成组合 | Ryan Connelly |
P31-rhebus.pl | P31 - 判断给定的整数是否为素数。 | Philip Potter |
P32-rhebus.pl | P32 - 确定两个正整数的最大公约数 | Philip Potter |
P33-rhebus.pl | P33 - 判断两个正整数是否互质。 | Philip Potter |
P34-rhebus.pl | P34 - 计算欧拉函数 phi(m)。 | Philip Potter |
P35-rhebus.pl | P35 - 确定给定正整数的质因数。 | Philip Potter |
P36-ovid.pl | P36 - 确定给定正整数的质因数(2)。 | Curtis Poe |
P36-rhebus.pl | P36 - 确定给定正整数的质因数(2)。 | Philip Potter |
P37-rhebus.pl | P37 - 计算欧拉函数 phi(m)(改进版)。 | Philip Potter |
P39-rhebus.pl | P39 - 素数列表。 | Curtis "Ovid" Poe |
P40-rhebus.pl | P40 - 哥德巴赫猜想。 | Philip Potter |
P41-rhebus.pl | P41 - 哥德巴赫组合列表。 | Philip Potter |
P91-edpratomo.pl | P91 - 骑士巡游。 | Edwin Pratomo |