How Much DSA is Asked in Flutter Interviews?
I have a question about how much DSA (Data Structures and Algorithms) is typically asked in a Flutter interview. I started doing DSA on LeetCode from January 1 and have already covered the basic topics of Dart. Now, I want to dive deeper into data structures in Dart, like List, Map, and Set. However, I recently learned that Dart doesn’t have built-in data structures like LinkedList or Stack, unlike Java.
So, my question is: Do interviewers usually ask candidates to implement a stack or work on DSA problems that require using a linked list or a stack in Flutter interviews?