Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Language is Java, SDK8, working in NetBeans (if you care) Submission and Grading The file containing main must be named Main.java. (-5 points) The project
Language is Java, SDK8, working in NetBeans (if you care)
Submission and Grading The file containing main must be named Main.java. (-5 points) The project files must be in a package named TieFighter. (-5 points) All project deliverables are to be submitted in eLearning. Zip the contents of the src directory into a single zipped file Make sure the zipped file has a .zip extension (not tar, .rar, 7z, etc.) (-5 points) Please review the submission testing information in eLearning on the Course Homepage o The pseudocode should be submitted as a Word or PDF document and is not accepted late Projects submitted after the due date are subject to the late penalties described in the syllabus. . . Programs must compile and run with JDK 8 . Each submitted program will be graded with the rubric provided in eLearning as well as a set of test cases These test cases will be posted in eLearning after the due date. Each student is responsible for developing sample test cases to ensure the program works as expected Type your name and netID in the comments at the top of all files submitted. (-5 points) Objectives Implement a linked list using classes in Java Implement input validation Perform sorting and search algorithms on a linked list . Problem: Darth Vader wants to check that his TIE fighter pilots are patrolling adequately-sized regions of the galaxy. He has files of data that contain the patrol coordinates for each of his pilots. With the fear of being force choked, you have agreed to write a program that analyzes the data and determines the size of the area patrolled by the pilots Pseudocode Details: The sorting method of the linked list class o What parameters are expected o Describe logically how you will make the sort universal to sort on name or area o Describe the logic for the sorting algorithm you plan to implement " Remember that you can treat the linked list like an array logically Main o Describe the logic to use the linked list to solve the problem o Describe the logic you will use to validate data from both of the input filesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started