a005c6ebd3 
					 
					
						
						
							
							Some improvements ( #1073 )  
						
						... 
						
						
						
						* Update avatar's link in the landing page
* Bug fixes
* Move assets folder from overrides to docs
* Reduce figures' corner radius
* Update copyright
* Update header image
* Krahets -> krahets
* Update the landing page 
						
						
					 
					
						2024-02-07 22:21:18 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f68bbb0d59 
					 
					
						
						
							
							Update the book based on the revised second edition ( #1014 )  
						
						... 
						
						
						
						* Revised the book
* Update the book with the second revised edition
* Revise base on the manuscript of the first edition 
						
						
					 
					
						2023-12-28 18:06:09 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e720aa2d24 
					 
					
						
						
							
							feat: Revised the book ( #978 )  
						
						... 
						
						
						
						* Sync recent changes to the revised Word.
* Revised the preface chapter
* Revised the introduction chapter
* Revised the computation complexity chapter
* Revised the chapter data structure
* Revised the chapter array and linked list
* Revised the chapter stack and queue
* Revised the chapter hashing
* Revised the chapter tree
* Revised the chapter heap
* Revised the chapter graph
* Revised the chapter searching
* Reivised the sorting chapter
* Revised the divide and conquer chapter
* Revised the chapter backtacking
* Revised the DP chapter
* Revised the greedy chapter
* Revised the appendix chapter
* Revised the preface chapter doubly
* Revised the figures 
						
						
					 
					
						2023-12-02 06:21:34 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d190dbf3c1 
					 
					
						
						
							
							Several enhancements and fixes  
						
						
						
						
					 
					
						2023-09-14 03:36:31 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c310edb672 
					 
					
						
						
							
							Polish the chapter of array and linkedlist  
						
						
						
						
					 
					
						2023-08-17 05:13:19 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						145975b335 
					 
					
						
						
							
							Rename the common modules in Java, C++ and C.  
						
						
						
						
					 
					
						2023-04-24 04:11:18 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3590262c7e 
					 
					
						
						
							
							Modify the exception handling in Java and Python.  
						
						
						
						
					 
					
						2023-04-23 03:41:39 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8513455b5 
					 
					
						
						
							
							Format the Java codes with the Reat Hat extension.  
						
						
						
						
					 
					
						2023-04-14 00:12:10 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8aebbaad21 
					 
					
						
						
							
							refactor: Replace poll with pop in Queue and Deque ( #415 )  
						
						
						
						
					 
					
						2023-03-13 21:58:21 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						82bbdd444d 
					 
					
						
						
							
							Update the chapter of stack and queue.  
						
						
						
						
					 
					
						2023-03-12 04:14:36 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f941e3d99 
					 
					
						
						
							
							Add C++ code for the linkedlist deque and array deque ( #400 )  
						
						
						
						
					 
					
						2023-03-02 03:00:14 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18f2ec4fdc 
					 
					
						
						
							
							Fix array_deque.java  
						
						... 
						
						
						
						Unify the book name.
Update cover image. 
						
						
					 
					
						2023-02-27 19:08:32 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f0d8d8b1b0 
					 
					
						
						
							
							feat: add ArrayDeque ( #348 )  
						
						... 
						
						
						
						* 双向队列: java 代码
* 双向队列: markdown 内容
* Rewrite array_deque.java
Update array_queue.java, linkedlist_deque.java
* Add ArrayDeque figures and rewrite the contents
---------
Co-authored-by: krahets <krahets@163.com> 
						
						
					 
					
						2023-02-16 02:17:15 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4ee3af176b 
					 
					
						
						
							
							二叉搜索树: 排序小节 移动到 删除结点代码 的下面 ( #340 )  
						
						... 
						
						
						
						* 插入排序: 修改插入排序思想描述
* Update insertion_sort.md
* 二叉搜索树: 排序小节 移动到 删除结点代码 的下面
* fix: 双点 -> 双向
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-02-06 19:57:19 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7d14c9440e 
					 
					
						
						
							
							Unify the function naming of  
						
						... 
						
						
						
						queue from `offer()` to `push()` 
						
						
					 
					
						2023-02-02 01:43:01 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5eae708035 
					 
					
						
						
							
							Fix array queue.  
						
						
						
						
					 
					
						2023-02-01 03:23:29 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e308657ae9 
					 
					
						
						
							
							Update the test cases of deque.  
						
						
						
						
					 
					
						2023-01-29 13:34:37 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						31eefe028a 
					 
					
						
						
							
							Update linkedlist_deque.java  
						
						
						
						
					 
					
						2023-01-20 02:56:50 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						43d8520291 
					 
					
						
						
							
							Add linkedlist_deque.java  
						
						
						
						
					 
					
						2023-01-20 02:45:09 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90ee88ccf5 
					 
					
						
						
							
							Update stack, queue, space_time_tradeoff  
						
						
						
						
					 
					
						2023-01-19 02:04:21 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0e49f0053a 
					 
					
						
						
							
							Update the format of the file headers  
						
						... 
						
						
						
						of c, cpp, java, js, ts, swift. 
						
						
					 
					
						2023-01-06 03:39:19 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f39636cb63 
					 
					
						
						
							
							Update the structure of the chapter  
						
						... 
						
						
						
						of binary tree. 
						
						
					 
					
						2022-12-21 17:19:39 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7283bbaf6f 
					 
					
						
						
							
							Update the chapter of stack and queue.  
						
						
						
						
					 
					
						2022-12-20 21:33:14 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa3eff81d1 
					 
					
						
						
							
							Update array stack.  
						
						
						
						
					 
					
						2022-12-20 14:13:21 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e20bc251f5 
					 
					
						
						
							
							Add python code of chapter queue to docs.  
						
						
						
						
					 
					
						2022-12-02 00:09:34 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						acfdc713ba 
					 
					
						
						
							
							update stack and queue.  
						
						
						
						
					 
					
						2022-11-30 03:46:53 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8669e06414 
					 
					
						
						
							
							Update stack and queue.  
						
						
						
						
					 
					
						2022-11-30 02:27:26 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a861140d8 
					 
					
						
						
							
							Rearrange the chapters.  
						
						... 
						
						
						
						Start to translate codes from Java to Python. 
						
						
					 
					
						2022-11-25 02:04:38 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7fdb4d1443 
					 
					
						
						
							
							Add a chapter of binary tree.  
						
						
						
						
					 
					
						2022-11-12 22:48:46 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac8d0bcfeb 
					 
					
						
						
							
							Add the chapter of stack and queue.  
						
						
						
						
					 
					
						2022-11-10 03:40:57 +08:00