Search found 5 matches

by newbie
Sun Jun 15, 2003 1:32 am
Forum: Algorithms
Topic: Which vertices ?
Replies: 1
Views: 1667

Which vertices ?

Any one has solved this problem :

Given a undirected graph and two vertices : the source and the destination. What is the minimum number of vertices that need to be eliminated so that there is no path from the source to the destination ?

i am thinking but couldn't find a solution.

Moreover, i am ...
by newbie
Sat Jun 14, 2003 2:06 am
Forum: Algorithms
Topic: any one knows MD5 String generated algorithm ?
Replies: 0
Views: 1415

any one knows MD5 String generated algorithm ?

any one have experienced with the algorithm that generates the MD5 string for the linux isos from http://www.linuxiso.org ? I just wonder how the algorithm works ? Is MD5 the string generated the unique one ? How comes (a hugh iso file just matchs with a string of several charaters)
by newbie
Mon May 19, 2003 4:19 pm
Forum: Algorithms
Topic: Branch and Bound ?
Replies: 1
Views: 2116

Branch and Bound ?

Any one tells me where i can get documents about that ? Is "Branch and Bound" a method of screening some stupid cases of exhaustive search ?
by newbie
Sun May 18, 2003 6:49 am
Forum: C
Topic: DJGPP sucks ?
Replies: 1
Views: 1934

DJGPP sucks ?

Anyone helps me with this :

#include <iostream>

int main()
{
cout<<"DJGPP sucks ?";

return 0;
}

I couldn't compile this successfully and didn't know why DJGPP doesn't know "cout" ? ("cout undeclared")

how come ?
by newbie
Sun May 18, 2003 6:41 am
Forum: C++
Topic: DJGPP sucks ?
Replies: 1
Views: 1940

DJGPP sucks ?

Anyone helps me with this :

#include <iostream>

int main()
{
cout<<"DJGPP sucks ?";

return 0;
}

I couldn't compile this successfully and didn't know why DJGPP doesn't know "cout" ? ("cout undeclared")

how come ?

Go to advanced search