Question: Instruction: show your working plan in flowchart or state diagram or pseudo code. Task 6 a: 1. Type Define a linked list Structure 2. implement

Instruction: show your working plan in flowchart or state diagram or pseudo code. Task 6 a: 1. Type Define a linked list Structure 2. implement 2 sets of input data sources (1) Use item='A' +j code for ordered alphabet source, (2) Use the code for the PRBS generator to be a function that received 1 parameter (int: timer) and return an integer value of the random number.Convert the random number to Char type data. 3. Use data generated in (2) to do Insertion of new node into a linked list either in ascending/descending order. 4. Print on screen the inserted data. 5. Delete the list nodes and print on screen the remaining data that are still available in the list. Instruction: show your working plan in flowchart or state diagram or pseudo code. Task 6 a: 1. Type Define a linked list Structure 2. implement 2 sets of input data sources (1) Use item='A' +j code for ordered alphabet source, (2) Use the code for the PRBS generator to be a function that received 1 parameter (int: timer) and return an integer value of the random number.Convert the random number to Char type data. 3. Use data generated in (2) to do Insertion of new node into a linked list either in ascending/descending order. 4. Print on screen the inserted data. 5. Delete the list nodes and print on screen the remaining data that are still available in the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
