In this video, we’ll talk about some basic operations on fixed size ’ll see an interesting problem here, subarray with given sum. In this problem, we have to find a subarray of any size whose elements sum is equal to given sum k. In this problem, we are using sliding window technique, which we used in the previous video. We solved this question on gfg, so that you can have a proper feel of real interview questions.
In this video, you’ll also learn about asymptotic notations, they are basically mathematical notations which represent order of growth of any mathematical function. There are three famous notations which you’ll see in this video, they are big O , Theta , Omega.
Welcome to the first video Tutorial on Data Structures And Algorithms. In this video I am going to provide a ...
#ProgrammingKnowledge #Data_Structures_And_Algorithms #Data_Structures #algorithm #Algorithms #Algorithms_Tutorial #Data_Structures_Tutorial #Arrays #Strings #Stacks
20220404
sWQjgx9s5I8
1 view
75
30
2 months ago 05:27:20 1
70 Leetcode problems in 5+ hours (every data structure) (full tutorial)
10 months ago 23:46:17 2
Data Structures and Algorithms with Visualizations – Full Course (Java)
11 months ago 11:52:17 1
LeetCode Марафон Easy (100 задач)
2 years ago 00:09:02 5
Understanding Selection Sort Algorithm In Data Structures
2 years ago 00:13:12 38
Find subarray with given sum
2 years ago 00:11:52 30
Maximum Length Even Odd SubArray Kadane’s Algorithm