Concatenation of Consecutive Binary Numbers | Leet code 1680 | Theory + Python + Java

preview_player
Показать описание
This video is a solution to Leet code 1680, Concatenation of Consecutive Binary Numbers. I explain the question, go over how the logic / theory behind solving the question and finally solve it using Python and Java.

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
4:32 Solution Explained
15:51 Python Code
18:55 Java Code
22:00 Time and Space Complexity

Code:

More leetcode questions solved:
Рекомендации по теме
Комментарии
Автор

OMG! Do you also do the leetcode video solutions? Or am i just imagining things XD

janmichaelaustria
Автор

I am looking for this solution instead of converting and adding

consistentthoughts