172 - Connected Cells in a Grid | Search | Hackerrank Solution | Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 11

  • @utkarshsrivastava3892
    @utkarshsrivastava3892 3 ปีที่แล้ว +1

    Broo can you help in my campus placement.

    • @HackersRealm
      @HackersRealm  3 ปีที่แล้ว

      Yes, Please watch the job interview preparation playlist to get all the tips

  • @nehanoor149
    @nehanoor149 2 ปีที่แล้ว

    How will the code change if it dont take the row and column as input,if takes only the grid as input

    • @HackersRealm
      @HackersRealm  2 ปีที่แล้ว

      you are asking for getting the input from hackerrank?

    • @nehanoor149
      @nehanoor149 2 ปีที่แล้ว

      No, I mean i m solving these problem as well but the context is, i have to take an input text file for that where only the grid is given no values for row and columns , I m finding some difficulty in printing the code also confused about the solution, can u help?

    • @HackersRealm
      @HackersRealm  2 ปีที่แล้ว

      @@nehanoor149 if you're reading file, read line by line until the end of the file, that's the easy way

    • @nehanoor149
      @nehanoor149 2 ปีที่แล้ว

      I did that using for loop, and applied def function there, but cant print the output, Will u see my code?

  • @naaistam2536
    @naaistam2536 2 ปีที่แล้ว

    What is zip() here in code

    • @HackersRealm
      @HackersRealm  2 ปีที่แล้ว

      It will iterate multiple lists in sequential order

  • @muhibhasan8932
    @muhibhasan8932 3 ปีที่แล้ว

    Can i get the full code bro?
    please

    • @HackersRealm
      @HackersRealm  3 ปีที่แล้ว

      It's better to use the hints in the code and use it for the solution!!!