[algogeeks] Re: finding patterns within string

2007-06-01 Thread Peeyush Bishnoi
Hello , I wrote a sol. for you. Just go thru this. It will search a given substring in given string print how many times this substring are there... int main(){ char *str1=How much wood would a woodchuck chuck if a woodchuck could chuck wood?; int i; char *ptr1=wood;

[algogeeks] COMEDY - LION SLEEP TONIGHT

2007-06-01 Thread Ashley
Sharing this very Funny animae video, watch it at http://www.animaenia.com/?vID=1180614597 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] Ergonomic Mobile Computing

2007-06-01 Thread miller
I'm sharing with you my secret of the ultimate comfort using a laptop. Working with a laptop desk helps cool my laptop and it's a lot more easier to handle. The painful experience of aching wrists, strained neck and back is a story of the past with ergonomic typing and viewing angles. I feel more

[algogeeks] Re: Please help me!!!!

2007-06-01 Thread Peeyush Bishnoi
A. for finding the repeated elements in an array. 1. make a loop that goes thru from first to last element. store the first array element into new array narr. compare the array element from narr with new array element of step 1. if array element from step 1 is

[algogeeks] THE FUTURE CAR

2007-06-01 Thread Jasmine
Woman new car gadget..see how it transform at http://www.videofortoday.com/?vID=1180616018 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] Implementing a windows scheduler through c++

2007-06-01 Thread akshay ranjan
can someone please guide me about how to proceed ?? which API's are reqd and how to implement them?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] same perimeter triangles

2007-06-01 Thread Terry
Hi, This one's puzzling me since a while. Any thoughts In a triangle ABC, find a point P such that perimeter of the triangles formed by (A,B,P), (B,C,P) and (A,C,P) are same. how do we determine P and what is it called --~--~-~--~~~---~--~~ You received this