Homechevron_rightEngineeringchevron_rightComputer Sciencechevron_rightData Structurechevron_rightIn doubly linked lists

In doubly linked lists

  • Q. In doubly linked lists
  • filter_dramaExplanation
    Answer is : B
    None.

Discussion

    No one started the discussion yet. Break the ice and start the conversation.
    Please Login to be part of the discussion.

Similar Questions

  • 1. In circular linked list, insertion of node requires modification of?
  • filter_dramaExplanation
    Answer is : B
    None.
  • 2. What are the disadvantages in implementing buddy system algorithm for free lists ?
  • filter_dramaExplanation
    Answer is : D
    None.
  • 3. What is the functionality of the following piece of code? Select the most appropriate

    public void function(int data)
    {
    	int flag = 0;
    	if( head != null)
    	{
    		Node temp = head.getNext();
    		while((temp != head) && (!(temp.getItem() == data)))
    		{
    			temp = temp.getNext();
    			flag = 1;
    			break;
    		}
    	}
    	if(flag)
    		System.out.println("success");
    	else
    		System.out.println("fail");
    }
  • filter_dramaExplanation
    Answer is : B
    None.
  • 4. What is the time complexity of inserting a node in a doubly linked list?
  • filter_dramaExplanation
    Answer is : C
    None.
  • 5. An ordered sequence of data items are known to be
  • filter_dramaExplanation
    Answer is : C
    None.

Data StructureTopics

leaderboardLeaderboard
  • Rahul Kumar

    191 Points

  • VIKRAM JEET

    54 Points

  • GEETHIKA CHOWDARY

    53 Points

  • sunita saini

    52 Points

  • Zain

    49 Points