22- Interpolation Search Algorithm||خوارزمية البحث

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 18

  • @RMBXZ
    @RMBXZ 4 ปีที่แล้ว +1

    log log n
    يعني لو كانت ن تساوي مليار ستكون النتيجة هي ٤
    ولو كانت ن تساوي مليون
    ستكون النتيجة ايضا ٤
    خوارزمية مذهلة التكلفة فيها متساوية في المليون والمليار

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

    thanks

  • @benaliaabdelwahab8415
    @benaliaabdelwahab8415 7 ปีที่แล้ว +2

    in this kind the data should be sorted also ?

  • @asmaafouad6946
    @asmaafouad6946 4 ปีที่แล้ว

    What if I had the array of string like that
    array=["xx998" , "xy222", "xm253", "mo922", "mm623", "yx224", "qw243"]
    in this case how I search for "xx222" ?
    how can i get the mid in this case?
    mid = low + ((high - low) / array[high] - array[low]) * (searchNumber - array[low]);
    If this is not the best algorithm for my case could you please tell me which algorithm should i use in such as this situation?
    thank you .

    • @bayernlover7367
      @bayernlover7367 4 ปีที่แล้ว

      Did you find a solution to this case??
      If you found it ..please put it here

    • @bayernlover7367
      @bayernlover7367 4 ปีที่แล้ว

      تذكرت شي مهم يمكن ما حكاه الاخ هنا
      هو انو الية هذا النوع من ال search
      يتعامل فقط مع المصفوفات المرتبة
      يعني لازم تكون المصفوفة مرتبة تنازليا او تصاعديا حتى يتسنى لك القيام بهذا النوع من البحث
      بناءا على ال elements اللي انتي كتبتيها بالتعليق
      هي غير مرتبة
      هذي ملحوظة مهمة

  • @meliodaswalter7345
    @meliodaswalter7345 4 ปีที่แล้ว +1

    أنا افتهمت و بعد المعادلة انا مافتهمت

  • @meliodaswalter7345
    @meliodaswalter7345 4 ปีที่แล้ว

    تسلم على الشرح لكن لما نحسب المعادلة تطلع 3.409...
    ان شاء لله بلاقي جواب

    • @RMBXZ
      @RMBXZ 4 ปีที่แล้ว

      worst case = 3

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

    Best case : O(1)
    , average case: C(n) = log log n ,worst case: C(n) = n

  • @noor91f
    @noor91f 5 ปีที่แล้ว

    ماهو big(0)

    • @ahmedgoudaosman5820
      @ahmedgoudaosman5820 5 ปีที่แล้ว

      أسوأ إفتراضية من حيث الحجم والوقت

  • @owaishamouda
    @owaishamouda 6 ปีที่แล้ว +1

    من اي رتبة هذا البحث (?)o