(CSCI 251) Project Two –Implement and Apply Stack and Queue

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment

Description

5/5 - (2 votes)

Tasks:
1. Use ArrayList to implement MyStack class which define the data
structure that has Last In First Out property (35%)
2. Use ArrayList to implement MyQueue class which define the data
structure that has First In First Out property (35%)
3. Write a function public static Boolean isPalindrome(String sentence)
(30%). This function returns true if sentence is a palindrome; false
otherwise.
Sample files:
Three sample files are given. The students should add necessary comments to all files and implement all functionalities in the given files. No extra functions can be added. No function name can be changed. The students should run the executable jar file to see how project should run. The students should zip whole project and submit it via blackboard link.

Due Date:
Will be announced on blackboard