Harisam sharma
Harisam sharma
  • Видео 90
  • Просмотров 378 352
AlgoCrunch: The Perfect FREE Crash Course/Resource for DSA and Competitive Programming
Link to the Sheet: docs.google.com/spreadsheets/d/18rl3crCqSSvqnBcieMKKVwNEyE4kTKtF75OBcx3KXJA/edit?usp=sharing
If you are someone who has their tech Interview coming up, or maybe someone who simply wants to brush up Data Structures and Algorithms from scratch, then this is the PERFECT Resource for you!
So, make sure you check this sheet out and All the best in your DSA Journey!
If you are interested in attending free classes based on DSA and Competitive Programming and asking various other doubts regarding CP, career, etc, then you are welcome to join my discord server.
The link to the server can be found here: linktr.ee/sharmaharisam
Contact me here :
Twitter: sharmaharisam
Linked...
Просмотров: 4 471

Видео

Everything About On-Campus Placements at IIT Delhi!
Просмотров 2,7 тыс.11 месяцев назад
Note: Kindly watch in 1.25x for a better experience What exactly makes IIT Delhi's on-campus placements extraordinary? In this video, we dive deep into the entire placement process, sharing insights and my personal experiences. From resume-building to the thrilling 'Day 1' interviews, we will explore the unique world of IIT placements. Whether you're a JEE aspirant, a college junior, or just cu...
Facebook Hackercup 2023 Round 1 Solutions || Problems A,B1,B2,C1,C2, and D
Просмотров 2 тыс.11 месяцев назад
Hey everyone! as always, here are the solutions to problems A-D of Facebook Hackercup 2023 Round 1. If you are interested in attending free classes based on competitive programming and ask cp related and other doubts, then you are welcome to join my discord server. Link to the server: linktr.ee/sharmaharisam Contact me here : Twitter: sharmaharisam Linkedin: www.linkedin.com/in/hari...
Finding Bridges and Articulation points in Graphs || How it ACTUALLY Works!
Просмотров 1,3 тыс.Год назад
You can find the code for printing all Bridges and Articulation Points here: github.com/sharmaharisam/Bridges_articulation_points In this comprehensive tutorial, I have done a dive deep to demystify the process of finding Bridges and Articulation points in a Graph. If you've ever found existing explanations confusing or overly abstract, you're in the right place! If you are interested in attend...
Never struggle in writing Binary Search after learning this trick || Invariants in Binary Search
Просмотров 3,7 тыс.Год назад
Tired of the complexities of implementing Binary Search? Fumbling with those exit conditions and pointer updates? I've got the solution you've been waiting for! In this video, I unveil a game-changing trick that simplifies Binary Search to the point where it feels like second nature. If you are interested in attending free classes based on Competitive Programming and ask CP-related and other do...
Terribly Failing the 25-min Leetcode Challenge || Leetcode Biweekly Contest 111 Screencast
Просмотров 1,6 тыс.Год назад
Hey everyone! This is a screencast of me attempting Leetcode Biweekly Contest 111 If you are interested in attending free classes based on competitive programming and ask CP related and other doubts, then you are welcome to join my discord server. Link to my Discord server: linktr.ee/sharmaharisam Contact me here : Twitter: sharmaharisam Linkedin: www.linkedin.com/in/harisam-s-35186...
My ICPC Story: Chasing the World Finals in my Saga of Trials, Triumphs and Near-Misses
Просмотров 2,7 тыс.Год назад
Hi people, In this video, I'm taking you on a rollercoaster ride through my two-year journey in the competitive programming realm, striving for glory in the International Collegiate Programming Contest (ICPC). 🚀 Watch as I dominate the ICPC regional contest, securing an impressive rank amidst fierce competition in my college. Witness the highs and heartbreaks as I come tantalizingly close to qu...
Codeforces Round 891(Div-3) Screencast + Commentary || Solving ALL Problems and Thinking Out Loud
Просмотров 4,3 тыс.Год назад
Hey everyone! , This is a Screencast of me attempting Codeforces round 891 and solving all problems while thinking out loud during the contest. Have fun watching! If you are interested in attending free classes based on competitive programming and ask cp related and other doubts, then you are welcome to join my discord server. Link to the server: linktr.ee/sharmaharisam Contact me here : Linked...
How To Solve ALL problems in a Leetcode Contest? || Topics to Learn + Resources
Просмотров 10 тыс.Год назад
Hey, If you are someone who always struggles to solve the 3rd or 4th problem in a Leetcode contest, then this video is for you! If you are interested in attending free classes based on competitive programming and ask CP related and other doubts, then you are welcome to join my discord server. Link to my Discord server: linktr.ee/sharmaharisam Contact me here : Twitter: sharmaharisam...
Leetcode Biweekly Contest 109 || Screencast + Semi Commentary || Finishing in 25 minutes!
Просмотров 1,1 тыс.Год назад
Hey everyone! This is a screencast of me attempting Leetcode Biweekly contest 109 If you are interested in attending free classes based on competitive programming and ask CP related and other doubts, then you are welcome to join my discord server. Link to my Discord server: linktr.ee/sharmaharisam Contact me here : Twitter: sharmaharisam Linkedin: www.linkedin.com/in/harisam-s-35186...
AlgoTalks Episode - 3! || Bit Manipulation: A Deep Dive
Просмотров 1,5 тыс.Год назад
Link to the Problems: 1)AGAGA XOOORRR: codeforces.com/contest/1516/problem/B 2)XOR Inverse: codeforces.com/contest/1417/problem/E Hey everyone! The third Episode of AlgoTalks is out for you guys to enjoy and learn a lot from. Have fun :) If you are interested in attending free classes based on competitive programming and ask cp related and other doubts, then you are welcome to join my discord s...
AlgoTalks Episode - 2! || Constructive Algorithms May Not Be As Hard As You Think
Просмотров 2,7 тыс.Год назад
Link to the Problems: 1)Vasya And Array: codeforces.com/contest/1187/problem/C 2)Errich-Tac-Toe (Easy Version): codeforces.com/contest/1450/problem/C1 Hey everyone! The second Episode of AlgoTalks is out for you guys to enjoy and learn a lot from. Have fun :) If you are interested in attending free classes based on competitive programming and ask cp related and other doubts, then you are welcom...
AlgoTalks Episode - 1! || Solving Interesting Dynamic Programming Problems
Просмотров 2,5 тыс.Год назад
Link to the Problems: 1)Yet Another Subarray Problem: codeforces.com/problemset/problem/1197/D 2)Flood Fill: codeforces.com/problemset/problem/1114/D Hey everyone! The first Episode of AlgoTalks is out for you guys to enjoy and learn a lot from. Have fun :) If you are interested in attending free classes based on competitive programming and ask cp related and other doubts, then you are welcome ...
CodeTON Round 5 (Div-1 +Div2) Solutions || Problems A,B,C,D and E
Просмотров 4 тыс.Год назад
Hey everyone! as always, here are the solutions to problems A-E of CodeTon round 5 If you are interested in attending free classes based on Competitive Programming/DSA and ask CP related or other doubts, then you are welcome to join my discord server. Link to the server: linktr.ee/sharmaharisam Contact me here : Twitter: sharmaharisam Linkedin: www.linkedin.com/in/harisam-s-35186811...
Codeforces Round 879(Div-2) Solutions || Problems A,B,C,D and E
Просмотров 4,7 тыс.Год назад
Hey everyone! as always, here are the solutions to problems A-E of Codeforces Round 879 If you are interested in attending free classes based on competitive programming and ask cp related and other doubts, then you are welcome to join my discord server. Link to the server: discord.gg/HGdtrN5mXe Contact me here : Twitter: sharmaharisam Linkedin: www.linkedin.com/in/harisam-s-35186811...
My Competitive programming Journey || How I went from Newbie to Master (and how can you too!)
Просмотров 14 тыс.Год назад
My Competitive programming Journey || How I went from Newbie to Master (and how can you too!)
Use Segment Trees like a Pro || Generic All-Purpose Segment Tree Template Explained
Просмотров 4,8 тыс.Год назад
Use Segment Trees like a Pro || Generic All-Purpose Segment Tree Template Explained
Leetcode Biweekly Contest 98 || Screencast + Commentary || Finishing in 32 mins
Просмотров 1,3 тыс.Год назад
Leetcode Biweekly Contest 98 || Screencast Commentary || Finishing in 32 mins
Codeforces Educational Round 143 Discussion || Problems A,B,C,D and E
Просмотров 2,9 тыс.Год назад
Codeforces Educational Round 143 Discussion || Problems A,B,C,D and E
Codeforces Round 849(Div-4) Screencast || Thinking Out Loud and Solving All Problems
Просмотров 3,9 тыс.Год назад
Codeforces Round 849(Div-4) Screencast || Thinking Out Loud and Solving All Problems
Leetcode Biweekly Contest 95 || Screencast + Commentary || Solving All Problems
Просмотров 1,8 тыс.Год назад
Leetcode Biweekly Contest 95 || Screencast Commentary || Solving All Problems
Codeforces Round 842(Div-2) Solutions || Problems A,B,C,D and E
Просмотров 3,2 тыс.Год назад
Codeforces Round 842(Div-2) Solutions || Problems A,B,C,D and E
Codeforces Round 841(Div-2) Solutions || Problems A,B,C,D and E
Просмотров 4,3 тыс.Год назад
Codeforces Round 841(Div-2) Solutions || Problems A,B,C,D and E
Codeforces Educational Round 139 Solutions || Problems A,B,C and D
Просмотров 4,3 тыс.Год назад
Codeforces Educational Round 139 Solutions || Problems A,B,C and D
Leetcode Biweekly Contest 86 Speedrun || Finishing in 25 minutes with Commentary
Просмотров 2,1 тыс.2 года назад
Leetcode Biweekly Contest 86 Speedrun || Finishing in 25 minutes with Commentary
Google Kickstart 2022 Round E Solutions || All Problems A-D
Просмотров 5 тыс.2 года назад
Google Kickstart 2022 Round E Solutions || All Problems A-D
Codeforces Round 813(Div-2) Solutions || Problems A,B,C and D
Просмотров 3,7 тыс.2 года назад
Codeforces Round 813(Div-2) Solutions || Problems A,B,C and D
Codeforces Round 812(Div-2) Solutions || Problems A,B,C and D
Просмотров 2,6 тыс.2 года назад
Codeforces Round 812(Div-2) Solutions || Problems A,B,C and D
Codeforces Educational Round 133 Solutions || Problems A,B,C and D
Просмотров 4,2 тыс.2 года назад
Codeforces Educational Round 133 Solutions || Problems A,B,C and D
Google on-campus hiring test 2022 Solutions
Просмотров 6 тыс.2 года назад
Google on-campus hiring test 2022 Solutions

Комментарии

  • @takeuchi5760
    @takeuchi5760 13 часов назад

    This is so underrated. I appreciate your work. Thanks.

  • @Anonymous____________A721
    @Anonymous____________A721 2 дня назад

    Are these really google qns? All are medium I wish i would get these😅

  • @satvikp.s2688
    @satvikp.s2688 25 дней назад

    This is truly amazing, I've been looking for a good segment tree template for a very long time. The ones that I found were either too complicated, or if they were simple enough, they weren't versatile to handle advanced things like lazy propagation. Your template is perfectly balanced in terms of complexity and versatility. I'm definitely going to use this template from now on. I faced a few contests where I ran out of time trying to implement segment tree myself from scratch, hopefully this will be a great tool. Had a few doubts though, I'll ask them in the github repository, would be helpful if you could answer there.

  • @PrinceKumar-gl5fk
    @PrinceKumar-gl5fk 25 дней назад

    Thank you Sir !

  • @Virtualexist
    @Virtualexist 25 дней назад

    Chad move.

  • @garvsharma1210
    @garvsharma1210 Месяц назад

    bro !! what is DIVYA in you're answer template?

  • @riserbug
    @riserbug Месяц назад

    This video saves a lot of time spent in dry running the edge cases... thnks Harisam... great work 👍👍pls continue uploading such videos

  • @medaminefarhat8648
    @medaminefarhat8648 Месяц назад

    Love u bud

  • @rahuljha972
    @rahuljha972 2 месяца назад

    as i solved 50+ problem on dp still cannot solve 3rd problem

  • @AbjSir
    @AbjSir 2 месяца назад

    too good

  • @ujjwalagrawalvideos
    @ujjwalagrawalvideos 2 месяца назад

    C was really nice Explaination but i stuck at last

  • @shubhamjeeshrivastava
    @shubhamjeeshrivastava 2 месяца назад

    nicely explained

  • @the_only_one9415
    @the_only_one9415 2 месяца назад

    can u tell me all extensions u use?

  • @harshsinghdeeplearning696
    @harshsinghdeeplearning696 2 месяца назад

    Gave me much needed confidence

  • @knight_rid3r
    @knight_rid3r 2 месяца назад

    35:35

  • @swarbhatia
    @swarbhatia 2 месяца назад

    I was having trouble in problem D, you explained it really well, thanks!

  • @thesmiles4479
    @thesmiles4479 2 месяца назад

    Thank you so much sir , i can’t write enough to thank you ,you made my day , hope i can grab a decent placement after following your designed path❤❤❤

  • @vaalarivan_p
    @vaalarivan_p 2 месяца назад

    Are the problems in Google oa sorted in the order of their difficulties?

  • @aditya_k_g
    @aditya_k_g 3 месяца назад

    I did more than 350 problem on leetcode but stills hassling with 3rd one and 4th one

  • @AmanBawane-o9q
    @AmanBawane-o9q 3 месяца назад

    Thanks alot

  • @vaibhav2863
    @vaibhav2863 4 месяца назад

    what will be identity element and update for max segment tree

  • @ovokteb9671
    @ovokteb9671 4 месяца назад

    100 problems per month

  • @Sulerhy
    @Sulerhy 5 месяцев назад

    The hassle of binary search problems mainly on handling edge cases. When middle pointer go to the very left and very right. Or when finding nearest number so the final result will be left pointer or right pointer. I always took a lot of time to debug Binary search problems.

  • @KaranBulani
    @KaranBulani 5 месяцев назад

    Such a good video and positive video

  • @medaminefarhat8648
    @medaminefarhat8648 5 месяцев назад

    Thanx bud,that was helpful

  • @saurabh.gupta22
    @saurabh.gupta22 5 месяцев назад

    Great Solution Of G

  • @AryanSharma-pd1yb
    @AryanSharma-pd1yb 5 месяцев назад

    mkc teri

  • @KaushalKr-bm5qv
    @KaushalKr-bm5qv 6 месяцев назад

    On campus placement k liye 12th board me kitna percentage required hoti h

  • @MrKB_SSJ2
    @MrKB_SSJ2 7 месяцев назад

    52:00

  • @sumedhnvda
    @sumedhnvda 7 месяцев назад

    Hey as a beginner should i invest my time in this course

  • @Avuvos
    @Avuvos 7 месяцев назад

    Thank you very much for this amazing template!! Seriously, I've been struggling to find a normal template for segment tree, but this one is perfect, easy to use, and very well explained! I was now able to solve problem E from last week's atcoder contest (340) , which I knew the solution but couldn't find a good segtree template, and using your template i solved it immediately! also very cool trick with the "update" struct. again, thank you man :)

  • @PrashantSingh.
    @PrashantSingh. 7 месяцев назад

    Inspirational

  • @revanthkalavala1829
    @revanthkalavala1829 8 месяцев назад

    Be happy when you are gifted with talent, Even if you atleast have a fast learning rate thats even better but some people do exist with neither of abilities unfortunately

  • @yogharajar8211
    @yogharajar8211 8 месяцев назад

    God of CP 🐐♑

  • @roxon6929
    @roxon6929 9 месяцев назад

    Bhaiya .. im an expert currently... If i go through all the problems completely.. will it be enough to reach CM

  • @hitesh1800
    @hitesh1800 9 месяцев назад

    Bhaiya seedhe codeforces chalu krna sahi hoga kya ya phir pehle leetcode karu and then codeforces, codechef karu. Please guide me bhaiya

    • @psibarpsi
      @psibarpsi 4 месяца назад

      Placement chahiye to sirf Leetcode kr lo. Baqi, agr you like CP, to AtCoder, Codeforces chhod ke kahi aur jana does not make sense (but then if you actually liked CP you prolly wouldn't have asked this). Cheers! :)