Jesse Dietrichson
Jesse Dietrichson
  • 131
  • 2 428 975
Building the future of communication!
Thank you so much for watching! It would mean the world to me if you would comment on your thoughts of the project and whether or not you think I should start making devlogs for this project.
It would also mean so much if you would join the waitlist and follow the twitter account for Root:
rootapp.com/
therootapp
Переглядів: 1 920

Відео

Software interview question - Reverse a linked list recursively
Переглядів 24 тис.4 роки тому
In this video we learn how to reverse a singly linked list recursively. This algorithm is a little tricky so we break it down using a visual diagram.
Software interview question - Number of islands
Переглядів 2,1 тис.5 років тому
In this video we take a look at the Number of islands problem. We'll break down the algorithm step by step using a visual diagram, and then we'll implement the algorithm in C#. Our algorithm will use recursion and a depth-first search. Instagram: jessedietrichson Twitter: JDProgramming
Software interview question - Buy and sell stocks
Переглядів 1,1 тис.5 років тому
In this video we take a look at the Buy and sell stocks software interview question. We'll break down the algorithm step by step using a visual diagram. Instagram: jessedietrichson Twitter: JDProgramming
Software interview question - Two Sum
Переглядів 2,6 тис.5 років тому
The two sum problems consists of finding two elements in an array that add up to a target value. We'll break down the algorithm step by step using a visual diagram. We'll implement the solution using a Hash table. Instagram: jessedietrichson Twitter: JDProgramming
Software interview question - Delete duplicates from a sorted array
Переглядів 3,2 тис.5 років тому
In this video we'll learn how to remove duplicate values from a sorted array. We'll solve this in-place, which means we won't create any each data structures. Instagram: jessedietrichson Twitter: JDProgramming
Create your first RESTful web service using ASP.NET Core - Tutorial 1
Переглядів 60 тис.5 років тому
Learn how to create your first RESTful web service using ASP.NET Core. You will learn what REST is all about and some of benefits of using it.
Create a List in C# by building a Simon memory game
Переглядів 6 тис.5 років тому
Learn how to create a Simon memory game using List as the backend storage collection. We also split the UI and backend logic code so that you can reuse the game logic in any application. This includes: mobile, desktop, or web. Source Code: github.com/JesseDietrichson/SimonMemoryGame
Store groups of data in a List
Переглядів 3 тис.5 років тому
Learn how to create a C# List that can grow in size automatically. Using a List, you can create a collection that doesn't require the amount of elements needed upfront.
Create a C# array that can grow in size
Переглядів 4,8 тис.5 років тому
Learn how you can create your own array class that grows in size as you add new elements. This will show you how the C# List class works behind the scenes.
Whats the problem with using arrays?
Переглядів 1,8 тис.5 років тому
Learn why arrays aren't directly used in real-world applications. Although they allow you store collections of data in memory, they have one big problem. You must know the size of the array before you create it.
Introduction to iOS Autolayout and Constraints
Переглядів 1,4 тис.6 років тому
Instagram: jessedietri... Twitter: JDProgramming If you enjoyed this video please comment below and give me a thumbs up! It goes a long way. If you want to keep watching these videos make sure to subscribe!
Introduction to Storyboards with Xamarin.iOS
Переглядів 6 тис.6 років тому
Instagram: jessedietri... Twitter: JDProgramming If you enjoyed this video please comment below and give me a thumbs up! It goes a long way. If you want to keep watching these videos make sure to subscribe!
Using Constructors with Inheritance
Переглядів 21 тис.7 років тому
If you have any questions follow me on Instagram, DM me, and ill get back to you. Instagram: jessedietrichson Twitter: JDProgramming
Building your first iOS application with Xamarin.iOS
Переглядів 6 тис.7 років тому
Building your first iOS application with Xamarin.iOS
What Is Polymorphism?
Переглядів 13 тис.7 років тому
What Is Polymorphism?
What Is Inheritance?
Переглядів 5 тис.7 років тому
What Is Inheritance?
Advanced C#: Nullable Types
Переглядів 21 тис.8 років тому
Advanced C#: Nullable Types
Learn C# for beginners: 62 - Exercise 3
Переглядів 4,5 тис.9 років тому
Learn C# for beginners: 62 - Exercise 3
Learn C# for beginners: 61 - Exercise 2
Переглядів 3,5 тис.9 років тому
Learn C# for beginners: 61 - Exercise 2
Learn C# for beginners: 60 - Exercise 1
Переглядів 5 тис.9 років тому
Learn C# for beginners: 60 - Exercise 1
Learn C# for beginners: 54 - Get and Set Methods
Переглядів 31 тис.9 років тому
Learn C# for beginners: 54 - Get and Set Methods
Learn C# for beginners: 15 - If Statements
Переглядів 5 тис.9 років тому
Learn C# for beginners: 15 - If Statements
Learn C# for beginners: 59 - Static Keyword
Переглядів 7 тис.9 років тому
Learn C# for beginners: 59 - Static Keyword
Learn C# for beginners: 53 - Constructors
Переглядів 8 тис.9 років тому
Learn C# for beginners: 53 - Constructors
Learn C# for beginners: 55 - Properties
Переглядів 8 тис.9 років тому
Learn C# for beginners: 55 - Properties
Learn C# for beginners: 56 - Operator Overloading
Переглядів 6 тис.9 років тому
Learn C# for beginners: 56 - Operator Overloading
Learn C# for beginners: 57 - Passing Objects to Methods
Переглядів 20 тис.9 років тому
Learn C# for beginners: 57 - Passing Objects to Methods
Learn C# for beginners: 58 - Arrays of Objects
Переглядів 24 тис.9 років тому
Learn C# for beginners: 58 - Arrays of Objects
Learn C# for beginners: 52 - Creating a Class
Переглядів 7 тис.9 років тому
Learn C# for beginners: 52 - Creating a Class

КОМЕНТАРІ

  • @SangriaSarah
    @SangriaSarah 4 дні тому

    This is so helpful and thorough. the visuals are fantastic. thank you for putting this together i'm sure it took a lot of work! helped so many people understand it better

  • @piglovesasy
    @piglovesasy 8 днів тому

    love this! much better than any other ones out there, cant stand the other ones

  • @user-nb1fx7fo3l
    @user-nb1fx7fo3l 21 день тому

    Finally I understand the recursive method with this video after I spent a whole day digging through tons of other learning materials on the web.

  • @nithinrajchittath7820
    @nithinrajchittath7820 Місяць тому

    Yeah it's wierd that he missed the most important and widely used technique.

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

    Guys where are you?. Support such a great teacher who explained so deeply.👍 Thankyou very much sir to make me realize i can be a good programmer because your explanation is easy to understand.🙌

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

    After many years it is still very valuable video. Thank You for this. Cheers. :)

  • @Neex123-i7y
    @Neex123-i7y 4 місяці тому

    Ops,,, to late 😢😢😢

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

    The animation is a super clean explanation to the `node-->next->next` confusion!! Big thanks mate.

  • @chien-yucode992
    @chien-yucode992 4 місяці тому

    Nice!

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

    Thank you so much Jesse I really apreciate your exercises, I encourage you to continue teaching and learning, God bless you.

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

    Super helpful, thanks!

  • @Oliver-nt8pw
    @Oliver-nt8pw 6 місяців тому

    This is a very good video! Really helped me to understand!

  • @hasanalmazoory6569
    @hasanalmazoory6569 8 місяців тому

    Jesse, Jesse, thank you very much for the efforts. I don't know what goals you have, but I can certainly see your passion as a software development educator and I definitely can see your talent for it. Great job, keep up the good work.

  • @BabyfaceJaiyeBear
    @BabyfaceJaiyeBear 8 місяців тому

    I did not understand line 24, everything else was clear

  • @jeremy_vids9381
    @jeremy_vids9381 9 місяців тому

    how do I make a line full of a symbole, like from right the left of the screen

  • @baothach9259
    @baothach9259 9 місяців тому

    Excellent video!!!

  • @jacklo32
    @jacklo32 10 місяців тому

    amazing explanation !

  • @timlewry856
    @timlewry856 10 місяців тому

    nice

  • @carsten2600
    @carsten2600 10 місяців тому

    OMG ur legend!

  • @moelf325
    @moelf325 10 місяців тому

    I love the way you explain complex concepts in the most basic way! fortunately it seems you stopped making tutorials. To bad! I hope i'm wrong. It would be very interesting if you could lay out all the topics in one ore more applications. that way we could see even more the relations of the topics and the power of oop. Thx anyway! Unlike many others, your series and explenation contributed a lot to my understanding of programming. Regards.

  • @stanleylew1688
    @stanleylew1688 10 місяців тому

    Thanks! 🙏

  • @arkplato2186
    @arkplato2186 11 місяців тому

    2023, still the most legit source of learning C# (concept explanation is just mind boggling), cannot thank enough

  • @benbailey4962
    @benbailey4962 11 місяців тому

    Best tutorials on youtube even 7 years later, Man you need to come back and keep producing content. So underrated!

  • @MrJQ3d
    @MrJQ3d 11 місяців тому

    Amazing lesson man great video thank you in advance!

  • @arkplato2186
    @arkplato2186 11 місяців тому

    World's best teacher is back and I am super excited.

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

    Finally understood the recursive approach. Thanks a lot

  • @German-ov9de
    @German-ov9de Рік тому

    Subscribed

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

    Thank you for this; all lighted up @ 9:25

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

    in 2023 it is explanation still

  • @user-rn6vg3os3n
    @user-rn6vg3os3n Рік тому

    Brilliant! Thanks for explaining so understandable!

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

    you are good teacher i am gaining more knowledge from you, thank you so much for this whole c# course

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

    Your delivery is really good. Nice work.

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

    Thank you for all your lessons. I was struggling in C# and i didnt know how to read loops and all that. Now, I am slowly understanding.

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

    really nice visualization !!!!

  • @user-ww6jk1ui5w
    @user-ww6jk1ui5w Рік тому

    THANK YOU

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

    Thank you very much for your lessons.. its very helpful to me. Can you make another tutorial series for GUI applications in C# from bigginer to pro level..

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

    Very well done tutorial. It helped me a lot.

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

    i dont get how it calculates both the numbers

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

    ever tried to align the slashes for the comments, lol

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

    Thank you so much I really appreciate this because this helps me understand bool statements a lot easier

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

    It's a very interesting project you're working on. I wish you the best of luck with that and I take this opportunity to thank you for the tutorials you shared with us, they helped me a lot to evolve in C# programming. Thank you and I look forward to learning more from you in the near future.

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

    u r the best keep the good work going on !!

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

    I'm taking a class about C# and my professor should also watch your videos to learn how to teach. Thank you, great presentation and explanations

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

    I just found your channel by looking for advanced C# tutorials and they were fantastic. 7-9 years old but still better than most modern tutorials. Very helpful for me as a Unity developer with good coding background but new to C#. Your Root software sound very interesting.

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

    when I type bool mybool2 in 6 <= 6; I get True, how does that go?

    • @haha-mm1bd
      @haha-mm1bd Рік тому

      <= means if the statement is less than the the number being compared OR if it is equal to it

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

      @@haha-mm1bd ok i see thanks, i thought it was both equals to AND lower than

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

    Thank you for teaching me something I had difficulty understanding so simply. You are great at teaching!

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

    I feel relieved after what your explanation. Thank you!

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

    oh my god that fuxxxing make sense!!!

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

    I finally understood the recursive solution after watching your video. In one sentence: the sub-problem is setting the next node's next the current node, and then setting the current node's next to null.

  • @raven.4815
    @raven.4815 Рік тому

    Thank you so much!!