python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to show float value instead of 0 integers
I tried to allow decimal value in the result but however it still shows 0, what am i missing in the following codes?
I have declared the weight variable as a float value, but it won't convert as i inp...
Chuen Yik Kang
Votes: 0
Answers: 1
How create an adjacency matrix of a Maze graph
I'm working on making a maze Generator using Prim's Algorithm. I understand i have to make an undirected weighted graph and represent it on an Adjacency Matrix or List. i created the boolean[][] adjac...
Ayu Crystal
Votes: 0
Answers: 1
How is a cut lonely if there are often multiple edges crossing a cut in a connected undirected graph?
I'm learning the requirements for finding a minimum spanning tree for a connected, undirected graph with distinct edge costs. One of the requirements is that there must be no cycles created in the tre...
julieb
Votes: 0
Answers: 2