Information

Recursion Explained in Malayalam | Crossroads

Basic shortcuts

Ctrl + SSave subtitles
Ctrl + click
Double click
Edit highlighted caption
TabEdit next caption
Shift + TabEdit previous caption
EscLeave edit mode
Ctrl + SpacePlay / pause video
Ctrl + HomePlay selected caption
Ctrl + EnterSplit caption at cursor position
at current time

Advanced shortcuts

Ctrl + InsertAdd new caption
Ctrl + DeleteDelete selected caption
Ctrl + IEdit currently played segment
Shift + EnterNew line when editing
Ctrl + LeftPlay from -1s
Ctrl + RightPlay from +1s
Alt + LeftShift caption start time -0.1s
Alt + RightShift caption start time +0.1s
Alt + DownShift caption end time -0.1s
Alt + UpShift caption end time +0.1s

Annotation shortcuts

Ctrl + 1Hesitation
Ctrl + 2Speaker noise
Ctrl + 3Background noise
Ctrl + 4Unknown word
Ctrl + 5Wrong segment
Ctrl + 6Crosstalk segment
You are in the read-only mode. Close
00:02.4
00:16.2
In every tutorials like 100k, python, node js we have discussed about the concepts of function.
00:16.3
00:26.9
How to create a function & how to use a function..We know how to call a function..
00:27.0
00:36.1
What if a function calls itself, it will continue as a cycle.
00:36.2
00:41.0
This concept is called as recursion
00:41.1
00:45.9
We should learn the working of recursion. Let us study together..
00:46.0
00:50.8
We can use this concept to solve many problems using recursion.
00:50.9
00:57.5
This is very important in case of data structure series. We use recursion to define tree structure in DS.
01:06.6
01:15.8
We want to analyse how a function calls itself and go inside..