Find element that appears once | Find missing number | Max Consecutive number of 1's | Arrays Part-3

Опубликовано: 29 Сентябрь 2024
на канале: take U forward
378,225
7.8k

Notes/C++/Java/Python codes in Step 3.1 of https://bit.ly/tufA2ZYt
Find the missing number: https://takeuforward.org/arrays/find-...
Maximum Consecutive Ones: https://takeuforward.org/data-structu...
Find the number that appears once, and the other numbers twice: https://takeuforward.org/arrays/find-...

Problem links.
Find the missing number: https://bit.ly/3ZdwAkN
Maximum Consecutive Ones: http://bit.ly/3ZFZji5
Find the number that appears once, and the other numbers twice: https://bit.ly/3VOlEHp

We have solved the above problems, and we have gone from brute force and ended with the most optimal solution.

Full Course: https://bit.ly/tufA2ZYt

You can follow me across social media, all my handles are below:
Linkedin/Instagram/Telegram: https://linktr.ee/takeUforward

0:00 Introduction of course
0:57 Missing Number
18:16 Code-compiler (Missing Number)
18:44 Maximum Consecutive number of 1's
21:06 Code-compiler (Maximum Consecutive number of 1's)
22:49 Find the number that appear once and other number twice
36:40 Code-compiler (Find the number that appear once and other number twice)