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

Commit9d9c86c

Browse files
authored
Merge pull requestTheAlgorithms#357 from LeeChungWan/Others
Modified Others folder .java file name and class name
2 parents6498d4a +9d183e6 commit9d9c86c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎Others/Dijkshtra.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
importjava.util.Scanner;
1010
importjava.util.Stack;
1111

12-
publicclassSolution {
12+
publicclassDijkshtra {
1313

1414
publicstaticvoidmain(String[]args)throwsIOException {
1515
Scannerin =newScanner(System.in);

‎Others/InsertDeleteInArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
importjava.util.*;
2-
publicclassArray {
2+
publicclassInsertDeleteInArray {
33

44
publicstaticvoidmain(String[]args) {
55
Scanners =newScanner(System.in);// Input statement

‎Others/RootPrecision.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
importjava.math.*;
55
importjava.util.regex.*;
66

7-
publicclassSolution {
7+
publicclassRootPrecision {
88

99
publicstaticvoidmain(String[]args) {
1010
//take input

‎Others/StackPostfixNotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
importjava.util.*;
22

3-
publicclassPostfix {
3+
publicclassStackPostfixNotation {
44
publicstaticvoidmain(String[]args) {
55
Scannerscanner =newScanner(System.in);
66
Stringpost =scanner.nextLine();// Takes input with spaces in between eg. "1 21 +"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp