[algogeeks] Re: All possible permutations of a given string

2011-12-28 Thread ravu sairam
In the link you have specified they are talking about using the C++ STL . I would like to know how is that STL implemented -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To

[algogeeks] Re: All possible permutations of a given string

2011-12-28 Thread ravu sairam
What are the parameters it is taking i and j? What are those? We only have to permute(s)-where s is the string. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe

[algogeeks] Re: Thanks to Algogeeks

2011-12-06 Thread ravu sairam
congrats -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this

[algogeeks] Re: Finding the repeated element

2011-11-24 Thread ravu sairam
I have an O(n) space and time solution by using hashing . Firstly, make a hash table by using a hash function for each of the number in the array. After that, go through the hash table to see whether there are any repetitions for the same entry. -- You received this message because you are

[algogeeks] Links for mock interviews.

2011-09-10 Thread ravu sairam
I would like to take some mock interviews for internships in companies like Google, Microsoft, Can anybody guide me for good material or links for mock interviews? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send