Computer Science, asked by fahadkhattak2121, 4 months ago

a) 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
[3]

Answers

Answered by varshudpm05
0

Answer:

Sorry CAN YOU PLEASE GIVE CLEARLY AND SHORTLY

Similar questions