10:39 1 Search Adobe Scan Jan 14, 2022 Programming challenge description: ESG Issuer Data is of the form Issuer | Parent | ESG Rating A54365 B34454 AA B34454 C34563 | A D45747 B34454 B E36547 D45747 |...

Java10:39<br>1 Search<br>Adobe Scan Jan 14, 2022<br>Programming challenge description:<br>ESG Issuer Data is of the form<br>Issuer | Parent | ESG Rating<br>A54365 B34454 AA<br>B34454 C34563 | A<br>D45747<br>B34454 B<br>E36547<br>D45747 | AAA<br>G34657| D45747 | CCC<br>H84464 | C34563 | BB<br>176474| H84464 AA<br>C34563 |<br>| BBB<br>F34654<br>| BB<br>J74576 | K46565 | C<br>K46565|<br>| cc<br>L54334| I76474<br>AA<br>H84464| L54334 | BB<br>Asumptions that can be made<br>1.7asked to find a min or max rating<br>given an lasuer, consider all the iesuers<br>Inhe path from the glven isuer to the<br>utimate parent<br>2. Rating order AAA AAA 8 > n0<br>COC CC ><br>Your assignment<br>Come up with a Deta Structure to hold<br>this type of deta.<br>Write an algorthm to check If the<br>relations above are cyclic in nature.<br>(Convert the Data Structure to .<br>directed one assuming the direction is<br>from the Issuer to its parent) Find the<br>Issuer with max rating<br>Irput<br>The issuer table, with respective columns:<br>EParent ating separated by<br>Share<br>Modify<br>Text actions<br>Save contact<br>More<br>

Extracted text: 10:39 1 Search Adobe Scan Jan 14, 2022 Programming challenge description: ESG Issuer Data is of the form Issuer | Parent | ESG Rating A54365 B34454 AA B34454 C34563 | A D45747 B34454 B E36547 D45747 | AAA G34657| D45747 | CCC H84464 | C34563 | BB 176474| H84464 AA C34563 | | BBB F34654 | BB J74576 | K46565 | C K46565| | cc L54334| I76474 AA H84464| L54334 | BB Asumptions that can be made 1.7asked to find a min or max rating given an lasuer, consider all the iesuers Inhe path from the glven isuer to the utimate parent 2. Rating order AAA AAA 8 > n0 COC CC > Your assignment Come up with a Deta Structure to hold this type of deta. Write an algorthm to check If the relations above are cyclic in nature. (Convert the Data Structure to . directed one assuming the direction is from the Issuer to its parent) Find the Issuer with max rating Irput The issuer table, with respective columns: EParent ating separated by Share Modify Text actions Save contact More
Test 2<br>Test Input B<br>A54365|B34454|AA<br>B34454 |C34563|A<br>D45747|B34454|B<br>E36547 |D45747|AAA<br>G34657|D45747|CCC<br>H84464|C34563|BB<br>176474|H84464|AA<br>C34563||BBB<br>F34654||BB<br>J74576|K46565|C<br>K46565||CC<br>L54334|176474|AA<br>H84464|L54334|BB<br>Expected Output B<br>cyclic<br>A54365<br>AA<br>

Extracted text: Test 2 Test Input B A54365|B34454|AA B34454 |C34563|A D45747|B34454|B E36547 |D45747|AAA G34657|D45747|CCC H84464|C34563|BB 176474|H84464|AA C34563||BBB F34654||BB J74576|K46565|C K46565||CC L54334|176474|AA H84464|L54334|BB Expected Output B cyclic A54365 AA
Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here