Data Structure - 4 | Arrays | Tamil

preview_player
Показать описание
In this video, I explain the various concepts related to Array Data structure, how to use them along with the Big O complexity analysis for arrays. #CsInTamil
Рекомендации по теме
Комментарии
Автор

From 12:10 I used "Square Bracket" which is wrong. I meant to say "Curly Brackets". Sorry about that

CSinTamil
Автор

Ungala maari aalunga irukka naaladhaan naatula mazha peyyudhu. Tysm bro.

siva_subramaniam
Автор

First 14 mins are about basic arrays, If you knew that, start from 14:16 .thank me later☺️

naren
Автор

Expecting also algorithms tutorials and advanced ds contents you were good at explaining keep it up bro

sudakishorekumar
Автор

Thank u so much, 😊 lesson is super clear 💗

devisri
Автор

@CSInTamil
In the worst-case Array store big O= O(n), when its exceeds memory. Need to create a new array double the size of previous
copy all the array values.

and access to the index or location is O(1), which is the advantage of the array.

kraj
Автор

bro array la search la index based la search nadakuthu la ...so o(1) thana varum

bharathr
Автор

vera level bro
please put advance java to make web development

barathrajd
Автор

Can u plss demonstrate data structures using python language

yugendar
Автор

Good explanation - I have one doubt "you said we don't have structure change option in array - then add & delete operation will not be possible in arrays" right? then for that we need to use arraylist

gajendran.anandan
Автор

Bro in Big O notation n refers to number of operations or number of input size?

And one more doubt neenga delete Operation ku O(n) soneenga.
For example if in array there are 3 elements and if we delete a element at 0th index it will take O(n-1) dhaana? O(n) epdi ? Because element at 1st index will be shifted to 0th index and element at 2nd index will be shifted to 1st index.So 2 operation dhaana when there are 3 elements

gnanavelpandian
Автор

Antha operation aa vachu ethachum example pannunga bro purila

ragulr
Автор

Hi bro, did have one mistake bro. Actully what was you said a[2] = 8, take the second index but a[2] = 5 only took that pls again saw that

cryptotechtamila
Автор

pls post some contents about salesforce!!!

ameerahamed
Автор

bro rows and column thappa solringa nu nenaikura rows ah column nu solringa column ah row nu solringa

hitpic
Автор

Understanding is not complete. Not enough.

prabhup