Archive for June, 2007

Reverse words of string

How can we reverese the words of a string?

ex:- Ramu is a good boy
ans-> boy good a is Ramu

how to find the possible anagrams for a given word.
we can do a the preprocessing of the dictionary.

what is the schema for storing objects a.b and c where b and c are derived objects of a . and why?

a{ name, id } b>a{cost} c->a { price }.

b is a derived class from a
and c is a deived class form a.

Leave a Comment