High Definition Standard Definition Theater
Video id : k-V8kZ_iZ3o
ImmersiveAmbientModecolor: #f6f4fa (color 1)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: 4cad2767ae26fa18d7941c050882a77b96064d516655962ef786c22891423b73120a40841752f0ed79adfa024d6d0b6d
Proxy : cal1.iv.ggtyler.dev - refresh the page to change the proxy location
Date : 1738514345818 - unknown on Apple WebKit
Mystery text : ay1WOGtaX2laM28gaSAgbG92ICB1IGNhbDEuaXYuZ2d0eWxlci5kZXY=
143 : true
Part 2 - Golden rules for solving a Coding problem in an interview #coding #interview
Jump to Connections
1,022 Views β€’ Jun 21, 2023 β€’ Click to toggle off description
Part 2 - Golden rules for solving a Coding problem in an interview #coding #interview
πŸ‘‰ If the coding problem is around a Singly Linked List, and you are stuck in traversals logic, then try to use either Two Pointers or Slow/Fast Pointers.

πŸ‘‰ If the coding problem has a recursive solution but it's hard to visualize/code, try using a Stack data structure with a loop.

πŸ‘‰ If the coding problem revolves around iterating an array, and takes O(N2) time complexity, O(1) space complexity than try to use a HashMap/HashSet. It makes the algorithm faster with O(N) time complexity but takes more space with O(N) space complexity.

πŸ‘‰ If the coding problem has input in the form of a Graph like connections, links etc, then most of the time it can be solved by applying Graph traversals algorithms like Breadth First Search (BFS) and Depth First Search (DFS).

πŸ‘‰ If the coding problem requires optimization around the recursive the solution, there could be a possibility that dynamic programming can be used.

πŸ‘‰ If the coding problem has a group of strings or some manipulation/find/storing needs to be done around the substring, there is a high possibility that either Tries or HashMap can be
Metadata And Engagement

Views : 1,022
Genre: Howto & Style
License: Standard YouTube License
Uploaded At Jun 21, 2023 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.952 (1/83 LTDR)

98.81% of the users lieked the video!!
1.19% of the users dislieked the video!!
User score: 98.22- Masterpiece Video

RYD date created : 2024-02-20T18:48:47.463064Z
See in json
Connections
Nyo connections found on the description ;_; report an issue lol

4 Comments

Top Comments of this video!! :3

@Tashi777

1 year ago

I was actually going thru this yesterday

1 |

Go To Top