Determining the line number of a combination from a sorted text file












0












$begingroup$


Uppercase letters $(A - Z)$ and numbers $(0 - 9)$ are used to generate all possible combinations of strings of length $10$ characters such as $NAH562GTDS$. Assuming that all the possible combinations are generated and sorted in a text file such that the very first string is $0000000000$ and the last one $ZZZZZZZZZZ$, how can we determine the line number in which a string appears?










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    Uppercase letters $(A - Z)$ and numbers $(0 - 9)$ are used to generate all possible combinations of strings of length $10$ characters such as $NAH562GTDS$. Assuming that all the possible combinations are generated and sorted in a text file such that the very first string is $0000000000$ and the last one $ZZZZZZZZZZ$, how can we determine the line number in which a string appears?










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      Uppercase letters $(A - Z)$ and numbers $(0 - 9)$ are used to generate all possible combinations of strings of length $10$ characters such as $NAH562GTDS$. Assuming that all the possible combinations are generated and sorted in a text file such that the very first string is $0000000000$ and the last one $ZZZZZZZZZZ$, how can we determine the line number in which a string appears?










      share|cite|improve this question











      $endgroup$




      Uppercase letters $(A - Z)$ and numbers $(0 - 9)$ are used to generate all possible combinations of strings of length $10$ characters such as $NAH562GTDS$. Assuming that all the possible combinations are generated and sorted in a text file such that the very first string is $0000000000$ and the last one $ZZZZZZZZZZ$, how can we determine the line number in which a string appears?







      combinations






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 18 at 8:37









      idriskameni

      685319




      685319










      asked Jan 18 at 8:28









      Muga S.Muga S.

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          Hint. Think to the given string as number written in base $10+26$.



          P.S. In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Apologies good sir, but could you please elaborate further with an example?
            $endgroup$
            – Muga S.
            Jan 18 at 8:50










          • $begingroup$
            In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.
            $endgroup$
            – Robert Z
            Jan 18 at 9:02












          • $begingroup$
            I have no effort whatsoever. My mind is an enigma that just comes up with these ideas from nowhere. When that happens, I am completely at lost on what to do. This is one of those instances.
            $endgroup$
            – Muga S.
            Jan 18 at 9:13










          • $begingroup$
            This page could be useful: simple.wikipedia.org/wiki/Hexadecimal_numeral_system
            $endgroup$
            – Robert Z
            Jan 18 at 9:15










          • $begingroup$
            Why hexadecimal? That doesn't look like what I'm looking for
            $endgroup$
            – Muga S.
            Jan 18 at 9:24











          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          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',
          autoActivateHeartbeat: false,
          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
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3077971%2fdetermining-the-line-number-of-a-combination-from-a-sorted-text-file%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1












          $begingroup$

          Hint. Think to the given string as number written in base $10+26$.



          P.S. In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Apologies good sir, but could you please elaborate further with an example?
            $endgroup$
            – Muga S.
            Jan 18 at 8:50










          • $begingroup$
            In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.
            $endgroup$
            – Robert Z
            Jan 18 at 9:02












          • $begingroup$
            I have no effort whatsoever. My mind is an enigma that just comes up with these ideas from nowhere. When that happens, I am completely at lost on what to do. This is one of those instances.
            $endgroup$
            – Muga S.
            Jan 18 at 9:13










          • $begingroup$
            This page could be useful: simple.wikipedia.org/wiki/Hexadecimal_numeral_system
            $endgroup$
            – Robert Z
            Jan 18 at 9:15










          • $begingroup$
            Why hexadecimal? That doesn't look like what I'm looking for
            $endgroup$
            – Muga S.
            Jan 18 at 9:24
















          1












          $begingroup$

          Hint. Think to the given string as number written in base $10+26$.



          P.S. In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Apologies good sir, but could you please elaborate further with an example?
            $endgroup$
            – Muga S.
            Jan 18 at 8:50










          • $begingroup$
            In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.
            $endgroup$
            – Robert Z
            Jan 18 at 9:02












          • $begingroup$
            I have no effort whatsoever. My mind is an enigma that just comes up with these ideas from nowhere. When that happens, I am completely at lost on what to do. This is one of those instances.
            $endgroup$
            – Muga S.
            Jan 18 at 9:13










          • $begingroup$
            This page could be useful: simple.wikipedia.org/wiki/Hexadecimal_numeral_system
            $endgroup$
            – Robert Z
            Jan 18 at 9:15










          • $begingroup$
            Why hexadecimal? That doesn't look like what I'm looking for
            $endgroup$
            – Muga S.
            Jan 18 at 9:24














          1












          1








          1





          $begingroup$

          Hint. Think to the given string as number written in base $10+26$.



          P.S. In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.






          share|cite|improve this answer











          $endgroup$



          Hint. Think to the given string as number written in base $10+26$.



          P.S. In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jan 18 at 9:03

























          answered Jan 18 at 8:31









          Robert ZRobert Z

          98.8k1068139




          98.8k1068139












          • $begingroup$
            Apologies good sir, but could you please elaborate further with an example?
            $endgroup$
            – Muga S.
            Jan 18 at 8:50










          • $begingroup$
            In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.
            $endgroup$
            – Robert Z
            Jan 18 at 9:02












          • $begingroup$
            I have no effort whatsoever. My mind is an enigma that just comes up with these ideas from nowhere. When that happens, I am completely at lost on what to do. This is one of those instances.
            $endgroup$
            – Muga S.
            Jan 18 at 9:13










          • $begingroup$
            This page could be useful: simple.wikipedia.org/wiki/Hexadecimal_numeral_system
            $endgroup$
            – Robert Z
            Jan 18 at 9:15










          • $begingroup$
            Why hexadecimal? That doesn't look like what I'm looking for
            $endgroup$
            – Muga S.
            Jan 18 at 9:24


















          • $begingroup$
            Apologies good sir, but could you please elaborate further with an example?
            $endgroup$
            – Muga S.
            Jan 18 at 8:50










          • $begingroup$
            In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.
            $endgroup$
            – Robert Z
            Jan 18 at 9:02












          • $begingroup$
            I have no effort whatsoever. My mind is an enigma that just comes up with these ideas from nowhere. When that happens, I am completely at lost on what to do. This is one of those instances.
            $endgroup$
            – Muga S.
            Jan 18 at 9:13










          • $begingroup$
            This page could be useful: simple.wikipedia.org/wiki/Hexadecimal_numeral_system
            $endgroup$
            – Robert Z
            Jan 18 at 9:15










          • $begingroup$
            Why hexadecimal? That doesn't look like what I'm looking for
            $endgroup$
            – Muga S.
            Jan 18 at 9:24
















          $begingroup$
          Apologies good sir, but could you please elaborate further with an example?
          $endgroup$
          – Muga S.
          Jan 18 at 8:50




          $begingroup$
          Apologies good sir, but could you please elaborate further with an example?
          $endgroup$
          – Muga S.
          Jan 18 at 8:50












          $begingroup$
          In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.
          $endgroup$
          – Robert Z
          Jan 18 at 9:02






          $begingroup$
          In this base what is the numerical value of the digits $Y$, $E$ and $S$? Then what is the position of the string $0000000YES$? Show your effort and edit your question with your attempt.
          $endgroup$
          – Robert Z
          Jan 18 at 9:02














          $begingroup$
          I have no effort whatsoever. My mind is an enigma that just comes up with these ideas from nowhere. When that happens, I am completely at lost on what to do. This is one of those instances.
          $endgroup$
          – Muga S.
          Jan 18 at 9:13




          $begingroup$
          I have no effort whatsoever. My mind is an enigma that just comes up with these ideas from nowhere. When that happens, I am completely at lost on what to do. This is one of those instances.
          $endgroup$
          – Muga S.
          Jan 18 at 9:13












          $begingroup$
          This page could be useful: simple.wikipedia.org/wiki/Hexadecimal_numeral_system
          $endgroup$
          – Robert Z
          Jan 18 at 9:15




          $begingroup$
          This page could be useful: simple.wikipedia.org/wiki/Hexadecimal_numeral_system
          $endgroup$
          – Robert Z
          Jan 18 at 9:15












          $begingroup$
          Why hexadecimal? That doesn't look like what I'm looking for
          $endgroup$
          – Muga S.
          Jan 18 at 9:24




          $begingroup$
          Why hexadecimal? That doesn't look like what I'm looking for
          $endgroup$
          – Muga S.
          Jan 18 at 9:24


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3077971%2fdetermining-the-line-number-of-a-combination-from-a-sorted-text-file%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







          Popular posts from this blog

          Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

          Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

          A Topological Invariant for $pi_3(U(n))$