Search Results

Search: Posts Made By: rushadrena
1,451
Posted By rushadrena
I modified as you suggested :- So your code...
I modified as you suggested :-
So your code now starts with
function follow(i,j,v,b,r)
{
b=999
if(N[i] == "Q") return C[i]"<-Q = "P[i];
.........
And end with
if (shortest)
...
1,451
Posted By rushadrena
Thanks Chubler, But how do I run this script of...
Thanks Chubler,
But how do I run this script of yours. I mean how to give it a file from command line to process on. Could you please suggest.

I tried this , but am getting errors:-
awk -f...
1,451
Posted By rushadrena
Shortest path for each query from a csv file
Hi all, I have this file __DATA__
child, Parent, probability,
M7, Q, P,
M7, M28, E,
M28, M6, E,
M6, Q, Pl,
& several hundred lines..... Legends:...
1,413
Posted By rushadrena
Hi all , I had this problem of creating a...
Hi all ,
I had this problem of creating a supertree by recursive Alfred Aho's algorithm.So I divided the problem into its the key concepts and dealt
with them one by one. I'll first put up my code...
1,413
Posted By rushadrena
Tyler, After the modifications suggested by you...
Tyler,
After the modifications suggested by you the output is
component 2 = e d
induced= bca
component 1 = c b a
induced= bcaBut the problem is that for component-2 there shouldnt be anything...
1,413
Posted By rushadrena
Im sorry but that hardly serves the purpose as I...
Im sorry but that hardly serves the purpose as I have to check for each of the component,so will have to call the subroutine inside the loop.

---------- Post updated at 10:48 AM ----------...
1,413
Posted By rushadrena
Problem saving return value of subroutine in perl
Hi all, I have this code #This program read the triplets from file named "data" into
#an array of array.
use strict;
use warnings;
use Data::Dumper;
use Graph;
use Graph::Subgraph;

my @S;...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 11:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy