Thread: Implement of a Fast Time Series Evaluation Algorithm

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    4
    Pretty no... because I can't understand the "Grid" and "Queue q".

  2. #2
    Registered User
    Join Date
    Nov 2007
    Posts
    4
    Need help, it's beyond my ability and experience now,,, maybe i should begin from a algorithm book?

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Quote Originally Posted by BiGreat View Post
    Need help, it's beyond my ability and experience now,,, maybe i should begin from a algorithm book?
    As a hobby programmer only, I don't fully understand the reason for this algorithmic solution. I understand the data structures, but I don't understand why they're a good fit for this.

    That font in the algo, looks a lot like Knuth, doesn't it?

    I believe you have two alternatives:

    1) Using the descripition provided, solve the problem yourself BY HAND (with paper and pencil). If you can't solve it yourself using the description provided, you'll have a hell of a time trying to code up a program that will solve it.

    By doing that, you may find an easier (perhaps less computationally efficient) way, to solve the program, with code. With all the advances in computer hardware, the efficiency may not make a difference. So what if it takes an extra 0.12 seconds of run-time?

    2) Consult other algorithm books and see if they have anything either simpler and easier to understand, or perhaps provide a functional example of a program snippet.

    Naturally, Google is your friend on this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I apologize. Good bye.
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 05-03-2002, 06:51 PM
  2. Is this really true or it's just science fiction?
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 145
    Last Post: 04-09-2002, 06:17 PM
  3. time class
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-11-2001, 10:12 PM
  4. First time on the forum, need help fast!!
    By JFK in forum C Programming
    Replies: 2
    Last Post: 10-07-2001, 02:17 PM
  5. relating date....
    By Prakash in forum C Programming
    Replies: 3
    Last Post: 09-19-2001, 09:08 AM