摘要: 2001 text3 ​ Why do so many Americans distrust what they read in their newspapers? The American Society of Newspaper Editors is trying to answer this 阅读全文
posted @ 2021-06-30 17:55 JamieHou 阅读(211) 评论(0) 推荐(0) 编辑
摘要: PAT 2021 春季 甲级 7-2 Lab Access Scheduling 阅读全文
posted @ 2021-03-13 17:33 JamieHou 阅读(186) 评论(0) 推荐(0) 编辑
摘要: PAT 2021 春季 甲级 7-1 Arithmetic Progression of Primes 阅读全文
posted @ 2021-03-13 17:30 JamieHou 阅读(234) 评论(0) 推荐(0) 编辑
摘要: PAT A1025 Ranking 【排序】25 阅读全文
posted @ 2021-02-17 12:00 JamieHou 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 算法笔记 分数四则运算 阅读全文
posted @ 2020-08-31 09:54 JamieHou 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 回溯 阅读全文
posted @ 2020-08-27 09:20 JamieHou 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 算法笔记 回溯 阅读全文
posted @ 2020-08-26 21:20 JamieHou 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Dijkstra's algorithm is one of the very famous greedy algorithms. It is used for solving the single source shortest path problem which gives the short 阅读全文
posted @ 2020-07-24 19:42 JamieHou 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 7-1 Forever (20分) "Forever number" is a positive integer A with K digits, satisfying the following constrains: the sum of all the digits of A is m; th 阅读全文
posted @ 2020-07-24 18:39 JamieHou 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 7-2 Merging Linked Lists (25分) Given two singly linked lists L ​1 ​​ =a ​1 ​​ →a ​2 ​​ →⋯→a ​n−1 ​​ →a ​n ​​ and L ​2 ​​ =b ​1 ​​ →b ​2 ​​ →⋯→b ​m−1 ​ 阅读全文
posted @ 2020-07-24 16:34 JamieHou 阅读(989) 评论(0) 推荐(0) 编辑
摘要: 7-3 Postfix Expression (25分) Given a syntax tree (binary), you are supposed to output the corresponding postfix expression, with parentheses reflectin 阅读全文
posted @ 2020-07-24 16:05 JamieHou 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 算法笔记 c++ string 阅读全文
posted @ 2020-07-24 09:10 JamieHou 阅读(425) 评论(0) 推荐(0) 编辑
摘要: dev c++ 阅读全文
posted @ 2020-07-23 08:33 JamieHou 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 排序 阅读全文
posted @ 2020-07-22 08:48 JamieHou 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 排序算法 阅读全文
posted @ 2020-07-21 22:00 JamieHou 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 分数四则运算 阅读全文
posted @ 2020-07-19 11:07 JamieHou 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 进制转换 素数 阅读全文
posted @ 2020-07-19 09:22 JamieHou 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 素数 质数 平方探测 hash 阅读全文
posted @ 2020-07-18 22:18 JamieHou 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 进制转换 阅读全文
posted @ 2020-07-18 20:39 JamieHou 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 进制转换 阅读全文
posted @ 2020-07-18 20:09 JamieHou 阅读(101) 评论(0) 推荐(0) 编辑