Interview Question : Find Substring of String | Python Code

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

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

  • @deepakps2187
    @deepakps2187 4 ปีที่แล้ว

    Nicely explained,,, value for time
    1st comment in 2020 by me

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

    Nice video, As I'm new in python not able understand inner for loop ( n+1) .
    Why we have to use ? Instead of len(strings) mentioned in outer for loop .
    I would appreciate it if you can explain it.
    Thanks

    • @user-kb9tz7pp9y
      @user-kb9tz7pp9y 3 ปีที่แล้ว +2

      If u consider ‘n’ the the loop would start from ‘i+1’ and will treminate at ‘n-1’

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

    Thank you for this good tutorial

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

    how can we find by javascript this

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

    Thanks mam 👍

  • @pritammishra9850
    @pritammishra9850 4 ปีที่แล้ว

    Thanks a lot mam

    • @nETSETOStECH
      @nETSETOStECH  4 ปีที่แล้ว

      Keep watching😇

    • @ArshadKhan-kt5ph
      @ArshadKhan-kt5ph 4 ปีที่แล้ว

      @@nETSETOStECH Mam Time Complexity here is O(n^2)
      Could there be a solution for less time complexity than this