(no char that is blank(' ') - the spaces and are to show significance of ATG and TAG)
What i want to do:
I have a 3rd char array and i want to share one gene from first array(if any) and one from second array(if any) - and skip the corresponding gene from other array if i already shared a gene from the other array. If other array has no corresponding gene, share all remaining genes without skipping. One gene starts with ATG and ends with TAG.