CSCI203: The data structure shown in Figure 1 depicts an implementation of a list of two lists, that is, two linked lists joined into one: Data Structures And Algorithm Assignment, SIM, Singapore

Updated: 24 Sep 2025 Free Assignment Question
Table of Contents

    Need a Custom-Written Answer for This Question?

    Our Singapore-based academic experts write 100% original, Turnitin + Originality.ai checked answers — delivered within your deadline.

    Request Plagiarism-Free Answer

    🔒 100% confidential · No data stored

    Get a 100% Human-Written Answer (AI-Free) Free quote in 10 minutes · 100% confidential
      University SIM Global Education(SIMGE)
      Subject CSCI203: Data Structures And Algorithm Assignment

      Question 3 

      The data structure shown in Figure 1 depicts an implementation of a list of two
      lists, that is, two linked lists joined into one. In this example, the data structure is implemented to group two separate lists of numbers, one consists of lists of even numbers and the other consists of lists of odd numbers.
      CSCI203: Data Structures And Algorithm Assignment
      Two types of linked list are used in the above implementation. The node of the
      main list (highlighted in grey) consists of a content field, a next node field, and a next list field. The content node holds a value 0 for an odd list and a value 1 for an even list. The node also contains two reference fields. The first is a ‘next node’ that links to the first node of a secondary list, and the second is a ‘next list’ that links to the next link list.

      Stuck with a lot of homework assignments and feeling stressed ? Take professional academic assistance & Get 100% Plagiarism free papers

      The node of the secondary list (non-highlighted) consists of a content field and a next node field. For an even list, the content holds an even number and for an
      odd list, the content holds an odd number. The node has a ‘next node’ field that link it to the next secondary list node.

      In a single linked list implemented in Java, this is the definition of a node:
      CSCI203: Data Structures And Algorithm Assignment
      a) Assuming that the above definition is kept for the nodes of the secondary
      lists, device a new definition of node for the nodes of the main list. Call this
      type of node MainNode and use the names of pointers NextNode and NextList
      respectively in your implementation.

      b) Write the pseudocode of the function INSERT(head,x) that inserts a new
      number in this data structure. If the number is even it must go to the second
      secondary list, the list that starts with node 1 in the main list. Otherwise, it
      must go to the first secondary list. Assume the data structure already has
      the main list created and numbers are inserted at the start of the secondary
      list.

      c) Write the pseudocode of the function SEARCH(head,x) that returns TRUE if
      the number x is in the data structure (in any of the secondary lists) and
      FALSE otherwise.

      d) Write the pseudocode of the function DELETE(head, b) that receives as input arguments the head of the last of two lists and a Boolean value. The function DELETE(head,b) deletes one of the main nodes. If b equals 0, then the node storing number 0 is deleted. Otherwise, the main node storing number 1 is deleted. Consider the following cases: the main list is empty and it has only
      one node (node 0 or 1).

      Buy Custom Answer of This Assessment & Raise Your Grades

      Get Help By Expert

      For SIM Global Education students grappling with the CSCI203 Data Structures and Algorithm Assignment, our services are your academic lifeline. From tackling individual assignments to providing crucial Online Exam Help in Singapore, our expert guidance ensures success. Simplify your coursework with an experienced assignment helper online. Singapore students, invest in excellence by accessing personalized support tailored to their needs. Let us be your academic partner for a seamless CSCI203 journey

      Do you need a fresh written answer for this question?

      100% human-written, Turnitin + Originality.ai checked — delivered before your deadline.

      Request Answer →

      Author Bio

      Laura Tan
      Laura Tan

      I am an academic writer since 2003 and associated with Singapore Assignment Help. I have expertise in making dissertation proposal. Till now i helped more than 2000 Singaporean and Malaysian Students in completing their masters dissertations thesis and other academic papers.

      It's your first order?

      Use discount code SAH15 and get 15% off

      Need this question answered?