Jump to content

Choosing a topic for a research paper

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
gammaman

gammaman

    Learning Programmer

  • Members
  • PipPipPip
  • 71 posts
I just started a graduate course in algorithm analysis and a 10 page research paper is required. We a free to choose any algorithm in any field. It could relate to CS, Biology,Chemistry,Aeronautics,etc. If anyone has any suggestions of "fun" algorithms that are both interesting and abundent in research information, to meet the ten page requirment, I would greatly appriciate if you would share.

PS. The algorithm can be implemented into any high-level langauge of our choice.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
What do you enjoy doing in programming? You could research sorting algorithms. How about facial recognition algorithms? You could easily fill ten pages with that although implementation might be a bit harder.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The simplex algorithm from linear programming can probably get you more than 10 pages.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
gammaman

gammaman

    Learning Programmer

  • Members
  • PipPipPip
  • 71 posts
Ok Thanks, I will look into it.