User profile: bogdan

User info
User name:bogdan
History
Joined:
Number of posts:9
Latest posts:

DAG to Strong-Connected Graph
Hello everyone! Here is my problem: I have a directed acyclic graph and I want a good way to find...

Maximum Longest Common Subsequence
Can anyone help me, please?

Maximum Longest Common Subsequence
Hi guys! I know how to calculate the Longest Common Subsequence, but I don't know how to find the l...

delete problem
I have got the idea. Thank you a lot and I'm sorry because you spent your precious time with such ...

delete problem
[code] int main() { nod *first,*last; scanf("%d",&x); first->info=x;first->next=NULL;last=fi...