#186

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

КОМЕНТАРІ • 4

  • @ashwinbalaji26
    @ashwinbalaji26 4 місяці тому +2

    Good explanation brother. Just a slight optimisation, we can break out of the inner for loop when the if condition become false

  • @unknown47896
    @unknown47896 4 місяці тому +2

    int rectanglesInCircle(int r) {
    // code here
    int ans=0;
    for(int x=1;x

    • @maskedcoder-dy1ub
      @maskedcoder-dy1ub  4 місяці тому +1

      Correct but It will not be a problem if you didn't write -1as if condition will reject it automatically anyway

    • @unknown47896
      @unknown47896 4 місяці тому

      @@maskedcoder-dy1ub ha..it will get rejected automatically anyways...