in reply to Re: creating the hierarchy pattern from the input file
in thread creating the hierarchy pattern from the input file

Hi Ron,

Yes but the array length keeps changing , so how do we consider that ?

The expectation is the last element should be the value and all other elements should be the keys to each other , and also is there should be no repetition of the keys it should dbe uniq

Thanks

  • Comment on Re^2: creating the hierarchy pattern from the input file

Replies are listed 'Best First'.
Re^3: creating the hierarchy pattern from the input file
by The Perlman (Scribe) on Sep 16, 2021 at 08:28 UTC
    "and also is there should be no repetition of the keys it should dbe uniq"

    What?

    - Ron