Indexes of Subarray Sum | gfg potd | 09-01-25 | GFG Problem of the day

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

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

  • @CodeGenius316
    @CodeGenius316  11 วันที่ผ่านมา +4

    Subscribe
    most important part 11:00

  • @mohammadaftabansari6882
    @mohammadaftabansari6882 11 วันที่ผ่านมา

    Thanks

  • @Siddharthsirsate77
    @Siddharthsirsate77 11 วันที่ผ่านมา

    Why cant we directly assign i=1 instead of later adding +1?

    • @crazyyyz5877
      @crazyyyz5877 11 วันที่ผ่านมา

      We have to return 1 based index

    • @CodeGenius316
      @CodeGenius316  11 วันที่ผ่านมา +3

      Bro I didn't understand what you are asking 🤔
      If we initialize i=1, the we'll skip the 0th index element 🙂
      The question is just asking to return in 1 based indexing format...and by default array elements are stored in 0 based indexing format So, we are just adding 1 to our answer indices to convert into 1 based format..that it ❤️