Advertisement

1 - 10 of 29 containing alltags:("longest") (0 seconds)
any example?
Zones: NetworkingDate Answered: 07/20/1999 Grade: A Views: 32
can someone write a function for me? like public String[] comSubstr(String[] strs); the return value should be a String[] not String. i mean if the input is "the x and","and y the" the return ...
Zones: JavaDate Answered: 01/12/2001 Grade: A Views: 0
'REDIVIDER' Is there a longer palindrome in the english language than "redivider"
Zones: Puzzles / RiddlesDate Answered: 01/07/2004 Grade: A Views: 130
hi. given is a list of files, eg. @f = (   "c:\a\b\c\1.txt",   "c:\a\b\d\2.txt",   "c:\a\b\d\e\3.txt", ); i need a function that will return the longest part of the path all these fi...
Zones: PerlDate Answered: 12/06/2004 Grade: A Views: 0
How do I calculate the longest run of similar values in a column and its associated sum in another column without introducing a third column and, preferably, without using macros? Date          ...
Zones: MS ExcelDate Answered: 12/30/2005 Grade: A Views: 0
Can someone give me a hnd with the "longest word" game ? ( a boggle word game thats consists in finding the longest word from a series of 9 letters) Ex:  P C S O T E R M U X solution : COMPU...
Zones: Delphi ProgrammingDate Answered: 02/22/2006 Grade: A Views: 0
Is there an SQL grouping function that will give me the longest (string) value? So I have: ID     NAME      COLOR 01    BOB         BLUE 01    ROGER    GREEN ...and I want my SQL to result...
Zones: MS Access, MS Excel, SQL SyntaxDate Answered: 09/17/2007 Grade: A Views: 0
Dear All, What is the longest word in English dictionary? Wishing Success, kavitha
Zones: Puzzles / RiddlesDate Answered: 08/26/2003 Grade: B Views: 72
what is the longest english word that doesn't repeat any of its letters
Zones: Puzzles / RiddlesDate Answered: 09/16/2004 Grade: A Views: 4
i need two algorithms. one that will calculate the LIS and one that will calculate LDS each in O( n * lg n ) from a vector<int> of numbers. i know the basic algorithm is for i = 1 to n{  bsearc...
Zones: C++Date Answered: 09/06/2004 Grade: A Views: 0