1971. Find if Path Exists in Graph
မှတ်ချက် – ဒီ Post သည် Algorithm Interview Preparation အပိုင်းဆက်ဖြစ်သည်။ ကျနော်တို့ဒီနေ့ရှင်းမယ့် ပြဿနာက 1971. Find if Path Exists in Graph ဆိုတဲ့ leetcode question ဘဲဖြစ်ပါတယ်။ ဒီ problem ကိုမရှင်းခင် Graph ကိုသိထားရပါ့မယ်။ Graph မသိသေးဘူးဆိုရင် ဒီမှာ ကျနော်တို့ရေးထားတဲ့ article ရှိပါတယ်။ Graph မသိဘဲဖတ်ရင်နားလည်ဖို့ရာအတော်ခက်ပါလိမ့်မယ်။ မေးခွန်းကိုတချက်ကြည့်လိုက်မယ်ဆိုရင် n vertices ပါတဲ့ bi-directional graph ပေးထားမယ်။ graph မှာပါတဲ့ edges တွေကို 2D integer aray အနေနဲ့ပေးမယ်။ vertex pair တိုင်းက edge တခုနဲ့အများဆုံး connected လုပ်ထားမယ်။ no vertex […]