Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Master Data Structures & Algorithms For FREE at AlgoMap.io!
You can implement one liner gcd = lambda a, b: a if not b else gcd(b, a % b).
Hey Greg,Great video. Very clear! What is the application you are using to show the linked list and recording your steps?
Thank you so much!! I record with obs and I draw with miro
I thought they want us to implement the gcd function. but i guess it's okay
What? This is medium? I don't believe.
I don't know why it's medium either. Maybe they want you to implement gcd, but I ain't doing that in a linked list question lol
Master Data Structures & Algorithms For FREE at AlgoMap.io!
You can implement one liner gcd = lambda a, b: a if not b else gcd(b, a % b).
Hey Greg,
Great video. Very clear! What is the application you are using to show the linked list and recording your steps?
Thank you so much!! I record with obs and I draw with miro
I thought they want us to implement the gcd function. but i guess it's okay
What? This is medium? I don't believe.
I don't know why it's medium either. Maybe they want you to implement gcd, but I ain't doing that in a linked list question lol