Class Solution


  • public class Solution
    extends Object
    430. 扁平化多级双向链表
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • flatten

        public Node flatten​(Node head)
      • flattenLast

        private Node flattenLast​(Node node)