#leetcode #golang #algorithms #data_structures #array #coding #two_pointer_approach #technical_interview #software_engineering
In this video, I have explained the solution implemented in golang for the following leetcode question:
https://leetcode.com/problems/is-subsequence/
00:00 - Welcome
00:11 - Problem Description
02:37 - Flow chart
04:16 - Coding
06:03 - Code walkthrough
07:45 - Time and Space complexity
09:17 - Thank you