Sai Anish Malla
Sai Anish Malla
  • Видео 242
  • Просмотров 837 656
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.
Просмотров 389Год назад
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
Просмотров 871Год назад
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: r...
Find Customer Referee | LeetCode 584 | SQL | SQL 50 study plan
Просмотров 1 тыс.Год назад
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: ruclips.net/...
Big Countries | LeetCode 595 | SQL | SQL 50 study plan
Просмотров 433Год назад
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: ruclips.net/p/PLr9zb...
Article Views I | LeetCode 1148 | SQL | SQL 50 study plan
Просмотров 1,5 тыс.Год назад
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: ruclips.net/p/PLr...
Invalid Tweets | LeetCode 1683 | SQL | SQL 50 study plan
Просмотров 1,2 тыс.Год назад
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: ruclips.net/p/PLr9...
Intuitively understanding Bond Yields [Yield to Maturity (YTM)]
Просмотров 1,9 тыс.Год назад
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,3 тыс.Год назад
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
Просмотров 506Год назад
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,1 тыс.Год назад
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,5 тыс.Год назад
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)
Просмотров 4 тыс.Год назад
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,1 тыс.Год назад
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
Просмотров 9452 года назад
Rotate Image | LeetCode 48 | Theory Python code
Valid Parentheses | LeetCode 20 | Theory + Python code
Просмотров 1,4 тыс.2 года назад
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,9 тыс.2 года назад
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,2 тыс.2 года назад
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
Просмотров 1 тыс.2 года назад
StickLengths | CSES problem set | Solution explained and C code
Dice Probability | CSES problem set | Solution explained and Python code
Просмотров 1,5 тыс.2 года назад
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

Комментарии

  • @hirahaha
    @hirahaha День назад

    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 9 дней назад

    Easy and clear explanation ❤

  • @shadizgheib4523
    @shadizgheib4523 10 дней назад

    this helped me a lot ! thanks

  • @ug1880
    @ug1880 10 дней назад

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

  • @abhijeetthakurdesai
    @abhijeetthakurdesai 16 дней назад

    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 27 дней назад

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

  • @HussainAli-hn2ef
    @HussainAli-hn2ef 28 дней назад

    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?

  • @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 4 месяца назад

    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....

  • @priyeshtandel2101
    @priyeshtandel2101 6 месяцев назад

    Very clear voice, and how beautifully explained. I'm impressed. Thank you so much.☺☺ Again, I liked your way of speaking a lot.