03 2019 档案
PAT 1128 N Queens Puzzle
摘要:The "eight queens puzzle" is the problem of placing eight chess queens on an 8 chessboard so that no two queens threaten each other. Thus, a solution 阅读全文
posted @ 2019-03-26 15:34 USE祖 阅读(124) 评论(0) 推荐(0)
Anaconda下的python如何写入环境变量中
摘要:Anaconda是一个非常好的python管理软件,实际使用起来要比直接用python自带的管理工具更好。 若需要将Anaconda下的python.exe添入环境变量中,需要如下设置 如上图所示,需要两个地址,方能顺利在cmd中访问 阅读全文
posted @ 2019-03-19 16:37 USE祖 阅读(6128) 评论(0) 推荐(1)
PAT A1127 ZigZagging on a Tree (30 分)
摘要:Suppose that all the keys in a binary tree are distinct positive integers. A unique binary tree can be determined by a given pair of postorder and ino 阅读全文
posted @ 2019-03-08 12:43 USE祖 阅读(209) 评论(0) 推荐(0)