Structure de données #11: Recherche séquentielle (Linear search) | Darija

  Рет қаралды 12,464

Hassan EL BAHI

Hassan EL BAHI

Күн бұрын

Пікірлер: 15
@imadmehalaine4821
@imadmehalaine4821 5 ай бұрын
قناتك يا أستذنا الكريم من القنوات النادرة التي استوفت الدقة والإحاطة والتبسيط والشرح التفصيلي بالإضافة إلى الناحية الرسومية الأنيقة....بارك الله فيك وزادك من نعمة الكثير
@sirinimene8841
@sirinimene8841 15 күн бұрын
شكرا أستاذ على كل مجهوداتك😊😊
@aminehocine263
@aminehocine263 3 ай бұрын
Merci monsieur pour votre explication
@1111ه-م2ل
@1111ه-م2ل Жыл бұрын
بارك الله فيك ❤ جعلها الله في ميزان حسناتك
@ZizouMohamedLamine
@ZizouMohamedLamine Ай бұрын
Hassan en français... Merci d'avance!
@developper-x3w
@developper-x3w Ай бұрын
mais si le tableau est trie par ordre décroissant comme {3, 2, 1} max1 = max2 = max3 = tab[0] = 3 ce qui n'est pas le résultat attendu ? donc vaut mieux initialiser les max avec le plus petit element du tableau et merci beaucoup pour cette merveilleuse chaîne
@leirefflm9002
@leirefflm9002 Жыл бұрын
Merci
@abidredlove
@abidredlove 8 күн бұрын
جزاك الله خيرا ...ممكن اسم البرنامج الذي تستعمله في عمل هذه الدروس ؟
@suzyho7322
@suzyho7322 Жыл бұрын
kemel 3afak f algorithms ochokran bzaaf lah ysehel 3lek
@ahmedmarhoum-h7t
@ahmedmarhoum-h7t Жыл бұрын
في حال ما لقيناش العدد كنا قادرين نديرو return NULL؟
@MohamedBakiri-o4p
@MohamedBakiri-o4p 12 күн бұрын
من فضلك لا تضع الموسيقى و صور لنساء غير محجبات في فيديوهاتك
@omegaboysM3ana
@omegaboysM3ana Жыл бұрын
sad ila kan momkin chi video ikon fih kalimat 3iwad ar9am
@omegaboysM3ana
@omegaboysM3ana Жыл бұрын
sad wakha tcherh lina tamarin li kaynin fe pool 1337
@suzyho7322
@suzyho7322 Жыл бұрын
keemel please
@akoubaki
@akoubaki 4 ай бұрын
#include #include void recherche(int tab[],int cherche,int d,int g); int main() { int tab[]={4,3,12,46,33,3,1,0}; int taille=8; recherche(tab,/*je cherche 3*/3,taille - 1,0); return 0; } void recherche(int tab[],int cherche,int d,int g){ if (g==d){ if (tab[d] == cherche){ printf("Il se trouve dans l'indexe %d !! ",d); return;} else return; } if (tab[g]==cherche){ printf("Il se trouve dans l'indexe %d !! ",g); } recherche(tab,cherche,d,g+1); } Le code sélectionne les 3 plus grands éléments du tableau !! #include #include int main() { int tab[] = {4, 3, 0, 46, 33, 3, 1, 12},idx; for (int j=0;j
22 - Algorithmes de recherche: Recherche Séquentielle
8:18
Ilham OUMAIRA
Рет қаралды 24 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Structure de données #13 : Les Enregistrements (Structures) | Darija
1:15:55
I made Tetris in C, this is what I learned
15:15
Austin Larsen
Рет қаралды 27 М.
What's Your ENGLISH LEVEL? Take This Test!
21:31
Brian Wiles
Рет қаралды 4 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН