[algogeeks] Interns Required

2017-11-16 Thread Prateek Gupta
details : - Duration available for work. - College and Branch. -- Prateek Gupta MNNIT Allahabad. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [algogeeks] VIDEO STREAMING

2012-11-23 Thread Prateek Gupta
@kartik +1:P :P PS : pardon the pun. On Sat, Nov 24, 2012 at 11:42 AM, Kartik Sachan kartik.sac...@gmail.comwrote: hey anybody has any idea about video streaming using vlcj lib ?? -- *WITH REGARDS, *KARTIK SACHAN B.Tech. Final Year Computer Science And Engineering Motilal

[algogeeks] Re: Class Doubt

2011-08-28 Thread prateek gupta
In c++ we have default copy constructor ,which is called when we use statement like e2=e;ie when object are of same class type. On Aug 28, 3:29 pm, ravi maggon maggonr...@gmail.com wrote: Hi Can you explain the below mentioned code. As far as I know we need to overload = operator in order to

Re: [algogeeks] elitmus test

2011-08-25 Thread prateek gupta
prepare well for di, quant and va are easy but di is really hard. 1 ques that often appears in their test is ABC * EFG - 7JK L4N PQR --- --- some conditions will be given and you have to find which number does

[algogeeks] Re: regarding amdocs interview questions

2011-08-16 Thread prateek gupta
? just brush up ur c concepts like array,dynamic memory allocation and pointers. and sql is very important like view,index .. and little bit imp commands of unix On 8/15/11, prateek gupta prateek21590gu...@gmail.com wrote: hey guys, Tell me aboutamdocsinterview questions and also post

[algogeeks] regarding amdocs interview questions

2011-08-15 Thread prateek gupta
hey guys, Tell me about amdocs interview questions and also post the good links for preparation as my interview is scheduled on friday. thanks in advance. Regards Prateek Gupta -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post

Re: [algogeeks] string easy question

2011-08-02 Thread prateek gupta
. -- Prateek Gupta 7th sem, Information Technology, Netaji Subhas Institute Of Technology Delhi. -- 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

Re: [algogeeks] Re: MS c output ques

2011-08-01 Thread prateek gupta
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 group at http://groups.google.com/group/algogeeks?hl=en. -- Prateek Gupta 7th sem, Information Technology, Netaji Subhas

Re: [algogeeks] Any help on bits?

2011-07-31 Thread prateek gupta
/algogeeks?hl=en. -- Prateek Gupta 7th sem, Information Technology, Netaji Subhas Institute Of Technology Delhi. -- 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] puzzle

2011-07-31 Thread prateek gupta
Can anyone plz tell me 1. how to get a fair result from a unfair coin? 2. How to use a fair coin to get unfair result? -- Prateek Gupta -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algogeeks

[algogeeks] quick sort query

2011-07-27 Thread prateek gupta
void quicksort( T[] A, Integer left, Integer right) if ( left right ) q = partition( A, left, right) ; quicksort ( A, left, q–1); quicksort ( A, q+1, right) ; Integer partition( T[] A, Integer left, Integer right) m = left + right / 2; swap( A[left], A[m]); pivot = A[left] ; lo =

[algogeeks] string matching

2011-06-22 Thread prateek gupta
In naive string matching how can the knowledge abt. pattern that it has all different characters can be used to accelerate the algorithm to O(n) . -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

Re: [algogeeks] string matching

2011-06-22 Thread prateek gupta
, 2011 at 11:19 AM, Piyush Sinha ecstasy.piy...@gmail.comwrote: Read KMP algorithm.. On Thu, Jun 23, 2011 at 11:17 AM, prateek gupta prateek00...@gmail.comwrote: In naive string matching how can the knowledge abt. pattern that it has all different characters can be used to accelerate

Re: [algogeeks] is it correct??

2011-06-14 Thread prateek gupta
no the no of elements in an array should be known to compiler before execution of the program. On Tue, Jun 14, 2011 at 8:09 PM, amit amitthecoo...@gmail.com wrote: is such a declaration correct: cinx; int a[x]; -- You received this message because you are subscribed to the Google Groups

Re: [algogeeks] help

2011-06-13 Thread prateek gupta
the expression involving and and or operator is evaluated from left to right uptill the point from where the value of the expression can be determined. On Mon, Jun 13, 2011 at 6:17 PM, Shachindra A C sachindr...@gmail.comwrote: || and operators are called short circuit operators and need not

Re: [algogeeks] Re: find error

2011-06-12 Thread prateek gupta
its working in dev-cpp. On Sun, Jun 12, 2011 at 10:40 AM, Balaji S balaji.ceg...@gmail.com wrote: no error ryt?? -- 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