-->
当前位置:首页 > Luz 第2963页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Determine whether a directed graph can complete topological sorting

Luz5年前 (2021-05-10)479
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

Luz5年前 (2021-05-10)459
Given a digraph which may contain negative weight edges, the shortest path length between any two vertices can be obtain…

PROGRAMMING:Double Eleven

Luz5年前 (2021-05-10)381
During the "double 11" period, a famous e-commerce platform "Dongdong" is preparing to add another self operated warehou…

PROGRAMMING:Minimum vertex shortest path

Luz5年前 (2021-05-10)447
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

Luz5年前 (2021-05-10)454
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

Luz5年前 (2021-05-10)561
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

Luz5年前 (2021-05-10)455
This topic requires the realization of the following three functions to achieve the following functions:Enter a number o…

PROGRAMMING:The creation of graph

Luz5年前 (2021-05-10)366
Write a program to create a directed graph. A digraph contains n vertices, numbered from 0 to n-1.###Input format:Enter…

PROGRAMMING:sort

Luz5年前 (2021-05-10)373
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

Luz5年前 (2021-05-10)410
Based on the new one-way linked list code in experiment 6-1, the function of deleting nodes is added to delete * * all *…