I had tried lot of tutorials but didn't understand it but You explained it in one take. Keep explaining in deep details.
@GeddavalasasaiKiran-kp9lb3 жыл бұрын
Sir you are explaining better than our college lecturers sir. Thank you sir
@shahwaliweb6505 Жыл бұрын
i try to understand what is going on i watched more then 4 hours' videos but my concept were not clear after only 1 lecture clear my concept Thanksssssssssss. 😀
@pramodbadugu96023 жыл бұрын
15:44 no need to write np.data=data for desired position , because it is already inherited :)
@sanjeevKumar-eg6hp2 жыл бұрын
was wondering the same thing..😀
@anuragtiwari5815 Жыл бұрын
Do.we need to do ds practically?
@AIOTECH Жыл бұрын
@@anuragtiwari5815yes
@PRAVEENKUMAR-ed1ec3 жыл бұрын
Sir you teaches us very deeply...thank you for the efforts sir..
@kousiksatpati2 жыл бұрын
I am very thankful to you sir; I have learned OOPS and link list from you
@akhilteja26743 жыл бұрын
Very well explained! Anybody can understand with this kind of explanation.
@atulk60712 жыл бұрын
Sir your explanation style and python cording is very clear to me, please make the rest data structure algorithm in python please like tree, bst, graph etc. in python coding please
@gowthamselvaraj779311 ай бұрын
Do videos about Sorting the linked list Coverting the singly to circular linked list Remove duplicate elements in linked list
@kumaravinashsinghabnish4021 Жыл бұрын
Wahh awesome 🎉
@rah-e-ishlah2 жыл бұрын
Very nice explanation.
@kanupriyagoyal630 Жыл бұрын
Best sir
@kiranKumar-fp9fc2 жыл бұрын
nice explanation...
@abhitripathi Жыл бұрын
You are the best, Thanks a lot
@shubhamsharma-ec3re3 жыл бұрын
Sir thanks a lot for this playlist...
@gerardokolie18292 жыл бұрын
God bless you sir
@s.m.mashrafulislam2706 Жыл бұрын
Thank u for ur efforts
@koteswarMaddhur3 жыл бұрын
NICE EXPLANATION SIR
@premswaroop43373 жыл бұрын
best explanation sir, thank u
@bellamkondasivakrishna10742 жыл бұрын
Sir please do more videos datastructues with python 🥺❤️🥺🥺
@sweetysweet9308 Жыл бұрын
Thank you sir
@sucharithaanumula18492 жыл бұрын
Thank you so much sir
@ganeshnageswaran48082 жыл бұрын
Thank you 🙏 sir
@vatg20012 жыл бұрын
Thanks sir
@gerardokolie18292 жыл бұрын
I cant thank you enough sir
@descendantsoftheheroes_6602 жыл бұрын
Sir where is stack queue ..Tree graph using python implementation ...Well teaching plz upload soon
@RugvedhTallapudi-lk9jy9 ай бұрын
15:49 for i in range(3) --> the loop will execute upto 2 .why u wrote 3-1 then it will execute upto i = 1
@ThokalaVenkateswararao6 ай бұрын
🙇♂️🙇♂️
@bhavanisanemoni8543 Жыл бұрын
Sir i have a doubt that is according to JNTUH ,in 2-1 Data structure 1st unit, does double and circular linked list topic existing. If yes please reply me sir
@vishnusai-h9x4 ай бұрын
How can we run the code without showing error message, even if the index position is given out of range?
@gp-qk7qg3 жыл бұрын
Sir In for loop( pos) means also correct know? why[ pos-1] sir . If like that why in display function we are using while(temp). why not temp.next sir for traversing.
@nakulmehta83722 жыл бұрын
same doubt
@rakshithaavutala61334 ай бұрын
also please explain reverse the linked list...please
@anuragtiwari58152 жыл бұрын
20:20 can we start writing code from anywhere in the interpreter
@ajaysairam17473 жыл бұрын
sir it says name insert_begining is not defined ? what to do sir
@MrChintu02063 жыл бұрын
Sir why not we write insert at end by using tail
@Nikki_Music82 жыл бұрын
n=Node(10) TypeError: Node() takes no arguments is showing
@sathishvicky5970 Жыл бұрын
why you rubbing temp.next part 16:10 we are overwriting it naa?