tryalgo:准备节目竞赛的算法和数据结构

时间:2024-06-14 12:04:32
【文件属性】:

文件名称:tryalgo:准备节目竞赛的算法和数据结构

文件大小:513KB

文件格式:ZIP

更新时间:2024-06-14 12:04:32

python algorithms acm-icpc interview-questions algorithms-and-data-structures

算法问题解决 用于准备编程比赛的算法和数据结构(例如ACM-ICPC,)和编码采访。 克里斯托弗·杜尔(ChristophDürr)和吉尔·詹恩·维(Jill-JênnVie)。 有法文,简体中文和繁体中文两种版本。 很快用英语。 安装 pip install tryalgo 文献资料 tryalgo 1.3的 法语和英语 演示: 巴黎图上的最短路径。 自己运行: pip install -r examples/requirements.txt jupyter notebook # Then go to examples folder 用法 动态编程一些硬币找零的例子: from tryalgo import coin_change print ( coin_change ([ 3 , 5 , 11 ], 29 )) # True because 29 = 6 x 3


网友评论