Arjun Suri
Arjun Suri
  • 88
  • 29 549
Lecture -6 Find no. of occurrences of an element in a sorted array
In this video, we will be discussing finding no. of occurrences of an element in a sorted array. If you like the video, do share the video and if you like my work, please do subscribe.
code implementation:-
github.com/arjunsuri/Algorithms/blob/main/Searching/Binary%20Search%20(Find%20no.%20of%20occurrences%20of%20an%20element%20in%20a%20sorted%20array)/FrequencyOfElements.java
We can connect on:-
Linkedin:-
www.linkedin.com/in/arjunsuri007/
Github:-
github.com/arjunsuri
#datastructures #binarySearch#computerScience#placement#job#FAANG
มุมมอง: 35

วีดีโอ

Lecture -5 Find first and last occurrence of an element in a sorted array (Binary Search)
มุมมอง 232 หลายเดือนก่อน
In this video, we will be discussing finding first and last occurrence of an element in a sorted array. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- github.com/arjunsuri/Algorithms/blob/main/Searching/Binary Search (Find First occurrence of a no. in sorted array)/FirstOccurenceInSortedArray.java We can connect on:- Linkedin:- www....
Lecture 4 - Searching Algos (Binary Search)
มุมมอง 203 หลายเดือนก่อน
In this video, we will be discussing about Binary search in array. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- BinarySearch (Recursive) - github.com/arjunsuri/Algorithms/blob/main/Searching/BinarySearch (recursive)/BinarySearchRecursive.java BinarySearch (Iterative) - github.com/arjunsuri/Algorithms/blob/main/Searching/BinarySear...
Lecture 3 - Searching Algos (Linear search)
มุมมอง 244 หลายเดือนก่อน
In this video, we will be discussing about Linear searching in array. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- github.com/arjunsuri/Algorithms/blob/main/Searching/LinearSearch/LinearSearch.java We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri007/ Github:- github.com/arjunsuri #datastructures #graphs#computerScience...
Lecture -2 Asymptotic analysis of Algorithms
มุมมอง 216 หลายเดือนก่อน
In this video, we will be discussing about aymptotic analysis of algorithms. If you like the video, do share the video and if you like my work, please do subscribe. We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri007/ instagram:- arjun_suri007official github:- github.com/arjunsuri #datastructures #graphs#computerScience#placement#job#FAANG
Lecture -1 Introduction to Algorithms
มุมมอง 377 หลายเดือนก่อน
In this video, we will be discussing about overview on algorithms. If you like the video, do share the video and if you like my work, please do subscribe. We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri007/ instagram:- arjun_suri007official github:- github.com/arjunsuri #datastructures #graphs#computerScience#placement#job#FAANG
Lecture 57 || BFS for disconnected graph
มุมมอง 928 หลายเดือนก่อน
In this video, we will be discussing about breadth first traversal technique of disconnected graph. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- github.com/arjunsuri/Data-Structures/blob/master/Graphs/BFSForDisconnectedGraph/BreadthFirstSearchForDisconnectedGraph.java We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri007...
Lecture 56 || Depth First traversal of Graph
มุมมอง 2510 หลายเดือนก่อน
In this video, we will be discussing about depth first traversal technique in graph. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- github.com/arjunsuri/Data-Structures/blob/master/Graphs/Depth First Traversal/DepthFirstTraversal.java We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri007/ Github:- github.com/arjunsuri #dat...
Lecture 55 || Breadth First Search in Graph
มุมมอง 23ปีที่แล้ว
In this video, we will be discussing about breadth first search technique in graph. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- github.com/arjunsuri/Data-Structures/blob/master/Graphs/Breadth First Search in Graph/BreadthFirstSearch.java We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri007/ instagram:- ar...
How does a project gets executed in a software company??
มุมมอง 29ปีที่แล้ว
In this video, we will discuss the general project workflow in a software company. If you like the video, do share the video and if you like my work, please do subscribe. We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri... instagram:- arjunsuri007 github:- github.com/arjunsuri #datastructures #graphs#computerScience#placement#job#FAANG
Lecture 54 || Adjacency matrix implementation of graph
มุมมอง 24ปีที่แล้ว
In this video, we will be discussing about Adjacency Matrix implementation of graph. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- github.com/arjunsuri/Data-Structures/blob/master/Graphs/Adjacency Matrix implementation of Graph/main.cpp We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri007/ instagram:- arjun...
How to manage finances as a fresher?? 🤑🤑
มุมมอง 50ปีที่แล้ว
In this video, we will be discussing about how can a fresher sort his/her finances as soon as he/she starts earning. If you like the video, do share the video and if you like my work, please do subscribe. We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri... instagram:- arjunsuri007 github:- github.com/arjunsuri #datastructures #graphs#computerScience#placement#job#FAANG
Lecture - 53 Adjacency list implementation of Graph
มุมมอง 25ปีที่แล้ว
In this video, we will be discussing about Adjacency List implementation of graph. If you like the video, do share the video and if you like my work, please do subscribe. code implementation:- github.com/arjunsuri/Data-Structures/blob/master/Graphs/Adjacency List implementation of Graph/main.cpp We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri... instagram:- arjunsuri0...
Lecture - 52 || Edge list representation of graph
มุมมอง 55ปีที่แล้ว
In this video, we will be discussing basics of Graph representations (Edge List). If you like the video, do share the video and if you like my work, please do subscribe. We can connect on:- Linkedin:- www.linkedin.com/in/arjunsuri... instagram:- arjunsuri007 github:- github.com/arjunsuri #datastructures #graphs#computerScience#placement#job#FAANG
Lecture 51 || Graph representations (Adjacency List and Matrix)
มุมมอง 19ปีที่แล้ว
Lecture 51 || Graph representations (Adjacency List and Matrix)
Lecture 50 || Introduction to graphs (Basics)
มุมมอง 20ปีที่แล้ว
Lecture 50 || Introduction to graphs (Basics)
Best way to decide career in 2023
มุมมอง 29ปีที่แล้ว
Best way to decide career in 2023
Best way to get referrals in 2023
มุมมอง 40ปีที่แล้ว
Best way to get referrals in 2023
Lecture 49 || Check if array can be divided in pairs whose some is divisible by k
มุมมอง 54ปีที่แล้ว
Lecture 49 || Check if array can be divided in pairs whose some is divisible by k
Lecture 48 || Find numbers a,b,c,d in an array such that a+b = c+d
มุมมอง 24ปีที่แล้ว
Lecture 48 || Find numbers a,b,c,d in an array such that a b = c d
How to make a good software development profile???? 😋🤑
มุมมอง 39ปีที่แล้ว
How to make a good software development profile???? 😋🤑
Lecture 47 || Count distinct elements in every window of size k
มุมมอง 66ปีที่แล้ว
Lecture 47 || Count distinct elements in every window of size k
Lecture 46 || Find if duplicates exist in an array within k distance
มุมมอง 972 ปีที่แล้ว
Lecture 46 || Find if duplicates exist in an array within k distance
Lecture 45 || Introduction to Hashing
มุมมอง 202 ปีที่แล้ว
Lecture 45 || Introduction to Hashing
Lecture 44 || Find Kth smallest element in an array
มุมมอง 312 ปีที่แล้ว
Lecture 44 || Find Kth smallest element in an array
Lecture 43 || Basics of priority queue (Theoretical discussion)
มุมมอง 232 ปีที่แล้ว
Lecture 43 || Basics of priority queue (Theoretical discussion)
Lecture 42 || MinHeap (Part 2)
มุมมอง 112 ปีที่แล้ว
Lecture 42 || MinHeap (Part 2)
Core of Software engineering is not coding???😲😲
มุมมอง 402 ปีที่แล้ว
Core of Software engineering is not coding???😲😲
Lecture 41 || Min Heap (Part - 1)
มุมมอง 342 ปีที่แล้ว
Lecture 41 || Min Heap (Part - 1)
Lecture 40 || Basics of heap data structure (Theoretical)
มุมมอง 142 ปีที่แล้ว
Lecture 40 || Basics of heap data structure (Theoretical)

ความคิดเห็น

  • @Kashishh2114
    @Kashishh2114 2 วันที่ผ่านมา

    Bhaiya apne bohot acche se samjhaya saare syntax clear ho gye😊 Bas handwriting thodi samz nhi aa rhi hai kahi- kahi par😅

  • @ishqeurdu9197
    @ishqeurdu9197 หลายเดือนก่อน

    youtube.com/@luckyofficial-?si=_ji3gu_NF8D77lHE

  • @deepakmodi6131
    @deepakmodi6131 2 หลายเดือนก่อน

    Ok

  • @jaivardhansingh-n2p
    @jaivardhansingh-n2p 3 หลายเดือนก่อน

    op

  • @mehaksuri5571
    @mehaksuri5571 3 หลายเดือนก่อน

    Ok bro!! 😉

  • @enjoythemoment9107
    @enjoythemoment9107 3 หลายเดือนก่อน

    Thank you so much brother. You have given the simplest solution to this problem. I watched many videos, but this one is the best. 👏

  • @soren.sunill
    @soren.sunill 4 หลายเดือนก่อน

    Thik hi, Ok.

  • @aksharpathak5226
    @aksharpathak5226 7 หลายเดือนก่อน

    okay?

  • @rajsourav111
    @rajsourav111 8 หลายเดือนก่อน

    Thank's Bhai 😊😊

  • @amankesharwani9504
    @amankesharwani9504 8 หลายเดือนก่อน

    First explain then write code

  • @Techy_Kite
    @Techy_Kite 11 หลายเดือนก่อน

    Really Helpful! Stay blessed Sir:)

  • @DhanyaKumari-ik9jm
    @DhanyaKumari-ik9jm ปีที่แล้ว

    After 4 days of searching I got call stack for TOH.,,😅

  • @joydeepsarkar4774
    @joydeepsarkar4774 ปีที่แล้ว

    it will return wrong output...for eg - 25 29 24 26...it should be false..but your code will return true;

    • @arjunsuri2899
      @arjunsuri2899 ปีที่แล้ว

      Looks like 25, 29, 24, 26 might not be correct input here as it should be pre order traversal of bst as input. With this input if we try to create bst with 25 as root node we will be placing 24 to the left of 25, which would result to altered input. In this case ideal input can be 25, 24, 29, 26. And with this input, code would return false as 24 < 25 and 26 > 25. Let me know if I am missing something here. Thanks

  • @shivamraj6827
    @shivamraj6827 ปีที่แล้ว

    good explanation

  • @callmekk14
    @callmekk14 ปีที่แล้ว

    BHAI tu kitna hilra and bilkul prepared video nhi hai ....sachme bohot irriating video thi

  • @MAli-no5kz
    @MAli-no5kz ปีที่แล้ว

    ya to tm bhai hil lo ya prha do ajeeb

  • @aryansinha1818
    @aryansinha1818 ปีที่แล้ว

    Thank you so much for such a nice explaination .

  • @iamadityavaishy
    @iamadityavaishy ปีที่แล้ว

    I am currently studying in IIIT ALLAHABAD and just got to know about Harsha We have a computer lab in his name here in IIIT-A.

  • @gurnoorchhabranit-jalandha5002
    @gurnoorchhabranit-jalandha5002 2 ปีที่แล้ว

    Ok ok kya kar rhe ho yrr Kisi ke death ke news de rhe ho thoda humble ness rakho

  • @kunalvaishnav9283
    @kunalvaishnav9283 2 ปีที่แล้ว

    awesome explanation sir

  • @aashukumar2327
    @aashukumar2327 2 ปีที่แล้ว

    Hi Arjun , Thanks for sharing your experience , I have an interview for the SE role on 17 August , I practiced the dsa but confused about the syllabus of os , networking or trouble shooting skills, Do I need to focus on that also ? Also what is the level of questions of dsa ..? please do reply if in your spare time

    • @arjunsuri2899
      @arjunsuri2899 2 ปีที่แล้ว

      Hi Ashu, mostly it would ds only and some linux basics. You can mention your strong areas, mostly interviewers would be helpful

  • @the_AIhub
    @the_AIhub 2 ปีที่แล้ว

    👍👍

  • @the_AIhub
    @the_AIhub 2 ปีที่แล้ว

    Awesome content

  • @yuvarajmalawat6477
    @yuvarajmalawat6477 2 ปีที่แล้ว

    true that

  • @ankitaggarwal8556
    @ankitaggarwal8556 2 ปีที่แล้ว

    Arjun Suri Please upload more videos.

  • @devanshprakash8354
    @devanshprakash8354 2 ปีที่แล้ว

    U applied as fresher?

  • @carandbikes1203
    @carandbikes1203 2 ปีที่แล้ว

    This man deserve more views

  • @piyush9527
    @piyush9527 2 ปีที่แล้ว

    bhai freshers ka kaise vo batao na

    • @arjunsuri2899
      @arjunsuri2899 2 ปีที่แล้ว

      For freshers also there are many hiring drives going on...for sde role

    • @piyush9527
      @piyush9527 2 ปีที่แล้ว

      @@arjunsuri2899 bhai app refer kar sakteho kyy?

    • @arjunsuri2899
      @arjunsuri2899 2 ปีที่แล้ว

      @@piyush9527 sure, you can send your resume and job id, will refer

  • @rohitgupta2223
    @rohitgupta2223 2 ปีที่แล้ว

    🔥🔥

  • @manojsaik
    @manojsaik 2 ปีที่แล้ว

    I've interview scheduled on 16th feb 22 for Support engineer , any tips?

    • @arjunsuri2899
      @arjunsuri2899 2 ปีที่แล้ว

      Just keep ds algo basics clear... Will be fine

    • @krishna-gt1jr
      @krishna-gt1jr 2 ปีที่แล้ว

      Hi bro, How was your interview. Can you please share few questions which were asked?

    • @manojsaik
      @manojsaik 2 ปีที่แล้ว

      @@krishna-gt1jr hi, brief introduction and follow up questions. then live coding, 1. Parsing IP address from log file 2. Shell script to login multiple hosts from hosts file and run cmds.

  • @pt.abhishektiwarishandliya2572
    @pt.abhishektiwarishandliya2572 2 ปีที่แล้ว

    That was funny "Deque hota kya hai deque kuch ni hota"...:

  • @the_AIhub
    @the_AIhub 2 ปีที่แล้ว

    👍👍

  • @subirm463
    @subirm463 2 ปีที่แล้ว

    Bro you got any Amazon stock?

  • @shubhamsemwal1096
    @shubhamsemwal1096 2 ปีที่แล้ว

    Sahi haa bhai👍

  • @md_arfin_cse
    @md_arfin_cse 3 ปีที่แล้ว

    mera only support engineer ke liye test link aaya hai kya kya prpare kar lun and i have no exprienced plz reply me

    • @arjunsuri2899
      @arjunsuri2899 3 ปีที่แล้ว

      Basic ds algo should be fine

    • @md_arfin_cse
      @md_arfin_cse 3 ปีที่แล้ว

      @@arjunsuri2899 bhai test link bhi aaya hai test bhi hoga Kaun kaun sa topics padh lu bhai

  • @maitrayasharma1407
    @maitrayasharma1407 3 ปีที่แล้ว

    Board me iit likha hai bro

  • @KhusheeRamTech
    @KhusheeRamTech 3 ปีที่แล้ว

    Keep it up 👍

  • @md_arfin_cse
    @md_arfin_cse 3 ปีที่แล้ว

    Bro What is the eligibility criteria of Support Engineer at Amazon. I am fresher

    • @arjunsuri2899
      @arjunsuri2899 3 ปีที่แล้ว

      Yeah freshers can also join

    • @md_arfin_cse
      @md_arfin_cse 3 ปีที่แล้ว

      @@arjunsuri2899 Cloud Support associate role or Support Engineer

    • @md_arfin_cse
      @md_arfin_cse 3 ปีที่แล้ว

      I am 2019 pass-out why. Iam Eligible Iske liye main kya kya prepare kar lun Plz reply me bro

    • @arjunsuri2899
      @arjunsuri2899 3 ปีที่แล้ว

      @@md_arfin_cse Any of the above

    • @md_arfin_cse
      @md_arfin_cse 3 ปีที่แล้ว

      @@arjunsuri2899 support Engineer me kya kya prepare kar lun bro mera under consideration hua hai

  • @abhi36292
    @abhi36292 3 ปีที่แล้ว

    can someone give me name/link of his channel

  • @ruchirdongre3463
    @ruchirdongre3463 3 ปีที่แล้ว

    What is the size of board u are using....

  • @asheeshsahu7207
    @asheeshsahu7207 3 ปีที่แล้ว

    good info

  • @ljchandra
    @ljchandra 3 ปีที่แล้ว

    Pagal... Tek se bathav... Overaction and over experience kam karo

  • @Prodbybah
    @Prodbybah 3 ปีที่แล้ว

    bhaiya ioi strategy plsese informatics olympiad awarenes is very less pls bhaiy pls

  • @sidharthtripathi6457
    @sidharthtripathi6457 3 ปีที่แล้ว

    Ok

  • @kivi3822
    @kivi3822 3 ปีที่แล้ว

    Nice explanation really 😊👍🏻

  • @shivampatil3429
    @shivampatil3429 3 ปีที่แล้ว

    Bhai jara kam uchla kar vedio me

  • @sarweshkumar7853
    @sarweshkumar7853 3 ปีที่แล้ว

    ok

  • @the_AIhub
    @the_AIhub 3 ปีที่แล้ว

    👍👍

  • @tannu0934
    @tannu0934 3 ปีที่แล้ว

    Best advise Sir. 🤍

  • @imSagarMalhotra
    @imSagarMalhotra 3 ปีที่แล้ว

    Thoda hil km bhai