Number theory for DSA and CP | Linear Diophantine Equations | Learning CP | English

preview_player
Показать описание

✨ Hashtags ✨
#VivekGupta #Competititve #CPStreams #codechef #codeforces #engineering #internship

-------------------------------------------------------------------------------------------------------------
If you are a beginner, here are some resources to start with :

If you are looking to train in a commado like regime for acing DSA (with DEV and System Design covered for placement too), do checkout :

Рекомендации по теме
Комментарии
Автор

Very informative bhaiya.Suggestion-Make a video on how to test code and find tricky testcases for hard problems.

__Girish__Kumar__
Автор

Thank You so much bhaiya. Today, I was reading the exact topic and I swear, it was going above my head. Your video made my day. 🙂

harshitrai
Автор

we need more of these very much informative

scorcism.
Автор

solution for the homework problem:

we know x1 = x +b/g * m and y1 = y - a/g * m
now min(x1+y1) = x + y + m*(b/g-a/g) and we do the case work
1)if a>b then choose for max value of m
2)ifa<b then choose the min value of m
3)if a==b then min(x1+y1) = x+y

as.if_
Автор

Awesome. Bro we need more mathematical and bit manipulation question. Nhi bnte contest m😢

keshav
Автор

most effective video to learn number theory as of now

👏👏

shabana_
Автор

Thanks a lot bro. You cleared a lot of my doubts in this topic. Best video ever on LDE's

manikantasai
Автор

Thank you for explaining it so intuitively ❤

minhajulabedinadil
Автор

it would be great if u will make a playlist on whole cp algorithms all topics and blog becoz that website is heaven and so many people use it so if video explainations are available it would be very helpful for all cpers, god bless u

Noob_Coder
Автор

as i previously said, still one of the best content creator on cp :)

harshshah
Автор

Bhaiya, aap full fledge cp ka course daal doo YouTube paar. It will be going to be legendary kyunki aisaa kabhi kisi ne nahi kiya.

jatinsareen
Автор

Trust me the concept explanation was really really Op bhaiya waiting for more videos :)

ShyamSundar-fxgp
Автор

this video has a level of content salute bro

ITSuyashTiwari
Автор

Make a playlist for newbie to expert please 🙏

duck
Автор

Your materials are very helpful. Kindly please upload trees and graph also.

surajchetry
Автор

Need a bit manipulation series as well, questions on xor, or etc

guptashashwat
Автор

ig at 36:24 u = -98k and v= -119k coz
a = -199, b = 98, g = 1 and m = k
as derived u = (-b/g)m and v = (a / g)m
so, u = -98/1*k and v = -199/1 * k
i.e u = -98k and v = -199k
General would be
x = -165 - 98k
y = -335 - 199k

correct me if im wrong

scorcism.
Автор

Great video vivek!!.. Is video on sqrt decomposition and mo's algorithm coming anytime soon?.

kk-fjmi
Автор

How to solve a b c (constructive algo related)in codeforces div 2
Any problem set

duck
Автор

sir take your time when you're talking wai

Charlessakyiministries