GENERAL PROGRAMMING QUESTIONS local vs global scope why are global scope variables bad? what are static variables? how are they related to memory allocation? what's a recursive function example of recursive ffunction what is OOP, in your own words advantages of OOP? "antyhing else? What about polymorphism what is a linkedlist, any advantages? what's a hash function? good properties fo hash function directed acyclic graph vs tree what is O(n) function if f=O(n), g=O(n!), then f+g is… f=O(n), g= O(n^2), f*g (times, not composite is)