Generate IP Addresses | Problem of the Day : 24/08/22 | Yash Dwivedi

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

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

  • @saisriangajala8399
    @saisriangajala8399 2 ปีที่แล้ว +6

    very good explanation, Recursion and backtracking approach is like hell, I thought you would solve using backtracking. Anyway good solution

  • @PavanKumar-if7zi
    @PavanKumar-if7zi 2 ปีที่แล้ว +1

    Understood, very interesting question and looks like you have in brute force manner

  • @srushtinarnaware4919
    @srushtinarnaware4919 2 ปีที่แล้ว +1

    Thanks for great explanation

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

    Try for this if error is coming
    bool check(string &st){
    int n = st.size();
    if (n 3){
    return false;
    }
    if (st[0] == '0' && n > 1){
    return false;
    }
    int p;
    try {
    p = stoi(st);
    } catch (const std::invalid_argument& e) {
    std::cerr

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

    Can it be more optimised?

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

    very nice explanation

  • @rakesh1594
    @rakesh1594 2 ปีที่แล้ว +1

    Explanation is super fast which is a bit confusing

    • @yash.dwivedi
      @yash.dwivedi 2 ปีที่แล้ว

      hey rakesh you can watch it at 0.75x if you feel its a bit fast for you

  • @rishav-ranjan
    @rishav-ranjan ปีที่แล้ว +4

    explanation was very bad

    • @dailydose75
      @dailydose75 ปีที่แล้ว +2

      Tuze ata hai kya itna to🤣🤣