mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	修改错别字
This commit is contained in:
		@ -88,7 +88,7 @@ comments: true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    ```python title="queue.py"
 | 
					    ```python title="queue.py"
 | 
				
			||||||
    """ 初始化队列 """
 | 
					    """ 初始化队列 """
 | 
				
			||||||
    # 在 Python 中,我们一般将双向队列类 deque 看左队列使用
 | 
					    # 在 Python 中,我们一般将双向队列类 deque 看作队列使用
 | 
				
			||||||
    # 虽然 queue.Queue() 是纯正的队列类,但不太好用,因此不建议
 | 
					    # 虽然 queue.Queue() 是纯正的队列类,但不太好用,因此不建议
 | 
				
			||||||
    que = collections.deque()
 | 
					    que = collections.deque()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user