Hacker News new | ask | show | jobs
by reducesuffering 1000 days ago
Yes, I think this is the major difference. LC are specifically geared to test DS&A knowledge: trees, graphs, DP, BFS, DFS, greedy, etc. AoC are more about iterating fast to solve it however.
1 comments

I think I used all of these structures/algorithms for AoC. Post day-16 ends up with these often.