Algorithms And Data Structure > Greedy Algorithm > Flashcards
What the difference between sets and lists
Sets are like lists, except sets can’t have duplicate
What is the big O for greedy algorithm?
O(n^2)