in reply to correlation between two inputt files

Just create a HashOfArrays, with reaction number as key and an array of products as data. Fill it with the data from File2.txt. Then read in the File1.txt and for every reactant check the hash for the array of products it can be transformed into.

  • Comment on Re: correlation between two inputt files