LeetCode 1061. Lexicographically Smallest Equivalent String - Interview Prep Ep 130

Sdílet
Vložit
  • čas přidán 13. 01. 2023
  • ⭐ Shop on Amazon to support me: www.amazon.com/?tag=fishercod...
    ⭐ NordVPN to protect your online privacy: go.nordvpn.net/aff_c?offer_id...
    ⭐ NordPass to help manage all of your passwords: go.nordpass.io/aff_c?offer_id...
    Problem link on LeetCode 1061. Lexicographically Smallest Equivalent String: leetcode.com/problems/lexicog...
    Solution on Github: github.com/fishercoder1534/Le...
    ⭐ Become a member:
    / @fishercoder
    // TOOLS THAT I USE:
    ○ Memory Foam Set Keyboard Wrist Rest Pad - amzn.to/3cOGOAj
    ○ Electric Height Adjustable Standing Desk - amzn.to/2S9YexJ
    ○ Apple Magic Keyboard (Wireless, Rechargable) - amzn.to/36gy5FJ
    ○ Apple Magic Trackpad 2 (Wireless, Rechargable) - amzn.to/36ltimu
    ○ Apple MacBook Pro - amzn.to/30iSvKE
    ○ All-In One Printer - amzn.to/34etmSi
    ○ Apple AirPods Pro - amzn.to/2GpVYQf
    ○ My new favorite Apple Watch - amzn.to/2EIIUFd
    // MY FAVORITE BOOKS:
    ○ Introduction to Algorithms - amzn.to/36hxHXD
    ○ Designing Data-Intensive Applications - amzn.to/2S7snOg
    ○ Head First Java - amzn.to/2ScLDKa
    ○ Design Patterns - amzn.to/2SaGeU2
    My ENTIRE Programming Equipment and Computer Science Bookshelf:
    www.amazon.com/shop/fishercoder
    Follow me on Github for more LeetCode solutions: github.com/fishercoder1534/Le...
    Support me on Patreon: / fishercoder
    And make sure you subscribe to my channel!
    Your comments/thoughts/questions/advice will be greatly appreciated!
    #shorts #softwareengineering #leetcode #algorithms #coding #interview #SDE #SWE #SiliconValley #programming #datastructures

Komentáře • 3

  • @arijeetchakraborty117
    @arijeetchakraborty117 Před 2 měsíci +1

    You made it look so easy. Though It took a few minutes to understand the find method but the overall approach is pretty simple and I have easily replicate that

  • @ishaarora3
    @ishaarora3 Před rokem

    Could explain better how we are using the ids[ids[x-'a']] to change the parent using a graph. Had to watch another video to understand that.