Hello, I'm new to this site and this is my first post.

I got an assignment where I have to do a QuickSort on 100,000 numbers first and then combine QuickSort and BubbleSort so that the BubbleSort comes in for the last 1,000 numbers. The information is to be exported into Excel, where I have to make a time vs frequency graph with the QuickSort and the Quick + BubbleSort.

Well, the sorting part is pretty easy, I've done that already. I just need somebody to tell me how to export the data into Excel. Heck, I never knew it was possible until I got this assignment, lol.

Recommended Answers

All 2 Replies

I just need somebody to tell me how to export the data into Excel.

Write it to a .txt file or .csv file and import it into Excel.

Write it to a .txt file or .csv file and import it into Excel.

Thanks. I think I was just over-thinking it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.