Results 1 to 3 of 3

Thread: wikipedia pseudocode yields questions

  1. #1
    Join Date
    Jun 2006
    Location
    Georgia
    Beans
    1,072

    wikipedia pseudocode yields questions

    I'm looking at this. What does the partition (mid code) mean? Maybe an example would help...
    Acer Aspire 3680, Intel Celeron M, 1.41 GB RAM
    Feel free to message me if you have any questions.

  2. #2
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: wikipedia pseudocode yields questions

    Some of the article went over my head. If I understand the pseudo-code correctly, a rough translation of the word "partition" would be "the place where the current scan stops".
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  3. #3
    Join Date
    Jun 2006
    Location
    Georgia
    Beans
    1,072

    Re: wikipedia pseudocode yields questions

    Quote Originally Posted by lisati View Post
    Some of the article went over my head. If I understand the pseudo-code correctly, a rough translation of the word "partition" would be "the place where the current scan stops".
    ok. I got an answer from another site.

    Code:
    pkhuong 1 point 18 minutes ago[-]
    Each span of length i starting at j is partitioned in two sections, one of length k and the other of length i-k. Assuming that there's a way to generate the substring at [j...j+i) as an RA (from RB and RC), you still have to guess where RB will end and RC begin.
    That kind of helps me but I am still trying to take it all in.
    Acer Aspire 3680, Intel Celeron M, 1.41 GB RAM
    Feel free to message me if you have any questions.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •