File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
import java .util .Scanner ;
10
10
import java .util .Stack ;
11
11
12
- public class Solution {
12
+ public class Dijkshtra {
13
13
14
14
public static void main (String [] args ) throws IOException {
15
15
Scanner in =new Scanner (System .in );
Original file line number Diff line number Diff line change 1
1
import java .util .*;
2
- public class Array {
2
+ public class InsertDeleteInArray {
3
3
4
4
public static void main (String [] args ) {
5
5
Scanner s = new Scanner (System .in ); // Input statement
Original file line number Diff line number Diff line change 4
4
import java .math .*;
5
5
import java .util .regex .*;
6
6
7
- public class Solution {
7
+ public class RootPrecision {
8
8
9
9
public static void main (String [] args ) {
10
10
//take input
Original file line number Diff line number Diff line change 1
1
import java .util .*;
2
2
3
- public class Postfix {
3
+ public class StackPostfixNotation {
4
4
public static void main (String [] args ) {
5
5
Scanner scanner = new Scanner (System .in );
6
6
String post = scanner .nextLine (); // Takes input with spaces in between eg. "1 21 +"
You can’t perform that action at this time.
0 commit comments