Python Program For Graph Deletion Operation | Delete Node | Adjacency Matrix | Data Structure

  Рет қаралды 10,336

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 22
@sfundoy5dube59
@sfundoy5dube59 3 жыл бұрын
You always doing the best for us ,my greatest tutor ,we really thank you ,we love your work
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊❤️
@Arvindh-xp1lt
@Arvindh-xp1lt 3 жыл бұрын
excellent videos mam tank you soo much before i thought DSA is hard you made it easy and changed my career thank you soo much mam
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@KK7155.
@KK7155. 3 жыл бұрын
Thank you so much Amulya. You are my favorite teacher. 😊
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@bhaskarchauhan6314
@bhaskarchauhan6314 3 жыл бұрын
from last 3 days I watched your tutorials on DS from video 1 and now I am at 25th video.. today I feel like yesturday it was 23/68 and today 25/70 .. hehehe YOUR VIDEO LECTURES ARE AWESOME thanks mam..
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@ganeswarreddy4030
@ganeswarreddy4030 3 жыл бұрын
def delete(v1): global count o=node.index(v1) for i in range(count): for j in range(count): if o==j: graph[i].pop(j) count=count-1 graph.remove(graph[o]) node.remove(v1)
@johnsonabel5708
@johnsonabel5708 3 жыл бұрын
Great. Please do video on Big O notations
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Will try 😊
@priyanshverma5371
@priyanshverma5371 2 жыл бұрын
Why are you not uploading new videos
@adishjain5412
@adishjain5412 2 жыл бұрын
hello mam probably you have forgotten to write a method for deletion of a row of graph def delete_node(v): global node_count if v not in node: print('v is not present in graph') else: index1=node.index(v) node_count=node_count-1 node.remove(v) *****graph.pop(index1) for i in graph: i.pop(index1) thank you for your tutorial🙂
@selvanm2872
@selvanm2872 3 жыл бұрын
👍👌
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊😊
@ashishmishra7829
@ashishmishra7829 3 жыл бұрын
Ma'am you never made video on project
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Sorry, after completing DS series, I will upload videos on that 😊
@bujjiravi9510
@bujjiravi9510 3 жыл бұрын
list1=['a','b','c','d'] for i in list1: add_node(i) add_edge('a','b') delete_node('d') hello mam , Can you pls tell me y its showing POP INDEX OUT OF OF RANGE error when I use for loop for adding nodes to the graph ?????/
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pop index out of range, may be something wrong in the deletion function 😊
@bujjiravi9510
@bujjiravi9510 3 жыл бұрын
@@AmulsAcademy but i wrote the code that u taught in this vdo ,mam :/
@snr-u6h
@snr-u6h 3 жыл бұрын
🙏🙏🙏🙏🙏
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Decomplexify
Рет қаралды 2,2 МЛН
DeepSeek R1 Just Revolutionized AI Forever
21:06
Cole Medin
Рет қаралды 31 М.
one year of studying (it was a mistake)
12:51
Jeffrey Codes
Рет қаралды 235 М.
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.