Question-2 a)      You might have heard about the "Guess the Word Game", so in this game the user has to guess the letter(s) of the word one by one. There are n chances given to guess its letters where n is the number of letters in that word. You have to implement given scenario with the help of “Doubly Linked List”.   B)     Assume you have a folders of (images and videos) in your computer which contain some random mix numerical values. Your task is to separate images (e.g odd values) and videos (e.g Even values).  So that all the images and videos are stored in separate folders (lists). While separating make sure that any of the folder (lists) should not contain any duplicate file or duplicate value. In this task images and videos odd & even numbers and folder means a single list of mix value. e.g: linkedlists (odd, even).   Design a method for above task which will create two separate linked lists and write main method to test your program. FOLDER (VIDEO AND IMAGES:ODD AND EVEN VALUES) LIST 0:  [2, 44 , 24 , 82 , 33 , 44 , 55 , 11 , 2 , 44 , 55]:    EVEN VALUES_LIST 1: [2, 44 , 24 , 82]:  A=2, B=44, C=24, D=82   ODD VALUES:_LIST 2: [33 , 44 , 55 , 11]:  A=33, B=45, C=55, D=11 i need this ans in ja

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter3: Designing A Page Layout: Creating A Website For A Chocolatier
Section3.2: Visual Overview: Page Layout Grids
Problem 6QC
icon
Related questions
Question

Question-2

a)      You might have heard about the "Guess the Word Game", so in this game the user has to guess the letter(s) of the word one by one. There are n chances given to guess its letters where n is the number of letters in that word.

You have to implement given scenario with the help of “Doubly Linked List”.

 

B)     Assume you have a folders of (images and videos) in your computer which contain some random mix numerical values. Your task is to separate images (e.g odd values) and videos (e.g Even values).  So that all the images and videos are stored in separate folders (lists). While separating make sure that any of the folder (lists) should not contain any duplicate file or duplicate value. In this task images and videos odd & even numbers and folder means a single list of mix value. e.g: linkedlists (odd, even).

 

Design a method for above task which will create two separate linked lists and write main method to test your program.

FOLDER (VIDEO AND IMAGES:ODD AND EVEN VALUES)

LIST 0:  [2, 44 , 24 , 82 , 33 , 44 , 55 , 11 , 2 , 44 , 55]: 

 

EVEN VALUES_LIST 1: [2, 44 , 24 , 82]:  A=2, B=44, C=24, D=82

 

ODD VALUES:_LIST 2: [33 , 44 , 55 , 11]:  A=33, B=45, C=55, D=11

i need this ans in java code

 

Head
A
B
D
NULL
Data Next
Transcribed Image Text:Head A B D NULL Data Next
Head
B
D
NULL
Data
Next
Transcribed Image Text:Head B D NULL Data Next
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Map
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning