From af3833c2a7d6abd606ab14b2ef943d25b47578a4 Mon Sep 17 00:00:00 2001 From: rand0123 <44629692+rand0123@users.noreply.github.com> Date: Thu, 1 Nov 2018 05:06:10 -0700 Subject: [PATCH] Update index.md (#33225) In line #19, I edited the sentence which is meant to say that the computer can not check more than one value at the same time. I added more and deleted some work to get the right translation in Arabic. --- .../algorithms/search-algorithms/linear-search/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/arabic/algorithms/search-algorithms/linear-search/index.md b/guide/arabic/algorithms/search-algorithms/linear-search/index.md index 2ce34a50d1..4ca63547f6 100644 --- a/guide/arabic/algorithms/search-algorithms/linear-search/index.md +++ b/guide/arabic/algorithms/search-algorithms/linear-search/index.md @@ -16,12 +16,12 @@ localeTitle: بحث خطي الآن ، كيف تخبر كمبيوتر للعثور عليه. -لا يمكن للكمبيوتر النظر إلى أكثر من القيمة في وقت محدد من الوقت. لذلك يأخذ عنصر واحد من الصفيف والتحقق مما إذا كان هو نفسه ما كنت أبحث عنه. +لا يمكن للكمبيوتر النظر إلى أكثر من قيمة في نفس الوقت. لذلك يأخذ عنصر واحد من الصفيف والتحقق مما إذا كان هو نفسه ما كنت أبحث عنه. ![بحث خطي 3](https://i.imgur.com/ZOSxeZD.jpg) العنصر الأول لم يتطابق. لذلك انتقل إلى المرحلة التالية. - +الوقت ![بحث خطي 4](https://i.imgur.com/SwKsPxD.jpg) وما إلى ذلك وهلم جرا… @@ -132,4 +132,4 @@ localeTitle: بحث خطي #### موارد آخرى -[بحث خطي - CS50](https://www.youtube.com/watch?v=vZWfKBdSgXI) \ No newline at end of file +[بحث خطي - CS50](https://www.youtube.com/watch?v=vZWfKBdSgXI)