File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99import java .util .Scanner ;
1010import java .util .Stack ;
1111
12- public class Solution {
12+ public class Dijkshtra {
1313
1414public static void main (String [] args ) throws IOException {
1515 Scanner in =new Scanner (System .in );
Original file line number Diff line number Diff line change 11import java .util .*;
2- public class Array {
2+ public class InsertDeleteInArray {
33
44 public static void main (String [] args ) {
55 Scanner s = new Scanner (System .in ); // Input statement
Original file line number Diff line number Diff line change 44import java .math .*;
55import java .util .regex .*;
66
7- public class Solution {
7+ public class RootPrecision {
88
99 public static void main (String [] args ) {
1010 //take input
Original file line number Diff line number Diff line change 11import java .util .*;
22
3- public class Postfix {
3+ public class StackPostfixNotation {
44 public static void main (String [] args ) {
55 Scanner scanner = new Scanner (System .in );
66 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