The project topic gives you the basic idea that two players are playing the game of Tic Tac Toe. But the name of players are going to be placed in two queues first. The two stacks will be used to...


May I have help with this problem in Java, please? Thank you.


The project topic gives you the basic idea that two players are playing the game of Tic Tac Toe. But the name of<br>players are going to be placed in two queues first. The two stacks will be used to stack the players who win the game<br>or who lose the game. The generic sort is used to either sort the winners by name or by their age. The binary tree is<br>used to find a player by name and the hashing technique is used to find a player by age. You may define a class of<br>player having name and age as member variables.<br>If you are not using a GUI, you may display a menu so the user can enter a choice.<br>Please note, this is just a suggestion on how to use the menu. You may add other things or solve the problem anyway<br>you like. The goal is to use the below techniques<br>Such as:<br>1- Enter a player information<br>2- Play<br>3- Display the name of the top winner(s)<br>4- Who are the last three people who won the game in order<br>5- Who are the last three people who lost the game<br>

Extracted text: The project topic gives you the basic idea that two players are playing the game of Tic Tac Toe. But the name of players are going to be placed in two queues first. The two stacks will be used to stack the players who win the game or who lose the game. The generic sort is used to either sort the winners by name or by their age. The binary tree is used to find a player by name and the hashing technique is used to find a player by age. You may define a class of player having name and age as member variables. If you are not using a GUI, you may display a menu so the user can enter a choice. Please note, this is just a suggestion on how to use the menu. You may add other things or solve the problem anyway you like. The goal is to use the below techniques Such as: 1- Enter a player information 2- Play 3- Display the name of the top winner(s) 4- Who are the last three people who won the game in order 5- Who are the last three people who lost the game

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here