decrease the complexity, reduce for loops or use java streams
i need to loop through few for loops, to identify the correct name(nm), based on the matching keys, i need to add the list to the parent list.
i need to loop through few for loops, to identify the correct name(nm), based on the matching keys, i need to add the list to the parent list.