19. Design File System using Composite Design Pattern | Low Level Design Interview Question | LLD

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

КОМЕНТАРІ • 80

  • @nishankbhati3188
    @nishankbhati3188 Рік тому +15

    Dude I am ~3.5 years experienced dev. Your videos are gem to watch.

  • @HarshChoudhary-v9v
    @HarshChoudhary-v9v Місяць тому +1

    Dude i have 6 year of experience and you videos are very good to watch.

  • @MujahidAli-xh6zv
    @MujahidAli-xh6zv Рік тому +5

    I was asked similar question in Amazon. If I have watched this video earlier, result would have been different.
    Thank you Shrayansh for uploading it.

  • @user-ph5ek8tg5l
    @user-ph5ek8tg5l 4 місяці тому +1

    Except the regular Design Patterns which we use daily in our work like Singleton, Factory, Facade, Proxy etc. which makes sense as we anyways use them daily the other patterns used to feel boring and uninteresting to me as even after reading from books and tutorials the concept just remained as theory. I felt they are not as important as we don't use them much. For the same reason i was also going to make them less priority from your playlist as well.
    But thanks a lot to your amazing practical explanation i am finding each Design pattern so much practical, interesting and useful and easy to remember and apply.

  • @nitishprasadkushwaha
    @nitishprasadkushwaha Рік тому +1

    Thank you very much for creating such a beautiful LLD playlist.

  • @shaikheajajuddin8317
    @shaikheajajuddin8317 Рік тому +6

    Great Explanation!!! Please make a video on LLD of browser history for single Tabs and Multiple Tabs.

  • @tarunkundhiya5196
    @tarunkundhiya5196 Рік тому +1

    Nice explanation ! This reminded me of your isA hasA both properties needed in the Decorator pattern. This also looks similar but isA(Expression) hasTwo(Expressions) + Internal Operation. Thanks!

  • @user-mc8rx5en2h
    @user-mc8rx5en2h 5 місяців тому +1

    Perfectly explained 👏👏

  • @rishabhgoyal8110
    @rishabhgoyal8110 Рік тому +1

    Wow! Thanks for this. Recursive Design Pattern!

  • @animay100
    @animay100 Рік тому

    How would I handle multiple files in a single folder situation?
    Would we:
    1. Create the first file as a leaf and then all subsequent files as file systems with only leaf and no child file system
    2. Modify the filesystem object to have an array of leaves and an array of child file systems
    Please let me know which one would be the better approach?
    PS: Honestly, great work. I come from a place where I do not have much hands-on coding experience and these videos have really helped me and challenged me in the right kind of ways that I now feel much more confident with LLD. Great work man! Hats off to you!!

    • @geetikapaul5071
      @geetikapaul5071 Рік тому

      List implies that Directory can have either have a list of directories as leaves or list of files (leaves of files). The iterator in the ls() method will iterate over each file and call its ls() to print filename.

  • @ashutoshparashar7138
    @ashutoshparashar7138 Рік тому +2

    Great explanation. Please make a video on command design pattern to avoid multiple if
    Thanks

  • @rajatbansal3769
    @rajatbansal3769 Рік тому +1

    Good explanation and examples

  • @ayushigupta685
    @ayushigupta685 7 місяців тому +1

    amazing example really

  • @yagotevez-prog
    @yagotevez-prog 24 дні тому

    Correct indentation in output is the one thing I can't get with the file system program.
    I added System.out.print("\t"); right after opening the for loop (I'm talking about the ls() method of the Directory class in 7:54 ). This works for the children of the directory from which you call the method.
    Problem is that the children of a SUBdirectory still end up having the same indentation as the SUBdirectory.
    Anyone knows how to solve that problem ?

  • @GauravSingh-pn6bp
    @GauravSingh-pn6bp Рік тому +1

    Sir bahut achha samjhaaya aapne, ab mein interview ke liye ready hu, bas calls nahi aa rahi

  • @sangammishra3670
    @sangammishra3670 8 місяців тому +1

    Sir @Shreyansh there is one doubt that I have regarding the file system, I don't know whether I have misunderstood the problem itself, suppose I have directory ABC and in ABC I have like three other directories-> BCD, CDE, and EFG in BCD-> I have GHI, in GHI-> I have FGH. so according to your design it will print like in preorder dfs wise all the names(ABC ->BCD->GHI->FGH->CDE->EFG), but in practically if i pass ABC.ls( ) then it should print only (BCD,CDE,EFG) so how can composite design pattern help here?

    • @rishabhgupta4133
      @rishabhgupta4133 2 місяці тому

      actually here it is designed in such a way, that it print whole structure i.e. all nested files/directory

  • @shineinusa
    @shineinusa 2 місяці тому +1

    well done

  • @pulakammalathy6968
    @pulakammalathy6968 5 місяців тому

    How do we decide if filesystem should be a interface or a base class?

  • @abhishek2116
    @abhishek2116 Рік тому +1

    Great sir🙏

  • @AniketDimri
    @AniketDimri 3 місяці тому

    Great explanation! Really appreciate your work.
    How can we create mkdir method in filesystem using this approach? Mkdir should be a part of only directory and not file and that need be be recursively call using ((Directory) file).mkdir(), is there a way to avoid this and use same design pattern?

  • @himanshupoddar1395
    @himanshupoddar1395 Рік тому

    None of the youtube tutorial provide example of what's the problem and how the same can be solved with composite design pattern. Everyone just starts with the pattern directly. Its really not useful for most of the beginners. Thanks for this explanation

    • @ConceptandCoding
      @ConceptandCoding  Рік тому

      Umm not sure, i tried to explained the problem with different example.
      We can discuss more if it's not clear buddy

    • @himanshupoddar1395
      @himanshupoddar1395 Рік тому

      @@ConceptandCoding sorry if I was not clear, I have mentioned that "Thanks for this explanation" which means this video does explain the problem and solution for both.

    • @ConceptandCoding
      @ConceptandCoding  Рік тому

      Cool thanks buddy, i thought in a scarcity manner you said :)

  • @AyushSharma-ux4fk
    @AyushSharma-ux4fk Рік тому +1

    Amazing video

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

    I can see that u have made some of the imp questions like parking lot and car rental system paid. I don't think everyone can afford it especially the students.

  • @rajatpratapsingh3123
    @rajatpratapsingh3123 Рік тому +1

    Great explanation sir, I've a question: Can LLD be learned using JS as majority content on-line is in JAVA or any other low-level languages like CPP, etc.

    • @ConceptandCoding
      @ConceptandCoding  Рік тому

      any OOPs oriented language can be used Rajat. I am not much familiar with JS

  • @user-vm8yn4hb4w
    @user-vm8yn4hb4w Рік тому +1

    DAMN BRO I LOVE YOU SO MUCH

    • @ConceptandCoding
      @ConceptandCoding  Рік тому

      thank you

    • @user-vm8yn4hb4w
      @user-vm8yn4hb4w Рік тому +1

      @@ConceptandCoding Like im from korea but in korea absolutely theres no lld or oop design class for interview and also in youtube. some professors make videos for that but not that much in detail. Love ya from korea

    • @ConceptandCoding
      @ConceptandCoding  Рік тому +1

      @@user-vm8yn4hb4w Hi, thanks a lot. I think this is the first comment i got from outside India. Really glad you like the content :)

    • @user-vm8yn4hb4w
      @user-vm8yn4hb4w Рік тому +1

      @@ConceptandCoding Like im just one outlier.. who want to get in amazon😃

  • @anupriya_sadks
    @anupriya_sadks Рік тому

    Great explanation!! Could you please make a video of LLD of splitwise?

  • @pranavsharma7479
    @pranavsharma7479 Рік тому +1

    Thnks bhaiya

  • @geetikapaul5071
    @geetikapaul5071 Рік тому

    Hey Shrayansh, if we were to add a new operation, say modulus, then we would need to update the existing Evaluate()'s switch case to accommodate it. Thus, violating 'O' of the SOLID principles. How should we handle that? Is it by having separate class for each operation with its own evaluate method implementation?

  • @suheabkhan2546
    @suheabkhan2546 Рік тому +1

    The video is excellent.... Can u please do a detailed video with code for parkinglot ... The code for parkinglot in ur playlist is not updated

    • @ConceptandCoding
      @ConceptandCoding  Рік тому +1

      sure.

    • @suheabkhan2546
      @suheabkhan2546 Рік тому +1

      Thanks, u deserve much more appreciation... Ur videos on lld are helping me like anything

    • @ConceptandCoding
      @ConceptandCoding  Рік тому

      @@suheabkhan2546 thanks a lot Suheab

    • @suheabkhan2546
      @suheabkhan2546 Рік тому

      @@ConceptandCoding
      Also sir, if u can make a video on lld video on these could be great :-
      1) Zomato/ food delivery app
      2)Netflix/online streaming website
      3)true caller
      4)Uber

    • @ConceptandCoding
      @ConceptandCoding  Рік тому +1

      @@suheabkhan2546 its in my bucket list buddy, slowly going towards it. :)

  • @kushal7966
    @kushal7966 Рік тому

    Thank You

  • @tangypotato1
    @tangypotato1 3 місяці тому

    Is this playlist relevant for a fresher or are there some topics that can be left as i am low on time .

  • @UtkarshGupta-hp3nm
    @UtkarshGupta-hp3nm Рік тому

    I got confusion in between adapter and composite design(i.e Object inside object) since adapter also follow the same thing (i.e. creating new class that extends previous class ) hence at run time object inside object

    • @ConceptandCoding
      @ConceptandCoding  Рік тому

      HI Utkarsh, have you seen adapter pattern video too?

    • @UtkarshGupta-hp3nm
      @UtkarshGupta-hp3nm Рік тому

      @@ConceptandCoding yes there you told like wrapping the existed class with new class and user will call the new created class for their desired output ... If I am wrong correct me

    • @ConceptandCoding
      @ConceptandCoding  Рік тому +1

      @@UtkarshGupta-hp3nm Okay Utkarsh, after office. I will clarify your doubts regarding both. we can talk for some time in evening and hope you will get more clarity

  • @prajwalbhusari8299
    @prajwalbhusari8299 Рік тому

    Sir, please post more videos on design patterns🙏

  • @DeepakLalchandaniProfile
    @DeepakLalchandaniProfile Рік тому +1

    How to handle incoming millions of user requests for a e commerce application ? If you have source code,please share

  • @premium3968
    @premium3968 Рік тому

    Are all structural design pattern follow same object inside object methodology??
    Like in ur proxy, decorator pattern also same object was inside same class which have is a and has a relationship!!!?
    Its confusing plz help?

  • @omanjupuru
    @omanjupuru Рік тому +1

  • @venkatajagannath6014
    @venkatajagannath6014 Рік тому

    can you please start HLD series too ?

    • @ConceptandCoding
      @ConceptandCoding  Рік тому

      I think you haven't seen the HLD playlist. Kindly check it out
      High Level Design from Basics to Advanced: ua-cam.com/play/PL6W8uoQQ2c63W58rpNFDwdrBnq5G3EfT7.html

  • @rajaryan7566
    @rajaryan7566 Рік тому

    first two min me dp vali feel aai, object inside object=> subproblem?? lets continue the video

  • @himanshuchhikara4918
    @himanshuchhikara4918 Рік тому +1

    Thank you very much for creating such a beautiful LLD playlist.