mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	Update terminology.md (#915)
* Update terminology.md 对应链表linked list 为 linked list node ,而不应该是对应下文的列表list node * Update terminology.md --------- Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7f26e28280
						
					
				
				
					commit
					6c16276494
				
			@ -23,7 +23,7 @@
 | 
				
			|||||||
| 数组           | array                          |
 | 
					| 数组           | array                          |
 | 
				
			||||||
| 索引           | index                          |
 | 
					| 索引           | index                          |
 | 
				
			||||||
| 链表           | linked list                    |
 | 
					| 链表           | linked list                    |
 | 
				
			||||||
| 链表节点       | list node                      |
 | 
					| 链表节点       | linked list node, list node     |
 | 
				
			||||||
| 列表           | list                           |
 | 
					| 列表           | list                           |
 | 
				
			||||||
| 动态数组       | dynamic array                  |
 | 
					| 动态数组       | dynamic array                  |
 | 
				
			||||||
| 栈             | stack                          |
 | 
					| 栈             | stack                          |
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user