DeveloperInterview > Algorithm > Flashcards
Dynamic Programming?
Bit wise operation?
Tree traverse?
Graph traverse?
What is dynamic progrmming?
Techniqe for computing recursive algorithm with highly overlapping subproblems by only solving each subproblems once.