算法小白
08
10
PAT1006 PAT1006
原题 At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one
2020-08-10
10
PAT1007 PAT1007
原题 Given a sequence of K integers { N1, N2, …, N**K }. A continuous subsequence is defined to be { N**i, N**i+1, …, N**j
2020-08-10
07
PAT1003 迪杰斯特拉(Dijkstra) PAT1003 迪杰斯特拉(Dijkstra)
算法简介迪杰斯特拉(Dijkstra)是从一个顶点到其余各顶点的最短路径算法,解决的是有权图中最短路径问题。迪杰斯特拉算法主要特点是从起始点开始,采用贪心算法的策略,每次遍历到始点距离最近且未访问过的顶点的邻接节点,直到扩展到终点为止。
2020-08-07
04
PAT1004 PAT1004
原题 A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no chi
2020-08-04
04
PAT1005 PAT1005
原题 Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the
2020-08-04
01
PAT1002 PAT1002
原题 This time, you are supposed to find A+B where A and B are two polynomials. Input Specification:Each input file contai
2020-08-01
2 / 2