All language subtitles for 2. Introduction to Data Structures

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish Download
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 0 1 00:00:00,840 --> 00:00:02,610 Hey welcome back. 1 2 00:00:03,060 --> 00:00:09,330 So let's just talk with our First Lesson of data structures and algorithms but before discussing 2 3 00:00:09,330 --> 00:00:15,110 any of the topic I would like you to understand term data structure and algorithm. 3 4 00:00:15,120 --> 00:00:18,580 Now this consists of three different terms. 4 5 00:00:18,600 --> 00:00:20,620 That is data then structure. 5 6 00:00:20,660 --> 00:00:27,330 And then algorithm let's just understand what these three terms means and then understand 6 7 00:00:27,330 --> 00:00:30,080 what this whole subject will do . Firstly 7 8 00:00:30,240 --> 00:00:32,580 Let's just understand what is data. 8 9 00:00:32,580 --> 00:00:35,790 Now, data is collection of raw facts. 9 10 00:00:35,910 --> 00:00:42,470 Now the next terms is what is structure. Structure is arrangement or organization of related data. 10 11 00:00:43,080 --> 00:00:51,240 So we can say , data structure is a collection of grouping of all the related data items and set of 11 12 00:00:51,270 --> 00:00:55,350 allowed operations on those data items. 12 13 00:00:55,590 --> 00:00:58,810 So next question comes in our mind 13 14 00:00:58,830 --> 00:01:01,880 What kind of operations we are talking about. 14 15 00:01:01,890 --> 00:01:10,460 So the set of operations can be insertion deletion updation searching or sorting. 15 16 00:01:10,470 --> 00:01:12,480 Now the third term was algorithm . 16 17 00:01:12,780 --> 00:01:14,200 What is algorithm ? 17 18 00:01:14,550 --> 00:01:20,540 It is defined as the finite sequence of well defined instructions to solve a problem. 18 19 00:01:21,730 --> 00:01:29,280 Well you need to understand one thing very clearly that before coding programmer approach is always to 19 20 00:01:29,280 --> 00:01:31,680 define an algorithm. 20 21 00:01:32,020 --> 00:01:40,230 why ? because an algorithm is always language independent which means that algorithm would be common. 21 22 00:01:40,260 --> 00:01:48,020 whether you are coding in C /C++/ Java , any of the programming language but that doesn't matter. 22 23 00:01:48,630 --> 00:01:56,310 So that is why, always firstly algorithm would be developed then flowchart and then a program. 23 24 00:01:56,340 --> 00:02:04,150 So this is the hierarchy of developing a program . OK ,IN THE NEXT Lesson we are going to discuss that what types 24 25 00:02:04,150 --> 00:02:09,240 of data structures do we have and where to implement which data structure. 2663

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.