Binary Search in arrays

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 6

  • @lepotatogril
    @lepotatogril 3 года назад +5

    You have no idea how much you're helping me in my career change journey! Thank you so much Mr. Long!

  • @fogtailgamer8832
    @fogtailgamer8832 3 года назад +1

    i Love watching your video's. It helps me a Lot ! Thanks and keep up the good work :)

  • @DJ_JAZZ-P
    @DJ_JAZZ-P 3 года назад

    Mr Long ❤️ how can i make sorted arrays like yours from 1 up until 20 without the use of a textfile. I have tried using the array[1..20] of interger ; it doesn't display. Please kindly help.

  • @akabongwemkhize8734
    @akabongwemkhize8734 Год назад

    Greetings sir.
    Maybe it is something i did wrong but in my program whatever i search for is not found if it is at an odd position in the array, the first position or the last position. It only finds what i search for if it is at an even position between the first and last position.
    The only thing that is different between our codes is that I used a String type and not an integer for what i want to search for.
    Please help🙏

    • @MrLongITandCAT
      @MrLongITandCAT  Год назад

      You may be increasing the looping variable twice.