التخطي إلى المحتوى الرئيسي

الدرس الثاني : نضره على مفهوم Array-Based Lists

دورة  Data structer
ادورات البحث :
-دروس برمجه
-تعلم لغة c++
شروحات للغة ال c++
-دروس للغة c++
-امثله على لغة c++
-دروس وامثله على داتا ستركتشر لل c++

الدرس الثاني :  نضره على مفهوم           Array-Based Lists 

اولا التعريف:
Array-Based Lists  :
            List: A collection of elements of the same type.
            The length of a list is the number of elements in the list.
  ثانيا : شرح مبدا العمل (الخوارزميه)
Operations performed on a list: 
  1. Create the list. The list is initialized to an empty state.
  2. Determine whether the list is empty.
  3. Determine whether the list is full.
  4. Find the size of the list.
  5. Destroy, or clear, the list.
  6. Determine whether an item is the same as a given list element.
  7. Insert an item in the list at the specified location.
  8. Remove an item from the list at the specified location.
  9. Replace an item at the specified location with another item.
  10. Retrieve an item from the list from the specified location.
  11. Search the list for a given item.
هذا كل ما يخص شرح اليوم لا تتردد بطرح اسئلة اسفل المنشور
الى القاء في الدرس الثالث

مع تحيات فريق عمل مدونة عالم البرمجه

الكاتب : احمد الظواهره

تعليقات