Forwarded from Birhan Nega
แฅแตแแต แฒแแฃ แจแฃแต แแแฉ แจแแแแแ focus แแแข pull request review แแตแจแ แแญ แแ แ แแแ แขแแญแ แถแ แแแแต แแญ แแแธแแญ แฅแแฝแแแแข แแแ
แแแต แ แฒแ แจแแแญแแแ แถแ แแแจแจแต แตแแฎแฅ แจแแ แแแญ แญแจแณแแข
แ แแ แ แแ แแฐแแ แญ แซแตแแแแแข แแฐแ แจแแแ แแแฐแแจแต แแแ แแแ แ แแ แต
แแแซแ แจแตแซ แณแแแต
แ แแ แ แแ แแฐแแ แญ แซแตแแแแแข แแฐแ แจแแแ แแแฐแแจแต แแแ แแแ แ แแ แต
แแแซแ แจแตแซ แณแแแต
๐3
Product of Array Except Self
I learned that instead of multiplying everything each time, we split it into left and right products.
What I understood:
My mistake I first tried brute๐ญ force instead of thinking in prefix/suffix way
๐ Use left and right products to solve in O(n) time.
I learned that instead of multiplying everything each time, we split it into left and right products.
What I understood:
* Left = product of elements before index
* Right = product of elements after index
* Answer = left ร right
My mistake I first tried brute๐ญ force instead of thinking in prefix/suffix way
๐ Use left and right products to solve in O(n) time.
โค4
Today I saw enough ๐ช
One CBE branch network down, another working fine like nothing happened.
Mobile banking broke after update, Play Store app missing, use 889 also not workingโฆ and the final solution was I donโt know.๐คทโโ๏ธ
At that point I chose my health and quietly walked away from the bank ๐๐โโ๏ธ
One CBE branch network down, another working fine like nothing happened.
Mobile banking broke after update, Play Store app missing, use 889 also not workingโฆ and the final solution was I donโt know.๐คทโโ๏ธ
At that point I chose my health and quietly walked away from the bank ๐๐โโ๏ธ
๐4