| 
						
					 | 
					
						
						
							
						
						628d8a516b
					 | 
					
						
						
							
							fix binary_search_tree code
						
						
						
						
						
						
					 | 
					
						2023-08-31 02:31:31 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						575bcf58ef
					 | 
					
						
						
							
							feat(go/tree): support array binary tree (#655)
						
						
						
						
						
						
					 | 
					
						2023-07-26 11:04:09 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						6f76203dd9
					 | 
					
						
						
							
							Fix some mistakes.
						
						
						
						
						
						
					 | 
					
						2023-05-27 17:13:51 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b39e79be85
					 | 
					
						
						
							
							Fix remove() in binary search tree.
						
						
						
						
						
						
					 | 
					
						2023-05-26 20:34:22 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						f7ae9c8a02
					 | 
					
						
						
							
							Fix the return type of binary search tree and avl tree
						
						
						
						
						
						
					 | 
					
						2023-04-14 05:47:20 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						1c8b7ef559
					 | 
					
						
						
							
							refactor: Replace 结点 with 节点 (#452)
						
						
						
						
						
						
						
						* Replace 结点 with 节点
Update the footnotes in the figures
* Update mindmap
* Reduce the size of the mindmap.png 
						
						
					 | 
					
						2023-04-09 04:32:17 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						e8c78f89f0
					 | 
					
						
						
							
							Add build script for Go and update Go codes.
						
						
						
						
						
						
					 | 
					
						2023-02-09 04:45:06 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						55b65dc806
					 | 
					
						
						
							
							Update binary_search_tree.go
						
						
						
						
						
						
					 | 
					
						2023-02-04 15:03:51 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						2da45041b1
					 | 
					
						
						
							
							Update binary_search_tree
						
						
						
						
						
						
					 | 
					
						2023-02-02 13:54:31 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						2336fe1d50
					 | 
					
						
						
							
							Update the comments in
						
						
						
						
						
						
						
						binary_search_tree and avl_tree. 
						
						
					 | 
					
						2023-01-17 01:53:12 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b73ac7bf4b
					 | 
					
						
						
							
							style(go): fix go code style
						
						
						
						
						
						
						
						Make the classes and methods in the package private, in case misuse 
						
						
					 | 
					
						2023-01-08 20:33:30 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						410c5d6b62
					 | 
					
						
						
							
							Free memory after removing
						
						
						
						
						
						
						
						a node from a LinkedList or TreeNode. 
						
						
					 | 
					
						2023-01-02 19:53:55 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						ebf9024136
					 | 
					
						
						
							
							Add Go codes to docs, including
						
						
						
						
						
						
						
						the chapter of stack and queue, the chapter of tree. 
						
						
					 | 
					
						2022-12-03 20:25:24 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						67409cdb12
					 | 
					
						
						
							
							fix(tree): amend tree in golang
						
						
						
						
						
						
					 | 
					
						2022-11-29 10:44:31 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						2e72ce8eeb
					 | 
					
						
						
							
							feat(tree): add binary search tree in golang
						
						
						
						
						
						
					 | 
					
						2022-11-26 13:25:13 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						07a359484b
					 | 
					
						
						
							
							feat(go): support basic pkg
						
						
						
						
						
						
					 | 
					
						2022-11-25 20:24:51 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |