class Solution { public: int lcmArray(vector& arr) { int result = arr[0]; for(size_t i = 1; i < arr.size(); ++i) { result = lcm(result, arr[i]); } return result; } string fractionAddition(string e) {
string s=""; int f=0,n=e.length(); vectorans,ans1,ans2; vectorv; int i=0; while(i
bhaiya i have solved almost 60 70 question almost ..but still i am not able to solve any medium question fully and optimise it..somtimes doesnt get the logic also, can you make a video on how to approach a problem then how to think the solution and write the code
Sir I have a doubt, when ever I search for freshers like in LinkedIn ect.. I can easily find web development jobs, i finds data science, ai , ml or project manager, what do you think they are no jobs of web development
great explanation
loved your explanation sir. thankyou
Thanks, you explain leetcode problem best way
2:40 it is least common multiple
Like target for this video is 100, please do like if you have understood the explanation and code
vese 100 nahi hua :(
issok me is 27th like
class Solution {
public:
int lcmArray(vector& arr) {
int result = arr[0];
for(size_t i = 1; i < arr.size(); ++i) {
result = lcm(result, arr[i]);
}
return result;
}
string fractionAddition(string e) {
string s="";
int f=0,n=e.length();
vectorans,ans1,ans2;
vectorv;
int i=0;
while(i
bhaiya i have solved almost 60 70 question almost ..but still i am not able to solve any medium question fully and optimise it..somtimes doesnt get the logic also, can you make a video on how to approach a problem then how to think the solution and write the code
Sir I have a doubt, when ever I search for freshers like in LinkedIn ect.. I can easily find web development jobs, i finds data science, ai , ml or project manager, what do you think they are no jobs of web development
hello sir do you remember me
Bro pls provide code link
@@appalaramudusadu6081 check video description
first🤩