BFS for RGB puzzle.@theturk1234 Well I didn't apply pointers anymore, I just made a string with each node object and a...
BFS for RGB puzzle.@theturk1234 Leave the indentation, i just want help with this [code] while(temp.parent!=NULL){ ...
BFS for RGB puzzle.I solve RGB puzzle using BFS, it is working correctly but i need to print the route which it used to...
Overwriting of a text file.I actually really like your idea but the thing is i need to submit this project in the next 6 hours....
if and for or if and while[code] #include<iostream> using namespace std; int main() { int i=0; if(i==0){ for(i=1;i<10;i++){ co...
This user does not accept Private Messages