Day 48: Graphs - Matrix DFS

Today I continued to go over graphs and specifically studied matrix DFS and went over relevant leetcode problems. It was one of the more challenging topics so far since it combines topics like recursion, backtracking, DFS, and the new concept of graphs.

Hours studied: 5