当前位置:首页
> Luz 第2962页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:% of LC
openTopic backgroundLC has a 3-level cube and a face has 9 squares.Because LC has a magic% method, it can convert one si…
PROGRAMMING:Xiao Ming finds the prefix
###Topic backgroundXiao Ming has been sleeping every day in class recently, so he can't do anything.One day, the teacher…
PROGRAMMING:Grumpy cow 1
Bear_ There are many cattle in Qingqing grassland. These cattle are divided into two kinds, one is the grumpy cattle, th…
PROGRAMMING:Computational geometry
Bear_ 2 because of proficient in various algorithms, so often have fans to consult bear_ 2. On this day, another girl ca…
PROGRAMMING:Minimum path sum of matrices
Given a matrix, starting from the upper left corner, you can only go right or down each time, and finally reach the lowe…
PROGRAMMING:Judge whether there is a path between two points
This problem requires the output of whether there is a path between two vertices###Input format:The input consists of tw…
PROGRAMMING:Calculate the minimum spanning tree weight
This problem requires the use of prim algorithm to find the minimum spanning tree, output the sum of its weights###Input…
PROGRAMMING:Single source shortest path
Please write a program to find the shortest path length of a given positive weight digraph. The graph contains n vertice…
PROGRAMMING:Find the shortest path from one vertex to other vertices
This problem requires the calculation of a vertex v0 to other vertices of the shortest path, and output the path###Input…
PROGRAMMING:Determine whether a digraph has a loop
This problem requires programming to determine whether there is a loop in a digraph###Input format:The input is the adja…