11. Container With Most Water
    
            
摘要:description: Given n non negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that
        
阅读全文
 
            
         
        
            
    26. Remove Duplicates from Sorted Array*(快慢指针)
    
            
摘要:description: Given a sorted array nums, remove the duplicates in place such that each element appear only once and return the new length. Do not alloc
        
阅读全文
 
            
         
        
            
    25. Reverse Nodes in k-Group
    
            
摘要:description: Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. k is a positive integer and is less tha
        
阅读全文
 
            
         
        
            
    24. Swap Nodes in Pairs
    
            
摘要:description: Given a linked list, swap every two adjacent nodes and return its head. You may not modify the values in the list's nodes, only nodes its
        
阅读全文
 
            
         
        
            
    23. Merge k Sorted Lists
    
            
摘要:description: Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity. Note: Example: my answer: "感恩" 两个两个合并,
        
阅读全文
 
            
         
        
            
    一些词
    
            
摘要:何时杖尔看南雪,我与梅花两白头 浮生只合尊前老,雪满长安道 醉后不知天在水,满船清梦压星河 人生到处知何似,应是飞鸿踏雪泥 柴门闻犬吠,风雪夜归人 荷笠带斜阳,青山独归远 连雨不知春去,一晴方觉夏深 秋风生渭水,落叶满长安 别后相思空一水,重来回首已三生 欲买桂花同载酒,终不似,少年游 困倚危楼,过
        
阅读全文
 
            
         
        
            
    docker
    
            
摘要:docker run 和 docker exec : https://blog.csdn.net/dt763C/article/details/82719332 docker ps a 和 docker image ls 根据镜像:nvidia docker run name dockerfirst
        
阅读全文
 
            
         
        
            
    指定gpu
    
            
摘要:https://blog.csdn.net/alxe_made/article/details/80471739
        
阅读全文