Тёмный
Keerti Purswani
Keerti Purswani
Keerti Purswani
Подписаться
Welcome to my channel! Hope you love it ❤️

This channel is for anyone who is interested in coding (beginner or advanced). It has different and interesting coding videos and tutorials.

You can also find many Mock Interviews with me as both interviewee and as an interviewer with tons of knowledge and tips, not just from me but from many inspiring people. I am sure these videos will help you prepare for interviews better!

I love making learning process easier, faster and better for everyone and so, I have started my LIVE courses. We already have 2200+ participants in HLD, LLD, DSA, C++ courses. You can checkout all the details with week-wise curriculum and FAQ sections are here - www.educosys.com

Everything on the channel is arranged properly in playlists, so it should be easy to navigate.

Don't forget to subscribe! 👻
Thank you for all the support!💙
Комментарии
@arkachakraborty843
@arkachakraborty843 20 часов назад
I think there is an edge case in 7 - 8 - 9 - 10 - 7 - 9. We can remove 7-8 and then 8-9 then we have 1 more component = 8. So we don't really need to remove 2 edges to get one more component. Instead I would find the bridges. If a + bridges >= k thats a return. Else keep track of the sizes of cycles like in this case 3, 3. Then individually check for those cyclic components
@raghavanamala2683
@raghavanamala2683 День назад
What is the difference between builder and abstract factory design patterns?
@saikatchakraborty5632
@saikatchakraborty5632 День назад
i think you are mistaken on the stocks , atlassian stocks also gets vested continuously right after you join , thanks .
@ByChris
@ByChris День назад
Thanks!! I am preparing for an interview at Epic Games
@theAlpha.06
@theAlpha.06 День назад
Notes folder is not accessible for free, can anyone share the doc link
@orrin-manning
@orrin-manning День назад
Beautiful
@sarthaknarang4381
@sarthaknarang4381 2 дня назад
where is the 3rd and 4th video?? please tell me
@sarthaknarang4381
@sarthaknarang4381 2 дня назад
where is the next video??
@soumik76
@soumik76 2 дня назад
Not sure about Cassandra, I feel when we have a very complex search query structure like - filter on age, location, interests, gender, hobbies etc a search engine that supports text based search (basically quick indexing on props) like ES may be an option. But Cassandra looks like a horrible choice for a read-heavy system like Tinder :( Surprised to see Gaurav was okay with this lol
@parbatisharma1431
@parbatisharma1431 3 дня назад
Hey, this mock is for which exam exactly. Someone please tell me
@RishiGupta-fi8qs
@RishiGupta-fi8qs 3 дня назад
like exchange connector, orderManager and OrderValidator will also be singleton, right ?
@RishiGupta-fi8qs
@RishiGupta-fi8qs 3 дня назад
orderValidator is a function related to order, we can have it in orderManager/orderService only, it should not be considered as violation of SRP. or am i getting it wrong.
@T_Mo
@T_Mo 3 дня назад
Really good info .What software did you use?
@secularguy________
@secularguy________ 3 дня назад
Quality of this content is extremely high thank you so much maam
@sheikhmkrifat7749
@sheikhmkrifat7749 4 дня назад
Thanks a lot for clear and nice explanation
@user-bo3bj6lg1r
@user-bo3bj6lg1r 5 дней назад
beautifully done
@khushisingh2703
@khushisingh2703 5 дней назад
Didii woww such an informative video!! Flipkart Grid ke upar ek video banao na please, 1 lakh ka stipend and 32 LPA salary mil raha hai.
@veereshrg1385
@veereshrg1385 5 дней назад
The completeUpload controller is not fully visible
@veereshrg1385
@veereshrg1385 5 дней назад
Notes section is not free !!!
@vidhigupta5591
@vidhigupta5591 5 дней назад
Thanks nice content. Do we have separate video for strategy design pattern?
@abv010-gb2zf
@abv010-gb2zf 6 дней назад
Yes we need a OOPs video
@karangoyal5471
@karangoyal5471 7 дней назад
Suppose there are 2 seats available 2 users want to book 1 seat each at 1 sec gap lets say so when first user starts booking, u will lock all the seats?? NO right?? so i think we will need multiple enteries for seats rather than one +there are different kind of berths etc + quotas (senior citizen, ladies, gn, foreign, tq) so it is not that easy in real life🤯
@jatin.23
@jatin.23 7 дней назад
This can also be one solution 1. Sort the array 2. Find min as a[0] 3. Subtract min-1 to all numbers 4. Now we have min as 1 and our max can he n. 5. Make another array as visited. 6. Ittrate in the array and for each value in the array mark visited[value] =1. 7. At last count number of zeros in visited array. Is it correct?? 😊
@uttamverma-nk7xw
@uttamverma-nk7xw 7 дней назад
How much civil engineer watched this video 😂😂 This video clearly massage it is promoting scaler ....😂😂
@m1c2gamer72
@m1c2gamer72 7 дней назад
can't we do using priority queue
@user-gi4no6gn7m
@user-gi4no6gn7m 8 дней назад
BFS is much easier to implement for me but a bit slow in finding valid path :/
@shubhamgurav3518
@shubhamgurav3518 8 дней назад
ple provide me whole code kindly post here only .
@vinamrajha1571
@vinamrajha1571 8 дней назад
u explained really well..!
@premmane9816
@premmane9816 8 дней назад
Aap java use nhi karte ho kya 😅
@anonymousits
@anonymousits 9 дней назад
ok
@anuragpatwa4337
@anuragpatwa4337 9 дней назад
total waste of time,
@MO-fg2cm
@MO-fg2cm 9 дней назад
Intuit is building 8 and my office is in building 9
@apoorvathakre4251
@apoorvathakre4251 10 дней назад
Yes mam
@kotavlogs2285
@kotavlogs2285 11 дней назад
Problem very similar to travelling salesman problem and he is grandmaster it would be kpop for him 😂 but the way he came up with soln and just code it with no problems .. i mean thats incredible
@nileshpatil4111
@nileshpatil4111 11 дней назад
Nicely explained. Understood it completely
@ytfriends7448
@ytfriends7448 11 дней назад
we can use sliding window to find maximum elements that is inside (maxelement - minelement) <= n-1 and the answer is n -maxi
@ytfriends7448
@ytfriends7448 12 дней назад
for the first question i think two pointer approach would work pushing all index of thiefs in a vector and separate vector for police then try to give a thief who is as left as possible and if you cant then go for next atmost k difference of distance from the current police is that it works or not mam
@ytfriends7448
@ytfriends7448 12 дней назад
this is a problem which is similar to Polise Chase in cses
@roshan4348
@roshan4348 12 дней назад
Great how-to-get-80-lpa-package-in-atlassian video!
@SangramDeshmukh-rr1xy
@SangramDeshmukh-rr1xy 12 дней назад
mam apki salary kitni hai 80 LPA,1.5 CR, 2.4 CR and which position you are now SDE1, SDE2, SDE3
@tejashsingh2060
@tejashsingh2060 14 дней назад
i made my application responsive so no need for open closed principle? 😂
@Ashish-pk2mc
@Ashish-pk2mc 14 дней назад
thankyou mam..
@muskan_vibek_gamerz
@muskan_vibek_gamerz 14 дней назад
Kuch error ho rha hai mere me, koi help kar skta hai??
@umeryousuf131
@umeryousuf131 14 дней назад
take mock coding interview with kunal kushwaha
@umeryousuf131
@umeryousuf131 14 дней назад
take mock coding interview with love babbar
@arkodasgupta0412
@arkodasgupta0412 14 дней назад
Idk but while watching this, I felt that the interviewer is more confused than the interviewee
@vivekanandpandey4114
@vivekanandpandey4114 14 дней назад
Hare Krishna Hare Krishna Krishna Krishna Hare Hare Hare Rama Hare Rama Rama Rama Hare Hare ❤❤ Raadhe Raadhe ❤❤ Jai Shree Ram ❤❤❤
@nishantdehariya5769
@nishantdehariya5769 15 дней назад
awesome content, servers & storage estimation is something which can be included after functional & non functional requirement gathering.
@RohitRaj-wr4wp
@RohitRaj-wr4wp 15 дней назад
ll n;cin>>n; ll m;cin>>m; ll k;cin>>k; vll adj[n+1]; vll indegre(n+1,0); while(m--){ ll u,v;cin>>u>>v; adj[u].pb(v); adj[v].pb(u); indegre[u]++; indegre[v]++; } k-=connectedcomponet; ll ans=0; set<pll>s; fl(i,1,n+1){ s.insert({indegre[i],i}); } vll vis(n+1,0); while(!s.empty()){ ll node=(*s.begin()).ss; ll x=(*s.begin()).ff; vis[node]=1; s.erase(s.begin()); k--; ans+=x; if(k<=1){ break; } for(auto it:adj[node]){ s.erase({indegre[it],it}); indegre[it]--; if(!vis[it]&& indegre[it]>0) s.insert({indegre[it],it}); } } cout<<ans<<endl; } Can anyone confirm this solution is correct or not? I have checked on some test cases and it giving correct answer.