Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcf7f8f

Browse files
authored
Merge pull requestTheAlgorithms#358 from LeeChungWan/Graphs
Modified Data Structures/Graphs folder .java file name and class name
2 parents9d9c86c +707f6f1 commitdcf7f8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎Data Structures/Graphs/BFS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @author Unknown
77
*
88
*/
9-
publicclassbfs{
9+
publicclassBFS{
1010

1111
/**
1212
* The BFS implemented in code to use.

‎Data Structures/Graphs/DFS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
publicclassdfs{
10+
publicclassDFS{
1111

1212
/**
1313
* Implementation in code of a DFS

‎Data Structures/Graphs/PrimMST.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static void main (String[] args)
100100
| / \ |
101101
(3)-------(4)
102102
9 */
103-
MSTt =newMST();
103+
PrimMSTt =newPrimMST();
104104
intgraph[][] =newint[][] {{0,2,0,6,0},
105105
{2,0,3,8,5},
106106
{0,3,0,0,7},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp