I got this compile error : ------------------------------------------------------------------- 03731899_24.java:12: Type `ArrayList' not found in the declaration of the local variable `ll'. ArrayList ll; ^ 03731899_24.java:68: Type `ArrayList' not found in the declaration of the local variable `ll'....
I got this compile error : ------------------------------------------------------------------- 03731899_24.java:12: Type `ArrayList' not found in the declaration of the local variable `ll'. ArrayList ll; ^ 03731899_24.java:68: Type `ArrayList' not found in the declaration of the local variable `ll'....
#include <iostream> #include <fstream> using namespace std; #define cin in int conn[52][52]; int Conn[52][52]; int nEdges[52]; // To check weather this node is connected or not. void IsConnected(int node) { for(int i=1; i<51; i++) { if (Conn[node] > 0) { Conn[node] --; Conn [node]--; IsConnected(i);...