Square Root Decomposition approach for a CodeChef question - Subsegment Sum(SEGSM) gives WA









up vote
-1
down vote

favorite












Can anyone please go through my code and provide any insight on what my mistake is? You can see the question on https://www.codechef.com/problems/SEGSM and my solution is https://www.ideone.com/nJap4V.
Basic pseudo code of the solution is as follows:



applyCompression()
buildBlocks()
calculateFreq()
for (int i = 1; i <= q; ++i)
if (queries[i].type == 1)
reduceFrequency(elements[queries[i].idx])
elements[queries[i].idx] = queries[i].v
increaseFrequency(queries[i].v)
else print freq_sum


I've named the functions meaningfully so understanding the flow should be quite easy as well. In brief, I've employed value compression to bring the range of numbers to a manageable state and used square root decomposition to calculate the frequency sum. Any help would be much appreciated.










share|improve this question



























    up vote
    -1
    down vote

    favorite












    Can anyone please go through my code and provide any insight on what my mistake is? You can see the question on https://www.codechef.com/problems/SEGSM and my solution is https://www.ideone.com/nJap4V.
    Basic pseudo code of the solution is as follows:



    applyCompression()
    buildBlocks()
    calculateFreq()
    for (int i = 1; i <= q; ++i)
    if (queries[i].type == 1)
    reduceFrequency(elements[queries[i].idx])
    elements[queries[i].idx] = queries[i].v
    increaseFrequency(queries[i].v)
    else print freq_sum


    I've named the functions meaningfully so understanding the flow should be quite easy as well. In brief, I've employed value compression to bring the range of numbers to a manageable state and used square root decomposition to calculate the frequency sum. Any help would be much appreciated.










    share|improve this question

























      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      Can anyone please go through my code and provide any insight on what my mistake is? You can see the question on https://www.codechef.com/problems/SEGSM and my solution is https://www.ideone.com/nJap4V.
      Basic pseudo code of the solution is as follows:



      applyCompression()
      buildBlocks()
      calculateFreq()
      for (int i = 1; i <= q; ++i)
      if (queries[i].type == 1)
      reduceFrequency(elements[queries[i].idx])
      elements[queries[i].idx] = queries[i].v
      increaseFrequency(queries[i].v)
      else print freq_sum


      I've named the functions meaningfully so understanding the flow should be quite easy as well. In brief, I've employed value compression to bring the range of numbers to a manageable state and used square root decomposition to calculate the frequency sum. Any help would be much appreciated.










      share|improve this question















      Can anyone please go through my code and provide any insight on what my mistake is? You can see the question on https://www.codechef.com/problems/SEGSM and my solution is https://www.ideone.com/nJap4V.
      Basic pseudo code of the solution is as follows:



      applyCompression()
      buildBlocks()
      calculateFreq()
      for (int i = 1; i <= q; ++i)
      if (queries[i].type == 1)
      reduceFrequency(elements[queries[i].idx])
      elements[queries[i].idx] = queries[i].v
      increaseFrequency(queries[i].v)
      else print freq_sum


      I've named the functions meaningfully so understanding the flow should be quite easy as well. In brief, I've employed value compression to bring the range of numbers to a manageable state and used square root decomposition to calculate the frequency sum. Any help would be much appreciated.







      c++ compression square-root






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 10 at 21:54









      Roman Pokrovskij

      4,17654178




      4,17654178










      asked Nov 10 at 21:07









      Surya Kumar

      42




      42



























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243411%2fsquare-root-decomposition-approach-for-a-codechef-question-subsegment-sumsegs%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243411%2fsquare-root-decomposition-approach-for-a-codechef-question-subsegment-sumsegs%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          這個網誌中的熱門文章

          Barbados

          How to read a connectionString WITH PROVIDER in .NET Core?

          Node.js Script on GitHub Pages or Amazon S3