Java merge two sorted lists

Source: Internet
Author: User

Compared with C ++, Java has no confusing pointer, but we cannot deny that in some specific situations, pointers are actually regarded as the last one. Although pointers are not clearly defined in Java, we can use class to implement pointer operations due to the idea of classes. Xiao'er, shangli ----- merges two sorted lists, outputs the header nodes of the merged list, and the elements in the merged list are ordered.

The sample code is as follows:

ListNode (. val =. next = ListNode p1 = ListNode p2 = ListNode fadeHead = ListNode (0 ListNode pHead = (p1! = & P2! = (P1.val <= pHead. next = p1 = pHead. next = p2 = pHead = (p1! = PHead. next = pHead. next =} View Code

 

Due to the memory recycle mechanism in Java, is it possible to prevent the exposure of wild pointers or memory in C ++ or C? Wait for a detailed explanation from Daniel.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.