diff --git a/Course1 b/Course1 index 2fe30ca6..29626b4e 100644 --- a/Course1 +++ b/Course1 @@ -9,4 +9,8 @@ Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Dwara Veera Lakshmi Priya +The efficiency of an algorithm by measuring its resource consumption, typically time complexity (speed) and space complexity (memory usage), as input size grows. + +