当前位置:首页
> Luz 第2963页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Determine whether a directed graph can complete topological sorting
The output of a directed graph is required to complete the topological sorting, and the graph is required to be represen…
PROGRAMMING:The shortest path of negative loop
Given a digraph which may contain negative weight edges, the shortest path length between any two vertices can be obtain…
PROGRAMMING:Double Eleven
During the "double 11" period, a famous e-commerce platform "Dongdong" is preparing to add another self operated warehou…
PROGRAMMING:Minimum vertex shortest path
Given a positive weighted digraph, the graph contains n vertices, numbered from 0 to n-1. Taking vertex 0 as the source…
PROGRAMMING:Least point lexicographic shortest path
Given a positive weighted digraph, the graph contains n vertices, numbered from 0 to n-1. Taking vertex 0 as the source…
PROGRAMMING:Edge pruning of Graphs
Please write a program to delete some edges from the given digraph. A digraph contains n vertices, numbered from 0 to n-…
PROGRAMMING:C language programming experiment 6-1 establishment of one way linked list
This topic requires the realization of the following three functions to achieve the following functions:Enter a number o…
PROGRAMMING:The creation of graph
Write a program to create a directed graph. A digraph contains n vertices, numbered from 0 to n-1.###Input format:Enter…
PROGRAMMING:sort
Please write a program to sort up to 50000 integers incrementally.###Input format:Enter a positive integer n in the firs…
PROGRAMMING:C language programming experiment 6-2 deletion of one way linked list
Based on the new one-way linked list code in experiment 6-1, the function of deleting nodes is added to delete * * all *…