The Artima Developer Community
Sponsored Link

Java Answers Forum
help on project

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Lisa Rae

Posts: 1
Nickname: desperado
Registered: Sep, 2002

help on project Posted: Sep 12, 2002 11:38 AM
Reply to this message Reply
Advertisement
please help! this is probably an easy problem for an experienced programmer...but I'm a beginner.

I need my program to compare time it takes for two algorithms sort a set of values. I am attempting to compare complexity of different algorithms.

I need to get a parameter specified number of values from a randomly organized data file containing 1000 values. I need to create a direct-access file which will contain the X number of values read from the data file. I will need to report start/end times for each sorting algorithm (for comparison).

The sorted values need to be reported in a file, 10 values per line with 2 spaces between values. I'm struggling with how I should solve this problem. Please help! sorry if my description of the problem isn't great. I'm open to even suggestions! thanks in advance.

Topic: Running application Error Previous Topic   Next Topic Topic: hello

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use