When can you say a graph to be a tree?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What's the default access specifier for variables and methods of a class?
How to connect to a remote database using Applet?
What is variable and rules of variable?
What are static variables and functions?
whats string ?
List the three steps for creating an object for a class?
Which is better ascii or unicode?
Is 0 an even number?
There are 2 methods in a class. Both have the same method signature except for return types. Is this overloading or overriding or what is it?
Does a function need a return?
Convert Binary tree to linked list.