Sai Anish Malla
Sai Anish Malla
  • 242
  • 838 405
A day trip to Vizag (Visakhapatnam).
I have lived in Vizag for some time. It is one of the prettiest places out there with beautiful hills on one side and beaches on the other. I only had one day and wasn't even close to covering everything the city has to offer.
มุมมอง: 1 395

วีดีโอ

A Monday Morning Visit to Charminar for some chai.
มุมมอง 390ปีที่แล้ว
I've always found Charminar to be a lot more enjoyable in the morning compared to the crowded evenings, for sure its one of my favourite parts of Hyderabad.
Recyclable and Low Fat Products | LeetCode 1757 | SQL | SQL 50 study plan
มุมมอง 877ปีที่แล้ว
This video is a solution to LeetCode 1757, Recyclable and Low Fat Products. I explain the question, go over the logic / theory behind solving the question and then solve it using SQL. This is part of the SQL 50 Study plan. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! SQL 50 study plan playlist: t...
Find Customer Referee | LeetCode 584 | SQL | SQL 50 study plan
มุมมอง 1Kปีที่แล้ว
This video is a solution to LeetCode 584, Find Customer Referee. I explain the question, go over the logic / theory behind solving the question and then solve it using SQL. This is part of the SQL 50 Study plan. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! SQL 50 study plan playlist: th-cam.com/p...
Big Countries | LeetCode 595 | SQL | SQL 50 study plan
มุมมอง 434ปีที่แล้ว
This video is a solution to LeetCode 595, Big Countries. I explain the question, go over the logic / theory behind solving the question and then solve it using SQL. This is part of the SQL 50 Study plan. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! SQL 50 study plan playlist: th-cam.com/play/PLr9...
Article Views I | LeetCode 1148 | SQL | SQL 50 study plan
มุมมอง 1.5Kปีที่แล้ว
This video is a solution to LeetCode 1148, Article Views I. I explain the question, go over the logic / theory behind solving the question and then solve it using SQL. This is part of the SQL 50 Study plan. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! SQL 50 study plan playlist: th-cam.com/play/P...
Invalid Tweets | LeetCode 1683 | SQL | SQL 50 study plan
มุมมอง 1.2Kปีที่แล้ว
This video is a solution to LeetCode 1683, Invalid Tweets. I explain the question, go over the logic / theory behind solving the question and then solve it using SQL. This is part of the SQL 50 Study plan. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! SQL 50 study plan playlist: th-cam.com/play/PL...
Intuitively understanding Bond Yields [Yield to Maturity (YTM)]
มุมมอง 2Kปีที่แล้ว
This video explains bond yields specifically the Yield to maturity (YTM). This video gives a more intuitive understanding of the concept using a simple scenario and visualizing the same with a graph.
Largest Rectangle in Histogram | LeetCode 84 | Theory + Python code
มุมมอง 1.3Kปีที่แล้ว
This video is a solution to LeetCode 84, Largest Rectangle in Histogram. I explain the question, go over the logic / theory behind solving the question and then solve it using Python. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! Time stamps: 0:00 Question explained 1:00 Solution explained 14:30 P...
Daily Temperatures| LeetCode 739 | Theory + Python code
มุมมอง 698ปีที่แล้ว
This video is a solution to LeetCode 739, Daily Temperatures. I explain the question, go over the logic / theory behind solving the question and then solve it using Python. Monotonic stack explained Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! Time stamps: 0:00 Question explained 1:50 Solution ex...
Min Stack | LeetCode 155 | Theory + Python code
มุมมอง 507ปีที่แล้ว
This video is a solution to LeetCode 155, Min Stack. I explain the question, go over the logic / theory behind solving the question and then solve it using Python. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! Time stamps: 0:00 Question explained 0:36 Solution explained 7:21 Python code 8:47 Alter...
Generate Parentheses | LeetCode 22 | Theory + Python code
มุมมอง 1.1Kปีที่แล้ว
This video is a solution to LeetCode 22, Generate Parentheses. I explain the question, go over the logic / theory behind solving the question and then solve it using Python. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! Time stamps: 0:00 Question explained 1:20 Solution explained 8:31 Another exam...
Longest Consecutive Sequence | LeetCode 128 | Theory + Python code
มุมมอง 414ปีที่แล้ว
This video is a solution to LeetCode 128, Longest Consecutive Sequence. I explain the question, go over the logic / theory behind solving the question and then solve it using Python. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! Time stamps: 0:00 Question explained 1:31 Solution explained 7:38 Pyt...
Additive Number | LeetCode 306 | Theory + Python code
มุมมอง 1.5Kปีที่แล้ว
This video is a solution to LeetCode 306, Additive Number. I explain the question, go over the logic / theory behind solving the question and then solve it using Python. Comment below if you have a better solution to this problem! Let me know if you have any feedback and don't forget to subscribe for more videos! Time stamps: 0:00 Question explained 2:09 Solution explained 7:28 Python code expl...
Automatically Generate YouTube shorts (Python) (No coding knowledge needed to run)
มุมมอง 4Kปีที่แล้ว
Below is the link to the Python notebook discussed in the video: colab.research.google.com/drive/1P7am_XjJ9KF2tcCR0rnbznAdOgFQb8mX?usp=sharing Let me know if you have any feedback and don't forget to subscribe for more videos! Timestamps 0:00 Intro 2:30 How to run notebook 3:50 How it works Code explained 13:55 Future scope and improvements
Count Primes | LeetCode 204 | Theory + Python code (Sieve of Eratosthenes explained)
มุมมอง 1.1Kปีที่แล้ว
Count Primes | LeetCode 204 | Theory Python code (Sieve of Eratosthenes explained)
Flip String to Monotone Increasing | LeetCode 926 | Theory + Python code
มุมมอง 6652 ปีที่แล้ว
Flip String to Monotone Increasing | LeetCode 926 | Theory Python code
Minimum Rounds to Complete All Tasks | LeetCode 2244 | Theory + Python code
มุมมอง 7352 ปีที่แล้ว
Minimum Rounds to Complete All Tasks | LeetCode 2244 | Theory Python code
Rotate Image | LeetCode 48 | Theory + Python code
มุมมอง 9462 ปีที่แล้ว
Rotate Image | LeetCode 48 | Theory Python code
Valid Parentheses | LeetCode 20 | Theory + Python code
มุมมอง 1.4K2 ปีที่แล้ว
Valid Parentheses | LeetCode 20 | Theory Python code
Find Median from Data Stream | LeetCode 295 | Theory + Python code
มุมมอง 5202 ปีที่แล้ว
Find Median from Data Stream | LeetCode 295 | Theory Python code
4Sum | LeetCode 18 | Theory + Python code
มุมมอง 6562 ปีที่แล้ว
4Sum | LeetCode 18 | Theory Python code
Two Sum | LeetCode 1 | Theory + Python code
มุมมอง 2.9K2 ปีที่แล้ว
Two Sum | LeetCode 1 | Theory Python code
Last Stone Weight | LeetCode 1046 | Theory + Python code
มุมมอง 2852 ปีที่แล้ว
Last Stone Weight | LeetCode 1046 | Theory Python code
Container With Most Water | LeetCode 11 | Theory + Python code
มุมมอง 8022 ปีที่แล้ว
Container With Most Water | LeetCode 11 | Theory Python code
Find Pivot Index | LeetCode 724 | Theory + Python code
มุมมอง 1.2K2 ปีที่แล้ว
Find Pivot Index | LeetCode 724 | Theory Python code
N-Repeated Element in Size 2N Array | LeetCode 961 | Theory + Python code
มุมมอง 5632 ปีที่แล้ว
N-Repeated Element in Size 2N Array | LeetCode 961 | Theory Python code
StickLengths | CSES problem set | Solution explained and C++ code
มุมมอง 1K2 ปีที่แล้ว
StickLengths | CSES problem set | Solution explained and C code
Dice Probability | CSES problem set | Solution explained and Python code
มุมมอง 1.5K2 ปีที่แล้ว
Dice Probability | CSES problem set | Solution explained and Python code
Missing Number | CSES problem set | All approaches explained and C++ code
มุมมอง 9822 ปีที่แล้ว
Missing Number | CSES problem set | All approaches explained and C code

ความคิดเห็น

  • @JibranGill-p9d
    @JibranGill-p9d 15 ชั่วโมงที่ผ่านมา

    Bro is consumed in immitating accent more.. Work more on the thhhhree little buddy

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

    can we use this formula to find ytm?: "[facevalue(1+r)^n -facevalue]+(discount or -premium)"divided by no of years and then divide by market price and multiply by 100?

  • @barkhathakkar
    @barkhathakkar 12 วันที่ผ่านมา

    Easy and clear explanation ❤

  • @shadizgheib4523
    @shadizgheib4523 12 วันที่ผ่านมา

    this helped me a lot ! thanks

  • @ug1880
    @ug1880 13 วันที่ผ่านมา

    Those who do not understand bitwise operation cant even understand what you are saying...😂

  • @abhijeetthakurdesai
    @abhijeetthakurdesai 19 วันที่ผ่านมา

    Great explanation! As build function is a recursive function don't miss the base case which is: if not preorder or not inorder: return None

  • @tuannguyen-ev8rw
    @tuannguyen-ev8rw หลายเดือนก่อน

    thank you very much, so easy to understand😊😊😊

  • @HussainAli-hn2ef
    @HussainAli-hn2ef หลายเดือนก่อน

    great explanation, thanks!

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

    Much clear explanation. thank you.

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

    This code works OK in Python. It fails for C/C++/golang because of integer overflow when the numbers are too big. Here is the test case for integer overflow. l1 = [2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,9], l2 = [5,6,4,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,2,4,3,9,9,9,9]. Noticed that 1561 / 1563 test cases passed though.

  • @g.1771
    @g.1771 หลายเดือนก่อน

    very clear explanation and solution. thanks

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

    Great explanation and a great solution. Thank you so much

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

    I'm a bit confused, because first and second diagonal both have a cross over of hitting the row == col statement and row == col -2 on move [1, 1]. If we look at this scenario: A [ 1, 1 ] B [ 0, 0 ] A [ 0, 2 ] B [ 2, 2] A [ 2, 0] You could end up with A arr being [1,2] on indexes 6 and 7?

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

    you explain very well but i think it can be more optimise- def reverseBits(self, n: int) -> int: result=0 for i in range(32): result = result << 1 | (n>>i)&1 return result

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

    Where did $20 come from?

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

      typically they give you an amount periodically to compensate for them loaning your money til maturity

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

    Thanks for this. Wouldn't this return the same result regardless of whether you're using inorder, postorder or preorder? You're sorting the result at the end.

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

    Bro don't u got any friends?

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

    Pedo glasses lol

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

    This solution does not pass the time complexity test anymore in leetcode

  • @BiniyamAlemu-rb4tt
    @BiniyamAlemu-rb4tt 3 หลายเดือนก่อน

    perfecto

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

    Really good explanation! Thank you so much!

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

    That was super helpful and easy to understand

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

    At 6:59 shouldn't the minimum value be 0 why was it at 6?

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

    Really good video summary. Shouldn’t Year 3 cash flow be the face value and coupon i.e. 100+20?

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

      Yes it should

  • @perelium-x
    @perelium-x 3 หลายเดือนก่อน

    Bravooooooo! I cannot thank you enough. I finally understand. Subbed & Liked! Keep up the gr8 vids bro

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

    Nice explanation, cleared up a lot of questions. Thanks bro

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

    Hey Sai, it's 2024 and this video just did wonders for me!

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

    wow very good approahc. thanks man

  • @ChanduGarapati-f3w
    @ChanduGarapati-f3w 4 หลายเดือนก่อน

    good explanation brother.

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

    This is medium on Leetcode

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

    damn you made it too easy bro

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

    made it much simple to understand!!! thanks :)

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

    Very very very very very nice explanation man! Keep up the good work!

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

    Amazing video, thanks

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

    Thank you Sai Anish. Great video and explanation.

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

    Very good, but would it work in java?

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

    Fantastic explanation all round

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

    Best explanation out there. I was stuck on this problem for so long before watching your video.

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

    You just earned a subscriber, was so explanatory

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

    Are you gay?

  • @Gaurav-qh1cy
    @Gaurav-qh1cy 5 หลายเดือนก่อน

    best explanation thank s

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

    really helpful explanation and drawings, thanks Sai!

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

    Nice. BUT HOW AM I SUPPOSED TO REALIZE THAT???

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

    This was really helpfil

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

    well explained!!! Thank you so much !

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

    well explained!!! Thanks!

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

    loved the explanation

  • @AnuRadha-wk8vn
    @AnuRadha-wk8vn 6 หลายเดือนก่อน

  • @АльбусДамблодр
    @АльбусДамблодр 6 หลายเดือนก่อน

    Omg, bro, thank you so much this is the best solution i have ever seen!!!! Really ez and optimal i do really like it!

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

    Very useful this for me and all beginners... Thanks so much....