Types of Graph | Data Structure
5:51
Пікірлер
@prajwalantapur
@prajwalantapur Күн бұрын
For these questions i searched more than 15 KZbin channel's but no thought in way you thought
@durgarajusarikonda7950
@durgarajusarikonda7950 4 күн бұрын
madam please make the videos on pandas also
@crucifersays
@crucifersays 4 күн бұрын
6:15 6:25
@abderrezzakkhiat
@abderrezzakkhiat 4 күн бұрын
I'm very happy that you completed this important series after such a long absence, and I would like to thank you for your efforts in erasing the ignorance around data structures in the community of rising programmers. If possible, I hope you continue to cover advanced data structures such as Trees (Tries, B/AVL/Red-Black/Segment/Fenwick Trees), Skip Lists, and Disjoint Set.
@BATTULARAHUL
@BATTULARAHUL 5 күн бұрын
While we are searching for node x and traversing, what to do if there duplicate data in nodes and we are talking about 2nd duplicate value which our goal x..? Can any one please explain
@TasfiaJannat-r5i
@TasfiaJannat-r5i 5 күн бұрын
Ohhh its very cool❤🎉
@sudarsan-b9o
@sudarsan-b9o 5 күн бұрын
You have made a mistake here we have to change the ref of the prev element from the last element to the ref of the new node that we added in the linked list
@rpunithkumar9496
@rpunithkumar9496 5 күн бұрын
Why it's is from 55 but not 4??
@pratikjain9913
@pratikjain9913 6 күн бұрын
How can we calculate the Mean, Median and Standard Deviation of any Image using Python using this Histogram ???
@MayankSingh-ow9dc
@MayankSingh-ow9dc 6 күн бұрын
I am watching this on exam day 😅😅
@siddharthashaw9766
@siddharthashaw9766 6 күн бұрын
best best
@AD10xcartoon
@AD10xcartoon 7 күн бұрын
Pls reply my comment asap
@AD10xcartoon
@AD10xcartoon 7 күн бұрын
Hello maam i want to talk with you
@panda-jv5py
@panda-jv5py 8 күн бұрын
mam please start a DSA course either it be paid or KZbin series
@nadianobrega62
@nadianobrega62 8 күн бұрын
Seria possivel ativar a legenda nos vídeos da biblioteca matplotlib? Seus videos são excelentes, mas falta a legenda para realizarmos a tradução..
@parisekowshik3401
@parisekowshik3401 9 күн бұрын
Any one Please paste the code here
@josephalias5671
@josephalias5671 9 күн бұрын
in delete_end method we should also make n.pref=None after doing n.pref.nref=None, otherwise while traversing in reverse direction node can be existing right????
@fareehaliaqat9627
@fareehaliaqat9627 9 күн бұрын
overal the sries is great but why you did'nt taught the arrays in this series?
@rpunithkumar9496
@rpunithkumar9496 9 күн бұрын
Mam to print the deleted elements what should we do
@saritharani4636
@saritharani4636 10 күн бұрын
thank u so much waited for your videos please continue mam 😊
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
Sure 😊
@rowdyrhino4111
@rowdyrhino4111 10 күн бұрын
bkl tmkc
@prakhyathmunna254
@prakhyathmunna254 10 күн бұрын
Simple and effective explanation mam ❤
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
Glad you liked it :)
@smrutiranjan4444
@smrutiranjan4444 10 күн бұрын
wow i guess all videos in this playlist are more than enough for me to tackle any kind of Questions that might come about pattern
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
:)
@KrishnaVamsi-w8v
@KrishnaVamsi-w8v 12 күн бұрын
Thank you After hours and hours i got the logic madam i finally printed the D Pattern
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
Pleasure :)
@KrishnaVamsi-w8v
@KrishnaVamsi-w8v 12 күн бұрын
After See these Patterns Video I am aware of all the A-Z Alphabets Thank you mam
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
Great 👍
@OmChauhan-u7c
@OmChauhan-u7c 12 күн бұрын
Thanks for help 🙏🏻
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
Always welcome :)
@jassicaomg191
@jassicaomg191 12 күн бұрын
Amazing...my computer teacher does not even know how to explain properly I wish you came to our school and teach❤❤❤..I am watching this one day before my exam😅😅..
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
Happy to help! :)
@naveencog123
@naveencog123 13 күн бұрын
Using list comprehension - n = int(input("Enter the no: ")) list1 = [print(i) for i in range(1, n+1) if n % i == 0]
@naveencog123
@naveencog123 14 күн бұрын
For the pattern "Printing the word in reverse right triangle reversing the string" - it can be done with minimal changes as below: str1 = input("Enter the string: ") k = len(str1) for i in range(k): for j in range(i): print(" ", end=" ") for j in range(k-i): print(str1[-i-1], end=" ") print() O/P n n n n n n o o o o o h h h h t t t y y p
@MoeedKhan-ck3fv
@MoeedKhan-ck3fv 14 күн бұрын
what the fuck where is logic yen yen
@Keep341
@Keep341 14 күн бұрын
Thank u ❤, Your Voice and Explanation is Excellent 😍😍😍
@AmulsAcademy
@AmulsAcademy 10 күн бұрын
Most welcome 😊
@rathnanaikrathnanaik
@rathnanaikrathnanaik 15 күн бұрын
nice mam
@naveencog123
@naveencog123 15 күн бұрын
n = int(input("Enter the no of rows: ")) k = ord("A") for i in range(n): for j in range(i+1): print(chr(k), end=" ") k = k+1 k = k-i print()
@RamanaRamagalla-j1h
@RamanaRamagalla-j1h 16 күн бұрын
Thanks !!
@Gion-x3t
@Gion-x3t 16 күн бұрын
You explaim the nuaunces of the language in such a simple way. Its cleat you have a great understanding of the language. Thanks for sharing your perspective and insight
@Sujith-m4x
@Sujith-m4x 16 күн бұрын
normal binary tree not bst video sister
@HanishreddySudhini
@HanishreddySudhini 17 күн бұрын
error :return outside function .can u explain mam.
@PrasanthPrasanth-yr8js
@PrasanthPrasanth-yr8js 17 күн бұрын
Lottery use this formula
@pervysage619
@pervysage619 17 күн бұрын
i love how what appears to be a kid explain a code to us adults lol it took me a week to understand it from my professor but this kid broke it down to 3 mins.
@shafeeqahmed7019
@shafeeqahmed7019 17 күн бұрын
Mam what if n=0 in this case?
@Lavanyarao-bm9ux
@Lavanyarao-bm9ux 19 күн бұрын
bro bro bro thank u so much i have struggling to understand this from 2 days
@naveencog123
@naveencog123 21 күн бұрын
import math n = int(input("Enter the no to check: ")) r1 = math.sqrt(5*(n*n)+4) r2 = math.sqrt(5*(n*n)-4) if r1.is_integer() or r2.is_integer(): print("Entered no is a Fibonacci no") else: print("Entered no is not a Fibonacci no")
@eshanmourya2753
@eshanmourya2753 21 күн бұрын
the code didnt work i dont know why stars were printed randomly
@survivourff7014
@survivourff7014 22 күн бұрын
Mam..we need Dsa using python complete playlist from u..
@Vamsi-l8n
@Vamsi-l8n 23 күн бұрын
Thank you so much for the playlist 🎊, it was an amazing content, please come back with more such playlists, we are ready to help you in anyway
@rakeshraj1866
@rakeshraj1866 24 күн бұрын
In enqueue function Cannot convert string to int
@Sahal-s7i
@Sahal-s7i 25 күн бұрын
HELP FULL THNX
@hariprasath6274
@hariprasath6274 25 күн бұрын
Perfectly Cooked
@digantaghosh4485
@digantaghosh4485 25 күн бұрын
just the playlist i wanted which many big techie youtubers failed to provide