Java 1D Array (Part 2)

  • + 2 comments

    lol thanks I guess.

    • + 1 comment

      hello rshaghoulian............. your approach is efficent and understandable for others......... u r doing a great job for newcommers. thanks a lot for pretty solution

      • + 1 comment

        Sure. I'm glad you approve of my posted solution; it was a tricky one! I'm happy the solution helped :)

        • + 1 comment

          plz solve this Array rotaion n=5 , rotation = 4

                    {1,2,3,4,5}->{2,3,4,5,1}->{3,4,5,1,2}->{4,5,1,2,3}->{5,1,2,3,4}
          
          • + 1 comment

            Hi. Are you looking for a solution to the array rotation problem? If so, I have seen this as 3 different HackerRank problems and have posted solutions in my HackerRank solutions. Just search "rotation" on the linked page and you will find it.

            • + 0 comments

              thanks a lot sir

    • + 0 comments

      awesome great !!