Bro vera level. Ivalo daysaa naanum niraiya programming related video pathurukan puriyama pathilaiye poyituvan unga video taan fulla pathurukiran bro. Really super bro nalla detailed explain panringa
Nice video...I am searching for a video on arrays, in Tamil, for a long time and now I got it. I know the basics in Python , so I didn't find it difficult to follow your video...may be it would have been little bit faster for the new comers. But never/ever reduce the contents. I repeat its really nice, well explained. I understnd that you are still in college but able to produce quality video... congrats for your future ventures
Bro Its amazing i have seen many videos. But you are the best. I was struggling for this dsa concept . But your video made it easy for me. Good luck bro
First of all thanks to provide quality conten🔥t. Content quality ahh irukku bro. Video length ahh irundhalum parava illa neenga ithu maari Ella concepts cover pannunga appram Ella data structures and algorithms topics pls cover pannunga.pls keep it up 👍🏻
Bro a=5 nu assign panna if condition antha variable la irukarthu mattum correcta nu check panni "true" print pannum list la [5] iruka illya nu check pannathu.
Bro athellam illa na antha ok va clip ipo recent konjam trim paniten starting la niraya time sollirunthen so athanala avanga sollirukanga,, No problem bro Sorry 1st rendu comment pannavangaluku ivaru theriyama solliraru... ungalukum thanks bro
I have a small doubt bro : array has fixed size in other languages right! (not python). then I give the senario: arr = [1,2,3,4]. you want to insert 5 in the 0th index position. so if you insert 5 in 0th position all other elements are move step in right side. so what about the last element goes? becos, array is fixed right. then how the output will be?
In other languages they are not providing accessibility to do insert operation. So you can't change the array size once it is declared. You can update the existing value using index. Eg: arr[0] = Some Value arr.Insert(index,value) - thid method wont be available.
Bro ippo search operations la neenga loop statements use panni irukeenga. Ippo search operations la loop statements ku bathula membership operators use pannalama bro.?
'in' use pani just present or not nu matum than check pana mudiyum bro, it will return as either True or False, So exact position venumna loop use pananum or index method use pananum bro
Bro oru doubt pls reply. Python django base panni ecommerce project pannen.but adhu entha data structures and algorithms follow pannuthu nu epdi find out panrathu?
💖 Super Bro. I have some doubts. please clear me bro. Doub_1 : Integer ku 4 bytes eduthukum nu sonnenga . But antha array Typecode tablea 'i' ku minimum size 2 bytes nu potrukku . so, interger ku actualla ethana bytes eduthukum. Doubt_2 : String ku bytes 2 nu potruku . But na oru website la padichathu : ''' It can be 16 bits or 32 bits depending on the platform.Changed in version 3.9: array('u') now uses wchar_t as C type instead of deprecated Py_UNICODE. This change doesn’t affect its behavior because Py_UNICODE is alias of wchar_t since Python 3.3.Deprecated since version 3.3, will be removed in version 4.0. ''' Ithuku enna artham nu enaku theriyala . So, please itha explain panna mudiyuma bro ❤❤
Doubt 1: python la normal ah namma integer data type use pana athu 4 bytes eduthukum bro, because namma athu integer nu solli mention pana maatom so system atha long data type ah consider pannikum so athoda size 4 byte bro, but array la interger ku 2 byte than size because namma datatype mention pandrom, neenga long data type ku array la paarunga 4 bytes irukum. Doubt 2: intha doubt la neenga enna kekreenga nu theliva purila, but enaku therincha varaikum, string 2 bytes which means 16 bits ( 1 byte = 8 bits ) depends on platform bro. Neenga 32bit system use panna 2 byte eduthukum 64bit system use panna 4byte ethukum bro.. keela irukurathu enakum therila bro... ethachum refer panni soldren bro Thanks for your doubts bro ❤️ Keep supporting 💯
yes bro, but python list support pandrathunala, namma array use pandrathu illa, list um one type of array than bro, but dynamic ah length adjust panikum athe maathiri multi type of values ah allow panum. Array than bro ella collection kum base so athanala explain paniruken
Good Explanation is easy to understand for everyone. I found a good one in Tamil. Keep Going
Thanks bro
you are the best youtuber for programming i have seen
Plzz cover all DSA concepts anna.. Really your videos very very good and explanations also very very clear can you plzz cover all Concepts thank you
Bro vera level. Ivalo daysaa naanum niraiya programming related video pathurukan puriyama pathilaiye poyituvan unga video taan fulla pathurukiran bro. Really super bro nalla detailed explain panringa
Nice video...I am searching for a video on arrays, in Tamil, for a long time and now I got it. I know the basics in Python , so I didn't find it difficult to follow your video...may be it would have been little bit faster for the new comers. But never/ever reduce the contents. I repeat its really nice, well explained. I understnd that you are still in college but able to produce quality video... congrats for your future ventures
Thanks a lot. You really made my day 💙
Bro, Video is so nice and clear explanation keep make a video this DS & Algo.
Bro Its amazing i have seen many videos. But you are the best. I was struggling for this dsa concept . But your video made it easy for me. Good luck bro
First of all thanks to provide quality conten🔥t. Content quality ahh irukku bro. Video length ahh irundhalum parava illa neenga ithu maari Ella concepts cover pannunga appram Ella data structures and algorithms topics pls cover pannunga.pls keep it up 👍🏻
Thank you so much bro ❤️..Enaku semester exams poitu iruku bro next week la irunthu videos continuous ah podren bro..
thank you bro know i finally learned array.
Respected sir, I have this know, Thank you very much for providing the solution for us... 🙏🙏🙏
Thank You for this wonder full video
Thanks a lot bro. This video is very helpful. Pls make many videos like this. Your content delivery is fabulous.
Thank you so much bro. I have Semester exams bro so that couldn't upload videos. Will post from Next week onwards bro ❤️
@@codemeal kk bro do well in semester exam and again thank u.
kudos for your efforts na..
All the best and thank you!
Super Anna dimensional array explain Pannuga😊
@codemeal Thanks for your time and excellent explanation..
Nice video bro💪🏼 but one doubt, DSA playlist LA irukura videos ellamey ordera iruka?
best video brother...keep going....
Simple and super easy to learn 😊👏👏👏
Thanks bro
Thalaiva verithaanam
anna vry nice teaching.
but knojam slow aa sollunga
neenga 0.5x speed la solringa.
also just cut the "okay va"
Nice explanation anna👍
Continue this dsa with python series.. I'm watching all videos bro
Hi! your video about array data structure is so great. I have few quesions on multi dimenisonal array. how to manipulate those arrays.
Thanks a lot bro ❤🥹
Vera level bro❤❤
Bro a=5 nu assign panna if condition antha variable la irukarthu mattum correcta nu check panni "true" print pannum list la [5] iruka illya nu check pannathu.
Thank you!
Ethana Okay va.. 😁😑
Just kidding. Nice tutorial bro❤
Athuku oru program podanum bro 😂😂
good explanation
hello bro which playlist should i see there r two playlist in the name of dsa which one should i see fully to learn dsa
There is only one playlist for dsa bro. You can follow the same order that i have i updated the videos.
Bro nenga hash table tutorial potu erukengala bro
Bro ne solra content vida neenga solra OK Va tha. Athikama solirga😅
😂😂😂😂unma dhan
Bro athellam illa na antha ok va clip ipo recent konjam trim paniten starting la niraya time sollirunthen so athanala avanga sollirukanga,, No problem bro Sorry 1st rendu comment pannavangaluku ivaru theriyama solliraru... ungalukum thanks bro
Dsa tamil sollithare perusu bro athum python sollitharathelam rompa rare tha bro
Data structures videos ellamee cover pannuga bro
Kandippa podren
I have a small doubt bro : array has fixed size in other languages right! (not python). then I give the senario: arr = [1,2,3,4]. you want to insert 5 in the 0th index position. so if you insert 5 in 0th position all other elements are move step in right side. so what about the last element goes? becos, array is fixed right. then how the output will be?
In other languages they are not providing accessibility to do insert operation. So you can't change the array size once it is declared. You can update the existing value using index.
Eg: arr[0] = Some Value
arr.Insert(index,value) - thid method wont be available.
@@codemeal that's great. thank you for the quick response @codemeal
Bro ippo search operations la neenga loop statements use panni irukeenga.
Ippo search operations la loop statements ku bathula membership operators use pannalama bro.?
Athuvum certain time complexity utilize panum bro, i think O(n) nu ninaikiren same as loop. So rendume kitathata similar than bro
'in' use pani just present or not nu matum than check pana mudiyum bro, it will return as either True or False, So exact position venumna loop use pananum or index method use pananum bro
@@codemeal ok bro.
mass bro
bro appo array and list same thana why array import ellam pannikutu list hey use pannalame?
Thankyou bro
"OK va" nu solluratha kammi pannuga, yella Data structure um solli koduga..!
Sure bro nanum atha sollama iruka try pandren but epdiyo vanthuruthu inimel kammi panikiren.. ella data structure cover pandren bro kandippa....Thank you bro ❤️
Leetcode problem la kathutukitta Google kickstart clear panna mudiuma bro
But answers memory pana koodathu bro concepts purincha pothum clear paniralam
Bro..can you write a program to count the no of "Ok va" in ur video 😉? Appreciate ur video/content but annoying to hear "ok va" in between..
Sorry bro 😂 I will try not to include 'ok va' in upcoming videos.. and thank you for your feedback bro ❤️
@codemeal you're fine
It's more colloquial..
bro searching operations ku membership operators use pannalam la?
in operator oda time complexity um o(n) than bro... antha in operator internal ah epdi work aahuthuna linear search use panithan bro..
@@codemeal ok thank you bro
Bro oru doubt pls reply.
Python django base panni ecommerce project pannen.but adhu entha data structures and algorithms follow pannuthu nu epdi find out panrathu?
Telegram la dm pandringala bro
@@codemeal your telegram link work pannala bro!
t.me/legend_vengat or @legend_vengat intha user name search panunga bro
Can you please teach java also
Built-in ah irukura array la all type of data types store panna mudiyum la 🤔
In python arrays are static? bit confusing it dynamic right
💖 Super Bro.
I have some doubts. please clear me bro.
Doub_1 : Integer ku 4 bytes eduthukum nu sonnenga . But antha array Typecode tablea 'i' ku minimum size 2 bytes nu potrukku . so, interger ku actualla ethana bytes eduthukum.
Doubt_2 : String ku bytes 2 nu potruku . But na oru website la padichathu :
''' It can be 16 bits or 32 bits depending on the platform.Changed in version 3.9: array('u') now uses wchar_t as C type instead of deprecated Py_UNICODE. This change doesn’t affect its behavior because Py_UNICODE is alias of wchar_t since Python 3.3.Deprecated since version 3.3, will be removed in version 4.0. '''
Ithuku enna artham nu enaku theriyala . So, please itha explain panna mudiyuma bro ❤❤
Doubt 1: python la normal ah namma integer data type use pana athu 4 bytes eduthukum bro, because namma athu integer nu solli mention pana maatom so system atha long data type ah consider pannikum so athoda size 4 byte bro, but array la interger ku 2 byte than size because namma datatype mention pandrom, neenga long data type ku array la paarunga 4 bytes irukum.
Doubt 2: intha doubt la neenga enna kekreenga nu theliva purila, but enaku therincha varaikum, string 2 bytes which means 16 bits ( 1 byte = 8 bits ) depends on platform bro. Neenga 32bit system use panna 2 byte eduthukum 64bit system use panna 4byte ethukum bro.. keela irukurathu enakum therila bro... ethachum refer panni soldren bro
Thanks for your doubts bro ❤️ Keep supporting 💯
@@codemeal nice explanation
Thank you
Nice
good
Array using string .string enna code integers i float f string ku
String type array la use panna mudiyathu bro, so neenga list use pannikonga
Bro linkedlist videos upload iruka
Innum upload panala probably next week kulla pandren sorry
Bro okva okva soradha cut panidunga video Full ah okva okva soringa
Bro len yethuku use pannaringa
Video la timing soldringala.. paathu soldren
@@codemeal range ku use pannaringa atha ketan bro
Ok ok bro
Python la list thane use panro
yes bro, but python list support pandrathunala, namma array use pandrathu illa, list um one type of array than bro, but dynamic ah length adjust panikum athe maathiri multi type of values ah allow panum. Array than bro ella collection kum base so athanala explain paniruken
Ok vaa
Yaru bro ni ivlo theliva explain panra
😂😂 Enna bro otringala illa unmayave nalla iruku nu soldringala
@@codemeal Bro Unmaiyave Super ah Explain Panra Bro I Appreciate It..
Thanks bro romba ❤️
@@codemeal Inime Coding na Un Channel Than Bro Follow pannuven.. Keep It Up Bro.....
Anna anna what anna please make in english or telugu anna
Nengha ok va மட்டும் தான் சொல்லுறீங்க
[okay vaa] adikadi soldringa bro
Yes bro, Sorry upcoming videos la avoid panikiren