[algogeeks] Re: Need Help with PHP/HTML

2012-07-19 Thread sahil taneja
hey check this out.. http://www.w3schools.com/html/html_forms.asp Hope this will serve the purpose:) On Tuesday, 17 July 2012 01:12:02 UTC+5:30, nandita raman wrote: Hello, I am working on PHP/HTML/ XML-RPC. I have a website, where one link shows the list of files as checkboxes and a

[algogeeks] Programming Problem

2012-07-19 Thread gobind hemb
String s is called *unique* if all the characters of s are different. String s2 is *producible* from string s1, if we can remove some characters of s1 to obtain s2. String s1 is *more beautiful* than string s2 if length of s1 is more than length of s2 or they have equal length and s1 is

[algogeeks] Re: Finding the repeated element

2012-07-19 Thread deepikaanand
http://ideone.com/vuAse -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit https://groups.google.com/d/msg/algogeeks/-/rbiZjy8dcgEJ. To post to this group, send email to algogeeks@googlegroups.com. To

Re: [algogeeks] Re: Finding the repeated element

2012-07-19 Thread Saurabh Yadav
@deepikaanand (checksum 1 100) will it work ? as i know int has only 32 bits !! Thanks Regards Saurabh Yadav -- 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

Re: [algogeeks] Programming Problem

2012-07-19 Thread ashish jain
if from the string s.. a binary search tree (with higher value alphabets on the left side of the root and lower value alphabets on the right side of root) is formed removing the repeated characters during the formation of he BST and then applying inorder technique to get the string s2. String S2

Re: [algogeeks] Re: Need Help with PHP/HTML

2012-07-19 Thread Nandita Raman
Thanks all! It worked :) On Thu, Jul 19, 2012 at 12:30 AM, sahil taneja sahiltanej...@gmail.comwrote: hey check this out.. http://www.w3schools.com/html/html_forms.asp Hope this will serve the purpose:) On Tuesday, 17 July 2012 01:12:02 UTC+5:30, nandita raman wrote: Hello, I am

[algogeeks] Crawler/perl/php/database help

2012-07-19 Thread Nandita Raman
Hello, I am working on a unix machine. and i have the crawler script with me. The task i need to do is, update my database (by creating a new field) with the files that my crawler finds from a directory. I am working on PHP , but any help ASAP to make this work/happen, would be appreciated!