All language subtitles for 1 - Course Overview English

af Afrikaans
ak Akan
sq Albanian
am Amharic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
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
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (SoranĂ®)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:08,740 --> 00:00:11,680 ‫Hi and welcome to comprehensive algorithms. 2 00:00:11,680 --> 00:00:16,960 ‫My name's Jordan Hudgens and I'll be the instructor for this course throughout the 25 videos that are 3 00:00:16,960 --> 00:00:25,420 ‫associated with this curriculum will be able to cover a wide range of algorithm design and analysis 4 00:00:25,420 --> 00:00:28,360 ‫tools before we even get started on that. 5 00:00:28,360 --> 00:00:33,760 ‫One of the first things to think of is to know why you should be studying algorithms and there's a few 6 00:00:33,760 --> 00:00:34,860 ‫different reasons. 7 00:00:34,960 --> 00:00:42,520 ‫One of the top ones for me is to increase performance of applications whether it's sorting or it's building 8 00:00:42,550 --> 00:00:51,100 ‫a complex rating module building out an algorithm is always one of the most important parts of any kind 9 00:00:51,100 --> 00:00:53,410 ‫of programming or development. 10 00:00:53,410 --> 00:00:58,720 ‫And so being able to know what makes a good algorithm and also when certain algorithms have already 11 00:00:58,720 --> 00:01:02,640 ‫been created and you can simply use those is very important. 12 00:01:02,640 --> 00:01:05,140 ‫Another reason are for academic pursuits. 13 00:01:05,140 --> 00:01:13,900 ‫In fact this course was actually started when I began taking graduate school courses at Texas Tech University 14 00:01:13,900 --> 00:01:19,030 ‫for computer science and I wanted to understand how algorithms are developed better. 15 00:01:19,180 --> 00:01:21,750 ‫And one of the best ways that I learn is to teach. 16 00:01:21,760 --> 00:01:25,170 ‫And so that's why I came up with this course then. 17 00:01:25,310 --> 00:01:29,060 ‫The last reason is I have a deeper understanding of computer science. 18 00:01:29,140 --> 00:01:34,570 ‫If you want to go deeper and learn about things such as machine learning or artificial intelligence 19 00:01:34,570 --> 00:01:41,410 ‫parallel systems or really anything having to deal with advanced programming techniques and computer 20 00:01:41,410 --> 00:01:49,510 ‫science tools you really need to understand how algorithms work and also be able to analyze them. 21 00:01:49,510 --> 00:01:56,170 ‫When you see them in this course we have 25 videos covering several hours of content and it's broken 22 00:01:56,170 --> 00:01:57,830 ‫up into seven sections. 23 00:01:57,850 --> 00:02:04,450 ‫We cover the growth of functions which states exactly why you need to know algorithms because you see 24 00:02:04,450 --> 00:02:10,870 ‫how quickly algorithms can really slow down your program if they're not built properly. 25 00:02:10,930 --> 00:02:17,500 ‫Then we go into sorting algorithms and we talk about very simple to use sorting methodologies all the 26 00:02:17,500 --> 00:02:20,700 ‫way to very complex very advanced systems. 27 00:02:20,710 --> 00:02:26,980 ‫Then we go into data structures where we focus on abstract data structures such as stacks and cues and 28 00:02:26,980 --> 00:02:34,270 ‫then binary search trees red black trees which are a balanced form of binary search trees graph algorithms 29 00:02:34,270 --> 00:02:42,790 ‫or we study things such as Prim's algorithm for minimum spanning trees along with Euler and Hamiltonian 30 00:02:42,790 --> 00:02:45,950 ‫Pownce and a number of other topics. 31 00:02:46,030 --> 00:02:52,840 ‫And then we finish off with advanced algorithms and that's going to cover some very high end computer 32 00:02:52,840 --> 00:02:54,100 ‫science studies. 33 00:02:54,100 --> 00:02:59,230 ‫And I think it will be a great introduction to you know going further into your knowledge of computer 34 00:02:59,230 --> 00:03:02,090 ‫science and programming about myself. 35 00:03:02,260 --> 00:03:07,020 ‫I'm currently a computer science grad student at Texas Tech University. 36 00:03:07,060 --> 00:03:13,990 ‫I'm also the director of I.T. for Dixie electric and I have 10 years of development and teaching experience. 37 00:03:13,990 --> 00:03:19,510 ‫I also have a number of other courses on you to me and I've been able to work with thousands of students 38 00:03:19,600 --> 00:03:25,960 ‫over the years and so it's something they definitely love to do and I always want my students to feel 39 00:03:25,960 --> 00:03:27,850 ‫free to contact me at any time. 40 00:03:27,910 --> 00:03:33,160 ‫Please feel free to email me through you to me or post on the discussion boards. 41 00:03:33,160 --> 00:03:39,190 ‫I'm always very active in being able to work with my students help anybody through any problems they 42 00:03:39,190 --> 00:03:40,000 ‫may be having. 43 00:03:40,000 --> 00:03:47,710 ‫And also if you have any more advance questions I may even add more videos to the course as I see those 44 00:03:47,710 --> 00:03:48,220 ‫come in. 45 00:03:48,220 --> 00:03:53,290 ‫So thanks for taking the time to watch this video and I look forward to going through the course with 46 00:03:53,290 --> 00:03:53,420 ‫you. 5306

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