Array of Objects to Matrix - Leetcode 2675 - JavaScript 30-Day Challenge

preview_player
Показать описание
Solving Day 19 of the Leetcode 30-day javascript challenge. Today we convert a highly nested JSON object to a flattened 2-D array.

0:00 - Read the problem
3:55 - Coding solution
4:50 - Get Keys
9:50 - Get Values

leetcode 2675

#neetcode #leetcode #python
Рекомендации по теме
Комментарии
Автор

Think this should be classified as a hard problem.

snigdhobhattacharya
Автор

It took me a long time to solve this problem, even though I failed one test case 77/80 during submission. The expected output is so big that I can't even check for errors. LeetCode only showed a portion of the expected output.

inononeeee
Автор

Thanks for such detailed explanation and this awesome elegant solution. Really Amazing!!

kapilvermani
Автор

Wow you are a fast speaker. I had to reduce speed to 0.75 to understand this question

ronaldmcsidy
Автор

Day 19 of doing the 30-day challenge with neetcode

vixguy