IDNLearn.com helps you find the answers you need quickly and efficiently. Explore thousands of verified answers from experts and find the solutions you need, no matter the topic.

(12 points) Assuming you have a task to SORT the historical events by the date they
occurred (e.g., November 4, 2022). What sorting algorithm will you use? (2 points) Please
implement it using pseudo-code, C++, or JAVA and then justify the analytical time
complexity (8 points). Define your own data structure to formulate date (2 points)