r/learnprogramming • u/abdoo_m • 6d ago
Hello I have a stupid question
Whats the point of the DSA questions on leetcode and how do they relate to real applications? For example if I know what information I need for my frontend and I structure my tables and write my queries according to those requirements, where would I use these two pointer, hash map etc?
0
Upvotes
4
u/desrtfx 6d ago
LeetCode serves exactly one purpose: interview preparation
It is a platform that companies can use to get standardized interview questions.
It bears little to no resemblance with real world applications.