Tip
The below table contains the Algorithm
Topic | Sub Topics |
---|---|
Sorting | Bubble Sort Insertion Sort |
Tip
The below table contains the mapping of questions with concepts.
Question | Concepts used |
---|---|
single-number | Arrays, Hashmap, Bit manipulation |
move-zeroes | Arrays |
best-time-to-buy-and-sell-stock | not completed |
ReturnTheNameWithLongestLength.java | Priority Queue |
KthSmallestElement | Priority Queue |