• 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • النتائج 1 إلى 3 من 3

    الموضوع: ممكن شرح للمطلوب في هذا السؤال ؟

    1. #1
      التسجيل
      08-10-2004
      المشاركات
      2
      المواضيع
      2
      شكر / اعجاب مشاركة

      ممكن شرح للمطلوب في هذا السؤال ؟

      The linked list provides a more flexible storage system, the space for each data item is obtained as needed with new, and each item is connected, or linked, to the next data itemusing a pointer.

      We need to create a linked list class (called linklist )

      The individual data items, or links, are represented by structures of type link. Each structure contains an integer- representing the object’s single data item and a pointer to the next link.

      The list itself stores a pointer to the link at the head of the list.



      The class should contain functions that do the following:

      • Construct the list, leaving it empty.
      • Overload the constructor that permits to make the first node with a given data.
      • Determine whether the list is empty or not.
      • Find the size of the list.
      • Insert an entry at a specified position of the list.
      • Retrieve an entry at a specified position of the list.
      • Remove an entry from a specified position in the list.
      • Return a pointer to a node that contains the first occurrence of a specified item.
      • Destructor


      Write a main function to test all the previous functions.



      Write a function that permits to replace the contents of the node that contains a specified item with a given item.



      Write a function that counts the number of occurrence for a specified item.

    2. #2
      التسجيل
      04-09-2003
      المشاركات
      300
      المواضيع
      4
      شكر / اعجاب مشاركة

      مشاركة: ممكن شرح للمطلوب في هذا السؤال ؟

      professional devs are lazy...

    3. #3
      التسجيل
      16-05-2004
      الدولة
      Cairo, Egypt
      المشاركات
      141
      المواضيع
      2
      شكر / اعجاب مشاركة

      مشاركة: ممكن شرح للمطلوب في هذا السؤال ؟

      i really didn't find anything 2 explain, it's really easy quiz, 'IT Girl" please tell us what do u want to understand exactly, or is't a language problem or technecal problem, or coding isssue
      و الجهل زاد فى البتاع, لا مقرى ولا منقول...

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •