Загрузка страницы

FACEBOOK CODING INTERVIEW QUESTION - DECODE WAYS (LeetCode)

This is one of Facebook's favorite interview questions to ask! Decode Ways LeetCode coding solution. Coding Interviews Decode Ways (LeetCode) question and explanation.

DISCORD CHANNEL
----------------------------------------------------------------------------------------------------------------
To join the Discord channel use the following link and join the "Member" tier: https://www.patreon.com/KevinNaughtonJr
In this Discord channel, you will be able to...
1. Ask me questions directly (as well as other members)
2. Ask about and discuss previous interview experiences
3. Find mock interview partners
4. Share helpful videos for interview preparation, and more!

This question is a commonly asked by the following companies: Facebook, Google, Microsoft, Uber, Twitter, Bloomberg, and Yahoo.

Link to problem: https://leetcode.com/problems/decode-ways/

Intuition behind solution: Use bottom-up processing to arrive at the solution. In bottom-up processing we memoize (or remember) the answers to subproblems to answer the current problem. We initialize our base cases to 1 i.e. the number of ways to decode a string of length 0 and 1 or 0 for a string of length 1. We then iterate up to the length of s, calculating the potential number of decodings using the subproblems we have already solved. Once our loop terminates we return dp[s.length()] as that index stores the number of decoding for a string of length s (dp[index] stores the number of ways to decode a string of length "index").
My Desk Setup
Desk - https://bit.ly/3jfY195
Chair - https://amzn.to/2O9TM3r
Monitor - https://amzn.to/3rcSHGa
Webcam - https://amzn.to/2NUmwgi
Desktop - https://amzn.to/3tiySPL
Laptops - https://amzn.to/3aRoN3Z
iPad - https://amzn.to/2LlJzzJ
Keyboard - https://amzn.to/3jfbxdd
Mouse - https://amzn.to/36ElWtT
Wrist Rest - https://amzn.to/3trrHF4 (pls don't buy this)
Mouse Pad - https://amzn.to/2Myz2lt
Microphone - https://amzn.to/3atNyTA
Lamp - https://amzn.to/3jjfZYp
Headphones - https://amzn.to/3tvr0KU (new model)
Headphone Hook - https://amzn.to/3tr8uTC
Blue Light Glasses - https://amzn.to/3cDVUdK
Wireless Charger - https://amzn.to/39LY1uu
Keyboard cable - https://amzn.to/2O5p2R5
Mic arm - https://amzn.to/3cECZj8
Audio interface - https://amzn.to/36HdWIi
Cloudlifter - https://amzn.to/36VO6kf
Laptop dock - https://amzn.to/2O2DsBw
Motherboard - https://amzn.to/3rkiWuA
Solid state - https://amzn.to/3rk5vuo
CPU cooler - https://amzn.to/3tnwwPA
CableMod - https://amzn.to/3tqbtM8
CPU - https://amzn.to/3auG1ns
Power supply - https://amzn.to/3trsAxo
RAM - https://amzn.to/39JZcuf
Designing Data-Intensive Applications - https://amzn.to/2YK4ek1
Clean Code - https://amzn.to/3txqfB5
Meditations - https://amzn.to/3cDa4fi

SOCIAL
----------------------------------------------------------------------------------------------------------------
Support me on Patreon: https://www.patreon.com/KevinNaughtonJr
Follow me on Twitter: https://twitter.com/KevinNaughtonJr
Follow me on Instagram: https://www.instagram.com/KevinNaught...
Follow me on GitHub: https://github.com/kdn251

MUSIC
----------------------------------------------------------------------------------------------------------------
best boy in ballincollig by jarjarjr
https://soundcloud.com/jarjarjr/best-boy-in-ballincollig

#coding #interviews #softwareengineering #dynamicprogramming

Видео FACEBOOK CODING INTERVIEW QUESTION - DECODE WAYS (LeetCode) канала Kevin Naughton Jr.
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
7 февраля 2019 г. 7:58:34
00:07:31
Яндекс.Метрика