Merge the Tools!

  • + 4 comments

    Thank xezzed!

    • + 1 comment
      [deleted]
      • + 0 comments

        here is solution of problem Merge the tools in python 2 and python 3 programming language. https://solution.programmingoneonone.com/2020/06/hackerrank-python-merge-the-tools-problem-solution.html

    • + 3 comments

      That's hard to understand for many users. Here's my newbie friendly python solution.

      HackerRank - Merge the Tools! Solution

      • + 1 comment

        yes

        • + 0 comments

          Here's another newbie-friendly solution!

          https://www.hackerrank.com/challenges/merge-the-tools/forum/comments/854330

      • + 0 comments

        def merge_the_tools(string, k): data=[print("".join(list(dict.fromkeys((list(string[i:i+k]))).keys()))) for i in range(0,len(string),k)]

        Try this.

    • + 1 comment

      here is problem solution in python programming. https://programs.programmingoneonone.com/2021/01/hackerrank-merge-the-tools-solution-python.html

      • + 0 comments

        Solution with inline eexplanation --https://codecracksol.blogspot.com/2022/03/merge-tools.html