[algogeeks] SDE-1 openings in Amazon

2014-12-02 Thread Bhanu Kishore
Hi, We have 4 SDE-1 openings in our team at Amazon Hyderabad. If any of you are interested, you can forward your resume to bhanukishor...@gmail.com -- Thank Regards, Bhanu Kishore Diddi. Software Development Engineer, Amazon India Development Center(Hyderabad). Mobile :- 9704253365 Email

Re: [algogeeks] request of ebook..(Data Structures and algorithms made easy:)

2011-09-25 Thread Bhanu Kishore
http://www.scribd.com/doc/50658450/Data-Structures-and-Algorithms-Made-Easy-For-Interviews-Programming-Interview-Questions On Sun, Sep 25, 2011 at 9:37 PM, sarath prasath prasathsar...@gmail.comwrote: hi every one.. pls do give me the link if u find or have, about this book.. title name:Data

Re: [algogeeks] All valid dictionary words must be found and printed.

2011-09-19 Thread Bhanu Kishore
See this algorithm: http://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_string_matching_algorithm -- 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,

Re: [algogeeks] Interview Questions

2011-09-15 Thread Bhanu Kishore
Runtime Error due to the statetment *x = 1000; On Thu, Sep 15, 2011 at 11:32 PM, SAMMM somnath.nit...@gmail.com wrote: #includecstdio #includeiostream using namespace std; int main() { int w=10; int *p=w; int *x; *x=1000; int *y; *y=100; printf(%d %d %d,*x,*p,*y); return

Re: [algogeeks] Feedback of the book!!!!!!!

2011-08-01 Thread Bhanu Kishore
http://www.mediafire.com/?jmlxf151a6jf7aa is the link for ebook. On Mon, Aug 1, 2011 at 2:02 PM, Amol Sharma amolsharm...@gmail.com wrote: have anyone has the e-book of the same -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad On Mon, Aug 1,

Re: [algogeeks] Re: is it possible to detect the first repeating number in a 2-D array (n X n) in O(n) time ?

2011-07-19 Thread Bhanu Kishore
@Venkat. That algorithm doesnt work actually.Try for 9,8,1. At 1 , it becomes 0. -- 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