Re: [algogeeks] binary search for Linked List?

2011-03-10 Thread UTKARSH SRIVASTAV
what is skip list On Fri, Mar 11, 2011 at 5:58 AM, priya mehta wrote: > use skip list:) > > > On Thu, Mar 10, 2011 at 2:31 PM, ravi teja wrote: > >> @Utkarsh : >> >> Yeah , that is when you can access any element in O(1) time and the >> elements are sorted.This happens in a sorted array where y

Re: [algogeeks] give answer

2011-03-10 Thread Praveen
plz refer head first java On Thu, Mar 10, 2011 at 11:36 PM, nishaanth wrote: > Abstract classes can have non abstract methods. Derived classes must > implement the abstract methods. > > But Interfaces have only abstract method definitions. Implementing classes > must implement all the method def

Re: [algogeeks] binary search for Linked List?

2011-03-10 Thread priya mehta
use skip list:) On Thu, Mar 10, 2011 at 2:31 PM, ravi teja wrote: > @Utkarsh : > > Yeah , that is when you can access any element in O(1) time and the > elements are sorted.This happens in a sorted array where you get an overall > complexisty of O(logn). > > -- > You received this message becau

[algogeeks] Re: algo for mirror a tree

2011-03-10 Thread priyank desai
Do a post order traversal of the tree and swap its child instead of printing the node values. On Mar 10, 8:19 am, Subhransupanigrahi wrote: > Hey guys, >  you guys have came across many time with mirror a tree. if  anyone has > effective ways interms of memory & efficiency way to implement mirro

[algogeeks] Need immediately Cognos Report Developer -- Cincinnati ,OH !!!!

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for Cognos Report Developer Please share suitable profiles to s...@panzersolutions.com *Job Title : Cognos Report Developer Location : Cincinnati ,OH Duration : 2 Months Rate : $55/Hr* Need someone who can develop 10 repo

[algogeeks] Need immediately Peoplesoft HCM Functional Consultant -- Minnetonka, MN

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for Peoplesoft HCM Functional Consultant Please share suitable profiles to s...@panzersolutions.com *Job Title : Peoplesoft HCM Functional Consultant Location : Minnetonka, MN Duration : 12 months Rate : Market* The Human Ca

[algogeeks] Need immediately WebSphere Portal Developers -- Lakeforest, IL

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for WebSphere Portal Developers Please share suitable profiles to s...@panzersolutions.com *Job Title : WebSphere Portal Developers Location : Lakeforest, IL Duration : 5 months Rate : $50/Hr* Required Skills: WebSphere Por

[algogeeks] Need Immediately ASP.Net/Silverlight Developer // Local NY/NJ/CT Only !!!!

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for ASP.Net/Silverlight Developer Please share suitable profiles to s...@panzersolutions.com *Job Title : ASP.Net/Silverlight Developer Location : NYC, NY Duration : 6 Months Rate : Market Local NY/NJ/CT Only * ASP.Net

[algogeeks] Need immediately .Net Architect/Developer -- Atlanta, GA

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for .Net Architect/Developer Please share suitable profiles to s...@panzersolutions.com *Job Title : .Net Architect/Developer Location : Atlanta, GA Duration : 12 Months Rate : $60/Hr* This candidate will be responsible for

Re: [algogeeks] Immediate interview ASP.Net/Silverlight Developer -- NY

2011-03-10 Thread Pramod Negi
you guys going to get everone from this group only? On Fri, Mar 11, 2011 at 12:11 AM, Sam Riley wrote: > Dear Folks, > Wishes for the Day !!! > We Need consultant for ASP.Net/Silverlight Developer > Please share suitable profiles to s...@panzersolutions.com > > *Job Title : ASP.Net/Silverlight

[algogeeks] Immediate interview ASP.Net/Silverlight Developer -- NY

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for ASP.Net/Silverlight Developer Please share suitable profiles to s...@panzersolutions.com *Job Title : ASP.Net/Silverlight Developer Location : NYC, NY Duration : 6 Months Rate : Market Local NY/NJ/CT Only * ASP.Ne

Re: [algogeeks] give answer

2011-03-10 Thread nishaanth
Abstract classes can have non abstract methods. Derived classes must implement the abstract methods. But Interfaces have only abstract method definitions. Implementing classes must implement all the method definitions in the interface. On Thu, Mar 10, 2011 at 11:13 PM, LALIT SHARMA wrote: >

Re: [algogeeks] SAP PI/XI Consultant

2011-03-10 Thread Arpit Sood
how many mails are you going to send ??? On Thu, Mar 10, 2011 at 11:12 PM, Ben Smith wrote: > Please send email directly to b...@panzersolutions.com > > We have an excellent position and need qualified candidates ASAP > > *Title: SAP PI/XI Consultant* > *Duration:

Re: [algogeeks] give answer

2011-03-10 Thread LALIT SHARMA
google it On Thu, Mar 10, 2011 at 10:49 PM, Sudhir mishra wrote: > Ques: What is Abstract Classes? > Ques:What is interfaces? > Ques:What is difference between abstract classes and interfaces? > Ques:Give an example where do you use interfaces and abstract classes? > > -- > You received this

[algogeeks] give answer

2011-03-10 Thread Sudhir mishra
Ques: What is Abstract Classes? Ques:What is interfaces? Ques:What is difference between abstract classes and interfaces? Ques:Give an example where do you use interfaces and abstract classes? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. T

[algogeeks] Need QA Analysts -- Chicago, IL ( Local to IL Preferred)

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for QA Analysts Please share suitable profiles to s...@panzersolutions.com *Job Title : QA Analysts Location : Chicago, IL ( Local to IL Preferred) Duration : 3+ months Rate : $45/Hr* *Manditory Skills Must Have :* Need Str

[algogeeks] er diagram

2011-03-10 Thread somya mishra
can anyone tellme how to draw er diagram for admission processing system plz reply fast -- 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 emai

[algogeeks] 10 digit problem

2011-03-10 Thread Ashish Goel
device a 10 digit number such that a] each digit represents the number of zeros following it(eg 90) b] such that sum of non zero digits in this number is maximum from my side the answer is 50, please suggest if there is a better answer Best Regards Ashish Goel "Think positive and

[algogeeks] Re: Combination Puzzle

2011-03-10 Thread bittu
@dave right.. its 40*40=1600 Thanks Shashank -- 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...@googlegroup

[algogeeks] Need Sharepoint Administrator // Philadelphia, PA // Only US Citizen Required !!!!!!

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for Sharepoint Admin Please share suitable profiles to s...@panzersolutions.com *Job Title : Sharepoint Administrator Location : Philadelphia, PA Duration : 9 Months Rate : Market Only US Citizen Required !!* Responsibil

[algogeeks] Need .Net Architect/Developer // Atlanta, GA // $60/Hr

2011-03-10 Thread Sam Riley
Dear Folks, Wishes for the Day !!! We Need consultant for .Net Architect/Developer Please share suitable profiles to s...@panzersolutions.com *Job Title : .Net Architect/Developer Location : Atlanta, GA Duration : 12 Months Rate : $60/Hr* This candidate will be responsible for

[algogeeks] algo for mirror a tree

2011-03-10 Thread Subhransupanigrahi
Hey guys, you guys have came across many time with mirror a tree. if anyone has effective ways interms of memory & efficiency way to implement mirror of a tree. Sent from my iPhone -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post t

[algogeeks] manually initialise indexing of an array

2011-03-10 Thread amit
Indexing of an array starts with '0' by default. can we manually start with 1 or any other number say a negative one? -- 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 unsubscr

Re: [algogeeks] manually initialise indexing of an array

2011-03-10 Thread amit kumar
thanx launde. its working. On Thu, Mar 10, 2011 at 4:00 PM, Ankur Khurana wrote: > may be this will do > int arr[21]; > int *a; > a=arr+10; > now a can vary from a[-10] to a[10] > I have doubts but will this work ? > > > > On Thu, Mar 10, 2011 at 3:31 PM, amit wrote: > >> Indexing of an array st

Re: [algogeeks] manually initialise indexing of an array

2011-03-10 Thread Ankur Khurana
may be this will do int arr[21]; int *a; a=arr+10; now a can vary from a[-10] to a[10] I have doubts but will this work ? On Thu, Mar 10, 2011 at 3:31 PM, amit wrote: > Indexing of an array starts with '0' by default. can we manually start > with 1 or any other number say a negative one? > > --

Re: [algogeeks] binary search for Linked List?

2011-03-10 Thread ravi teja
@Utkarsh : Yeah , that is when you can access any element in O(1) time and the elements are sorted.This happens in a sorted array where you get an overall complexisty of O(logn). -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to th

[algogeeks] [brain teaser ] 10march

2011-03-10 Thread Lavesh Rawat
What is the spead of train Problem *Solution*In a Tunnel 1 KM long. Two friends are standing at 600m inside the Tunnel (i.e. 600m from 1 side and 400m from other).Suddenly they heard the whistle of a train.Both started to run on opposite direction at spead of 10 KM/Hr.Both of them just survived. Wh