any example?
http://www.experts-exchange.com/Networking/Misc/Q_10184363.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20030689.html
Zones:
JavaDate Answered: 01/12/2001 Grade: A Views: 0
'REDIVIDER'
Is there a longer palindrome in the english language than "redivider"
http://www.experts-exchange.com/Other/Puzzles_Riddles/Q_20794391.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21228919.html
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 ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21744590.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22763498.html
Dear All,
What is the longest word in English dictionary?
Wishing Success,
kavitha
http://www.experts-exchange.com/Other/Puzzles_Riddles/Q_20717067.html
what is the longest english word that doesn't repeat any of its letters
http://www.experts-exchange.com/Other/Puzzles_Riddles/Q_21108405.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21119453.html
Zones:
C++Date Answered: 09/06/2004 Grade: A Views: 0