Hi all,
I started leetcoding the past month and decided to stick with c#, since I use it daily at work. Recently I've started doing heap and pq problems and noticed most of the Java solutions are very simple, as it already has a built in PriorityQueue class. Whereas the c# solutions are usually much longer and sometimes implement a full data structure.
Is there an easier way around this? What would be expected in a real interview setting? Should I maybe switch to Java just for these problems?