Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Emoji_List.txt file contains a list of emojis that were introduced in 2017. 1. Create a class that acts as a placeholder for the individual

The "Emoji_List.txt" file contains a list of emojis that were introduced in 2017.

1. Create a class that acts as a placeholder for the individual entries (number and identifier string).

2. Implement a singly-linked generic List from scratch that will be generic and hold the instances of emojis.

3. Implement a selection sort for the implemented list that sorts the read-in items alphabetically. (Hint: look at compareTo for Strings)

4.Print the sorted list

 Emoji_List.txt 1. Grinning Face With One Large and One Small Eye 2. T-Rex 3. Man Zombie 4. Woman Zombie 5. Merman 6. Mermaid 7. Shocked Face With Exploding Head 8. Sandwich 9. Person With Headscarf 10. Flying Saucer 11. Giraffe Face

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_2

Step: 3

blur-text-image_3

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

More Books

Students also viewed these Databases questions