Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hallo There! I need help please, I can't code this program in java! Task In a music player tool, you want to efficiently build music

Hallo There!

I need help please, I can't code this program in java!

Task

In a music player tool, you want to efficiently build music lists and search both based on artist name but also search for songs. You have audio files that you can search through in the most efficient way (maybe a hash table). You should be able to create other lists sorted by artist or song name, etc. A proposal is described below, but it is also free for you to find another representation. Your player tool must be with a hash table. Your Item Class must contain song name, artist, audio file name, song playing time, other if you need. You can do an implementation of an open hashtable table. But for each position in the tab, you should link a search tree / speed table containing all artist songs. These data structures should be built from scratch with only the operations you need. It may be advisable to implement one thing at a time and test. You have free hands to design your data structures and application. Use your own audio files that you have on your computer. Create a simple GUI for your tool where you can also select and play music files.

Thanks for hand!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions