How To Solve Arrays Ds HackerRank Problem

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 17

  • @JavaAidTutorials
    @JavaAidTutorials  5 років тому

    Hello Coding Lover,
    If you have any doubts or any better approach to solve this problem, let me know in comments.

  • @xsiddiquimx
    @xsiddiquimx 2 роки тому

    Hello Khaniya. Hope you are doing well. Don't see new content on this channel.

  • @ankitkumarghosh462
    @ankitkumarghosh462 3 роки тому

    do you have c++ solution?

    • @JavaAidTutorials
      @JavaAidTutorials  3 роки тому

      Currently we don't have solution in c++ but in future, will add solutions for multiple languages as well.

  • @utkarshschannel8763
    @utkarshschannel8763 4 роки тому +1

    thank u

  • @kumarabhishek5652
    @kumarabhishek5652 5 років тому

    do u have its python soln??

  • @abhishekthesmoothoperator90
    @abhishekthesmoothoperator90 4 роки тому +5

    // Complete the reverseArray function below.
    static int[] reverseArray(int[] a) {
    int k[]=new int[a.length];
    for(int i=a.length-1;i>=0;i--){
    k[a.length-i-1]=a[i];
    }
    return k;
    }

    • @d9SUPERSSSTAR
      @d9SUPERSSSTAR 4 роки тому

      i keep trying to submit but there is a error.

  • @vineetarohila2152
    @vineetarohila2152 4 роки тому +1

    Thank u :)

  • @funtrip6491
    @funtrip6491 5 років тому

    int[] a = { 1, 2, 3, 4, 5 };
    for (int i = a.Length-1; i > 0; i--)
    {
    Console.Write(a[i]);
    }

  • @canopus4
    @canopus4 3 роки тому

    bhai thoda tej bol liya karo

  • @shivasharma3357
    @shivasharma3357 3 роки тому

    jai kanhaiya lal ki