Code with RSV
Code with RSV
  • 171
  • 537 188

วีดีโอ

LeetCode 79 - Word Search Explanation in Hindi (हिंदी) | Array | Matrix | DFS |Backtracking | C#
มุมมอง 3521 ชั่วโมงที่ผ่านมา
Contents: 0:03 - Read the problem 1:11 - DFS Approach explanation 1:53 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 48 - Rotate Image Explanation in Hindi (हिंदी) | Array | Matrix | C# code solution
มุมมอง 5814 วันที่ผ่านมา
Contents: 0:03 - Read the problem 1:15 - Approach explanation O(n2) 3:09 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 54 - Spiral Matrix Explanation in Hindi (हिंदी) | Array | Matrix | C# code solution
มุมมอง 58หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:17 - Approach explanation 2:09 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 73 - Set Matrix Zeroes Explanation in Hindi (हिंदी) | Array | Matrix | C# code solution
มุมมอง 60หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:34 - Approach 1 explanation O(m n) space 3:03 - Approach 2 explanation O(1) space 4:57 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 23 - Merge K Sorted Lists Explanation in Hindi (हिंदी) | Linked List | Heap | C# code
มุมมอง 133หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:03 - Brute Force approach 2:03 - Approach explanation O(nlogn) using Heap/Priority Queue 2:55 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode143 - Reorder List Explanation in Hindi (हिंदी) | Linked List | Two pointers | C# code
มุมมอง 812 หลายเดือนก่อน
Middle of the linked list: th-cam.com/video/ECKH4eYhplk/w-d-xo.html Reverse Linked List: th-cam.com/video/i1viUmV2hjg/w-d-xo.html Contents: 0:03 - Read the problem 1:42 - One pass approach explanation O(n) 2:46 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 876 - Middle of the Linked List Explanation in Hindi (हिंदी) | Linked List | C# code
มุมมอง 522 หลายเดือนก่อน
Contents: 0:03 - Read the problem 0:42 - Two pass approach explanation O(n) time complexity 1:23 - One pass approach explanation O(n) Two pointers 1:50 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
LeetCode 19 - Remove Nth Node From End of List Explanation in Hindi (हिंदी) | Linked List | C# code
มุมมอง 772 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:05 - Two pass approach explanation O(n) time complexity 1:29 - One pass approach explanation O(n*m) Two pointer 2:58 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 91 - Decode Ways Explanation in Hindi (हिंदी) | Dynamic Programming | String | Array | C#
มุมมอง 953 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:31 - Approach explanation O(n) time complexity 3:48 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 62 - Unique Paths Explanation in Hindi (हिंदी) | Dynamic Programming | 2D Array | C#
มุมมอง 633 หลายเดือนก่อน
Contents: 0:03 - Read the problem 0:49 - Approach explanation O(n*m) time complexity 2:29 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 55 - Jump Game Explanation in Hindi (हिंदी) | Dynamic Programming | Array| Code in C#
มุมมอง 1963 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:35 - Approach explanation O(n) time complexity 3:50 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 213 - House Robber II Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
มุมมอง 653 หลายเดือนก่อน
Contents: 0:03 - Read the problem 2:16 - Approach explanation O(n) time complexity 3:35 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 198 - House Robber Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
มุมมอง 903 หลายเดือนก่อน
Contents: 0:03 - Read the problem 2:36 - Brute force approach explanation O(2^n) time complexity 4:15 - Optimization with Dynamic programming O(n) time complexity 5:29 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 39 - Combination Sum Explanation in Hindi (हिंदी) | Back Tracking | Code in C#
มุมมอง 753 หลายเดือนก่อน
Contents: 0:03 - Read the problem 1:28 - Approach explanation 4:06 - Code Solution #coding #interview #csharp #dotnet My setup: Mic: amzn.to/44HGe1H Laptop: amzn.to/3pclzTe Keyboard: amzn.to/3B3e3Nn Mouse: amzn.to/3VLKB82
Leetcode 139 - Word Break Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
มุมมอง 1103 หลายเดือนก่อน
Leetcode 139 - Word Break Explanation in Hindi (हिंदी) | Dynamic Programming | code in C#
Leetcode 1143 - Longest Common Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming | C#
มุมมอง 873 หลายเดือนก่อน
Leetcode 1143 - Longest Common Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming | C#
Leetcode 300 - Longest Increasing Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming
มุมมอง 694 หลายเดือนก่อน
Leetcode 300 - Longest Increasing Subsequence Explanation in Hindi (हिंदी) | Dynamic Programming
Leetcode 322 - Coin Change Explanation in Hindi (हिंदी) | Code in C# | Dynamic Programming | Arrays
มุมมอง 924 หลายเดือนก่อน
Leetcode 322 - Coin Change Explanation in Hindi (हिंदी) | Code in C# | Dynamic Programming | Arrays
Leetcode 371 - Sum of Two Integers Explanation in Hindi (हिंदी) | Code in C# | Bit Manipulation
มุมมอง 1114 หลายเดือนก่อน
Leetcode 371 - Sum of Two Integers Explanation in Hindi (हिंदी) | Code in C# | Bit Manipulation
Leetcode 11 - Container with Most Water Explanation in Hindi (हिंदी) | Code in C# | Two pointers
มุมมอง 914 หลายเดือนก่อน
Leetcode 11 - Container with Most Water Explanation in Hindi (हिंदी) | Code in C# | Two pointers
Leetcode 15 - 3Sum Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays | Sorting
มุมมอง 774 หลายเดือนก่อน
Leetcode 15 - 3Sum Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays | Sorting
Leetcode 167 - Two Sum II Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays
มุมมอง 814 หลายเดือนก่อน
Leetcode 167 - Two Sum II Explanation in Hindi (हिंदी) | Code in C# | Two pointers | Arrays
Leetcode 153 - Search in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search Array
มุมมอง 634 หลายเดือนก่อน
Leetcode 153 - Search in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search Array
Leetcode 153 - Find Minimum in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search
มุมมอง 564 หลายเดือนก่อน
Leetcode 153 - Find Minimum in Rotated Sorted Array Explanation in Hindi (हिंदी) C# | Binary Search
Leetcode 152 - Maximum Product Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding
มุมมอง 1115 หลายเดือนก่อน
Leetcode 152 - Maximum Product Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding
Leetcode 238 - Product of array except self Explanation in Hindi (हिंदी) | C# code | Math | Array
มุมมอง 1485 หลายเดือนก่อน
Leetcode 238 - Product of array except self Explanation in Hindi (हिंदी) | C# code | Math | Array
Leetcode 53 - Maximum Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding | Array
มุมมอง 1175 หลายเดือนก่อน
Leetcode 53 - Maximum Subarray Explanation in Hindi (हिंदी) | C# code | Window Sliding | Array
Leetcode 206 - Reverse Linked List Explanation in Hindi (हिंदी) | C# code | Linked List | Recursion
มุมมอง 885 หลายเดือนก่อน
Leetcode 206 - Reverse Linked List Explanation in Hindi (हिंदी) | C# code | Linked List | Recursion
Leetcode 70 - Climbing Stairs Explanation in Hindi (हिंदी) | C# code | Dynamic Programming| Math
มุมมอง 1115 หลายเดือนก่อน
Leetcode 70 - Climbing Stairs Explanation in Hindi (हिंदी) | C# code | Dynamic Programming| Math

ความคิดเห็น

  • @sachinpareek7420
    @sachinpareek7420 4 วันที่ผ่านมา

    thanks for valuable information

  • @sachinpareek7420
    @sachinpareek7420 5 วันที่ผ่านมา

    thanks ...nice videos

  • @alibasha202
    @alibasha202 6 วันที่ผ่านมา

    Wow, very useful info...

  • @chillhub8073
    @chillhub8073 7 วันที่ผ่านมา

    with due respect, you have confused me even more :( But thanks for the video even then.

    • @CodewithRSV
      @CodewithRSV 7 วันที่ผ่านมา

      @@chillhub8073 Everyone has there own preferred way of learning. If my style of teaching doesn't suit you be sure to try tutorials from others as well. ,👍👍

    • @chillhub8073
      @chillhub8073 6 วันที่ผ่านมา

      @@CodewithRSV Bro It is not you, but me. You keep up the good work. Respect ❤❤

  • @JitendraSingh90
    @JitendraSingh90 8 วันที่ผ่านมา

    One Question: If I wish to registered both "School" and "College" class in the container, what is the way and how can we call it from Main(), will that work here? If so, whose object we will get here (School OR College). @CodewithRSV Many thanks in advance.

    • @JitendraSingh90
      @JitendraSingh90 7 วันที่ผ่านมา

      I got the answer: builder.RegisterType<School>().Keyed<IEducationalInstitution>("School"); builder.RegisterType<College>().Keyed<IEducationalInstitution>("College"); Program.cs: person.School = scope.ResolveKeyed<IEducationalInstitution>("School"); person.Study(); person.School = scope.ResolveKeyed<IEducationalInstitution>("College"); person.Study();

    • @JitendraSingh90
      @JitendraSingh90 7 วันที่ผ่านมา

      @CodewithRSV, Many thanks to you, for your such beautiful tutorial :) a big thumbs-up to you 👍

  • @shubhamshegaonkar4675
    @shubhamshegaonkar4675 10 วันที่ผ่านมา

    nice

  • @bhanu14x
    @bhanu14x 14 วันที่ผ่านมา

    Hi sir very good

  • @faisalzubair2612
    @faisalzubair2612 18 วันที่ผ่านมา

    Great video sir, if there is a data in a table but i want add new column in it then migration will remove data or not?

    • @CodewithRSV
      @CodewithRSV 18 วันที่ผ่านมา

      @@faisalzubair2612 It will not remove data. Column should be nullable.

  • @ajayshinde8774
    @ajayshinde8774 21 วันที่ผ่านมา

    bhaut confuse hogaya isliye linkhne lga program lekin 5-6 baar edit kiya to pura confustion bada diya

  • @shantlingswami8867
    @shantlingswami8867 24 วันที่ผ่านมา

    Doubts clear video awesome thanks sir

  • @ghanshyam014
    @ghanshyam014 24 วันที่ผ่านมา

    Well explained.

  • @ghanshyam014
    @ghanshyam014 24 วันที่ผ่านมา

    Well explained.

  • @ghanshyam014
    @ghanshyam014 24 วันที่ผ่านมา

    I got it but why didn't you used sealed class here...?

    • @CodewithRSV
      @CodewithRSV 24 วันที่ผ่านมา

      @@ghanshyam014 Yes, you should. It is not mandatory but a good practice to make singleton class sealed to prevent inheritance.

    • @ghanshyam014
      @ghanshyam014 24 วันที่ผ่านมา

      @@CodewithRSV Thank you for your clarification.

  • @akhileshthapliyal6536
    @akhileshthapliyal6536 หลายเดือนก่อน

    Nice :)

  • @Chandandas-s5t
    @Chandandas-s5t หลายเดือนก่อน

    where the data is storing ?and what is the max capacity ? without interacting with database all End ponts working fine.Please give a brief.

    • @CodewithRSV
      @CodewithRSV หลายเดือนก่อน

      @@Chandandas-s5t We are storing data in list only. Data won't persist after restart in this example.

  • @chhatrapalsingh8714
    @chhatrapalsingh8714 หลายเดือนก่อน

    super explaination bro

    • @CodewithRSV
      @CodewithRSV หลายเดือนก่อน

      @@chhatrapalsingh8714 Glad it was helpful

  • @nikhilmalhotra1986
    @nikhilmalhotra1986 หลายเดือนก่อน

    bhai, you explained it very well in an simple way. 🙂

  • @AlgoScalper
    @AlgoScalper หลายเดือนก่อน

    You just designed the classes for LSP, use it, pass the values, then will still fall in Trap of Not following the LSP

  • @ajayshinde8774
    @ajayshinde8774 หลายเดือนก่อน

    are bhai cod to tik se dikhao . edit karke bc etana uper niche le ja rahe ho samaj nahi aa raha

  • @SurajKumar-wh9jc
    @SurajKumar-wh9jc หลายเดือนก่อน

    Thanks

  • @dhruvaa9062
    @dhruvaa9062 หลายเดือนก่อน

    Niceee.

  • @manishpatil331
    @manishpatil331 หลายเดือนก่อน

    Thank you so much 😊

  • @sudeshsalvi8853
    @sudeshsalvi8853 หลายเดือนก่อน

    Thank you. Very well demonstrated.

  • @akshaykedar2734
    @akshaykedar2734 หลายเดือนก่อน

    Really Great Tutorial Helped A Lot.....Thank You..!!

  • @mayur8142
    @mayur8142 หลายเดือนก่อน

    nice

  • @jaswantrawat5557
    @jaswantrawat5557 หลายเดือนก่อน

    Ismain tumne = mycar2.color=blue ko to explain kr ye . Ka Kyada seen hai

  • @Vickykumar-fr2bd
    @Vickykumar-fr2bd หลายเดือนก่อน

    es API ko postman se kaise check krenge

    • @CodewithRSV
      @CodewithRSV หลายเดือนก่อน

      You can search online for how to use rest api in postman. Simple api h aasani se ho jaega.

  • @zaheershaikh6834
    @zaheershaikh6834 หลายเดือนก่อน

    You also can do short and clean code instead of Select query for FirstName: employees.ForEach(e => Console.WriteLine($"{e.FirstName}"));

  • @AmazingVideos-ie9kw
    @AmazingVideos-ie9kw หลายเดือนก่อน

    Awesome ❤

    • @CodewithRSV
      @CodewithRSV หลายเดือนก่อน

      @@AmazingVideos-ie9kw Glad it was helpful

  • @filmyduniya5519
    @filmyduniya5519 หลายเดือนก่อน

    Very useful, thank you so much 🙏🙏🙏

  • @Pr3kashSingh
    @Pr3kashSingh 2 หลายเดือนก่อน

    Thanks

  • @rdgamer492
    @rdgamer492 2 หลายเดือนก่อน

  • @mayanksoni5295
    @mayanksoni5295 2 หลายเดือนก่อน

    great example, thanks!

  • @AmanKumar-wo4bp
    @AmanKumar-wo4bp 2 หลายเดือนก่อน

    Bhai poora superheroes movie dekhto ho

    • @AmanKumar-wo4bp
      @AmanKumar-wo4bp 2 หลายเดือนก่อน

      Kal-el 😂

    • @CodewithRSV
      @CodewithRSV 2 หลายเดือนก่อน

      @@AmanKumar-wo4bp 😁😁

  • @zakirdev
    @zakirdev 2 หลายเดือนก่อน

    Great tutorial brother.

  • @desigirl275
    @desigirl275 2 หลายเดือนก่อน

    Thank u so much for this amazing video

    • @CodewithRSV
      @CodewithRSV 2 หลายเดือนก่อน

      @@desigirl275 glad it was helpful

  • @Pradumnsharma532
    @Pradumnsharma532 2 หลายเดือนก่อน

    Hlw bro i am new on ur channel can u tell me about code What was the use of this

    • @CodewithRSV
      @CodewithRSV 2 หลายเดือนก่อน

      @@Pradumnsharma532 This is a problem usually asked in programming interviews.

  • @VipulChandrakapure
    @VipulChandrakapure 2 หลายเดือนก่อน

    Thank you for the good and clean explanation

    • @CodewithRSV
      @CodewithRSV 2 หลายเดือนก่อน

      @@VipulChandrakapure Glad it was helpful.

  • @nawratnakumar3352
    @nawratnakumar3352 2 หลายเดือนก่อน

    Your way of explanation is super👍 . Plz add some videos on Microservices and .NET Core.

  • @nawratnakumar3352
    @nawratnakumar3352 2 หลายเดือนก่อน

    Very good and easy explanation of Async and Await concept👍

  • @luchawarriorgaming9629
    @luchawarriorgaming9629 2 หลายเดือนก่อน

    लगे रहो भाई, हिम्मत रखने वालों की कभी हार नहीं होती

  • @mrsatya124
    @mrsatya124 2 หลายเดือนก่อน

    C# version 12 This code is not working

  • @amitgoel1749
    @amitgoel1749 2 หลายเดือนก่อน

    Very informative and to the point video. Thanks. Could you please share which screen recorder app you are using and which microphone for clear voice

    • @CodewithRSV
      @CodewithRSV 2 หลายเดือนก่อน

      @@amitgoel1749 OBS studio for screen recording Hyperx quadcast mic

  • @juhisinha8010
    @juhisinha8010 2 หลายเดือนก่อน

    C# k sath kya h code?

  • @juhisinha8010
    @juhisinha8010 2 หลายเดือนก่อน

    Where is next part for c#?

  • @abubakarizhar5608
    @abubakarizhar5608 2 หลายเดือนก่อน

    I can not add System.Text.jso in my VS 2017. Please guide.

    • @CodewithRSV
      @CodewithRSV 2 หลายเดือนก่อน

      @@abubakarizhar5608 what is the target framework of your project?

    • @abubakarizhar5608
      @abubakarizhar5608 2 หลายเดือนก่อน

      @@CodewithRSV .NET 4.8

  • @Rajhansi
    @Rajhansi 2 หลายเดือนก่อน

    Predicate delegates to rah gya ye v explain kardete 😢😢 By the way, it was nice video.

  • @Bhush1230
    @Bhush1230 2 หลายเดือนก่อน

    HI @Code with RSV Thanks for your valuable videos and It is very much understandable. Can you please create an upload the videos on following topics. 1) .Net Core features and basic concepts. 2) WebAPI Types of authentication and explain each one

  • @surajchaudhary9596
    @surajchaudhary9596 2 หลายเดือนก่อน

    Super bhai Dhanayavad

  • @bhupendrakumar7811
    @bhupendrakumar7811 3 หลายเดือนก่อน

    Hello Sir, You have teaching skills. There are lots of engineers who have very deep knowledge of different subjects. They can understand concepts very well but they cannot teach those concepts. You are one of the few engineers who can teach or express the concepts. I would like to mention one more brilliant teacher who is the God of programming concepts. That is kudvenkat sir. He is the genius on his subjects. I think you should keep doing the work of teaching.

    • @CodewithRSV
      @CodewithRSV 3 หลายเดือนก่อน

      @@bhupendrakumar7811 I myself have learnt a lot from kudvenkat.