Featured Post

Hello! and Greetings! Nice to see you on my blog.

 

8/13/2022

LeetCode Day 13

 Dude I barely did anything today. Lets just move on fast.


Tips: 

- I got lazy today and only completed two graph problems. I should be finishing up the topic tomorrow. One of the problems I got 100% correct. The other one i was so close to the right answer.

- What I learned from the first one is that you should always prioritize time over space. Space isn't that big of a problem, but speed always causes issues.

- I learned that from the second, graphs always use DFS or BFS when it comes to interview questions. Its rarely something different like DP. I tried my own method, but DFS was the right answer. Try answering the solution with depth first or breadth first. THen move onto something else.


No comments:

Post a Comment