Question: This is an Data Structures and Algorithms assaignment and it needs to be solved with JAVA language, thank you in advance. Also, there is a

This is an Data Structures and Algorithms assaignment and it needs to be solved with JAVA language, thank you in advance. Also, there is a note on the assaignment description: In this part, you must implement your own graph data structure by taking inspiration from your textbook and use it to help to solve problem. You are not allowed to use any external library or .jar file. Any solutions without using graph data structure are not evaluated! Question 2(25 points):
In the below, the neural network of the artificial intelligence is given; however, some neurons do not connected to the next neurons. From using the graph and HW2_Q2_text find these neurons.
The sample output is given, but the result part has been erased. In your program result must be writen. The result part example must be like this:
11 the neuron Is 11 :
011
If the neuron is 20 :
01020, however all the possible other connections for 11,12....must be added
The result:
011
01020
In this question there are three program and 1 text file:
Valuefinder. take the value of tst file and convert the integer
FileRead: read the test file.
HW2_Q2_solution: Create your graph, find the nonconnected neurons and write the path to the neurons which is started in 0 and end in the number of neuron. Write all possible paths.
Sample Output: ( I uploaded the picture of the whole question and output is also there)
This is an Data Structures and Algorithms

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!