Data Structure

on Wednesday, January 27, 2010

Data Structure UpDate
.
da Answer Question 5 in Revesion sheet mn al
mo7adra ely 7alha al doctor m3ana
.
.
w de al rasma bta3t question 3 InOrderSuccessor btwada7 a
ktr shar7 al so2al kan rasmaha al doctor fil moa7dara
.
.
w el so2al al awl bta3 dr faro2 ely kan
by2ol 3aleh Loai de egabto al sa7
.
.
This Post by Ahmed Maher
.
GooD LucK

3 comments:

Anonymous said...

جزاك الله خيري يا احمد
في حجات الدكتور قال انه بيجيبها كل سنه عشان الناس تجمع درجات والناس مبتحلهاش
1- deletion...... in tree
2- stack no size.
3- binary search tree.

وياليت اللي يعرف عنهم حاجه يقولها حتى لو رقم صفحه...خصوصا اخر اتنين
وتحديدا stack no size.

Anonymous said...

node search (node, key) {
if node is null then return null;

if node.key = key then
return node

if key < node then
return search (node.left, key);
else
return search (node.right, key);


da el binary search code

Anonymous said...

congrats egypt

Post a Comment