e41b0a3156 
					 
					
						
						
							
							Fix the function for printing the queue ( #1573 )  
						
						... 
						
						
						
						* renfined!
* Add toArray() function to array_queue.c and array_deque.c
---------
Co-authored-by: Xi-Row <astruggle123@putlook.com>
Co-authored-by: krahets <krahets@163.com> 
						
						
					 
					
						2024-12-04 19:38:30 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a5ab776d6 
					 
					
						
						
							
							A bug fix.  
						
						
						
						
					 
					
						2023-12-19 21:55:57 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f7c41b6bef 
					 
					
						
						
							
							fix: Update C code for compatibility with the MSVC compiler ( #949 )  
						
						... 
						
						
						
						* Replace VLA with malloc
Replace VLA with malloc to make C code
compatible with cl compiler on Windows.
* Fix C code for CI compiler.
* Fix C code compability to CI.
* check the trigger 
						
						
					 
					
						2023-11-17 00:29:54 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						355cc3a6b1 
					 
					
						
						
							
							Bug fixes to C code.  
						
						
						
						
					 
					
						2023-11-01 05:14:22 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e49574332 
					 
					
						
						
							
							Simplify struct declarations of C.  
						
						... 
						
						
						
						Use PascalCase for all structs in C.
SImplify n_queens.c
Format C code for chapter of graph. 
						
						
					 
					
						2023-10-18 02:16:26 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f59c572b5 
					 
					
						
						
							
							fine tune  
						
						
						
						
					 
					
						2023-09-17 01:13:15 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						145975b335 
					 
					
						
						
							
							Rename the common modules in Java, C++ and C.  
						
						
						
						
					 
					
						2023-04-24 04:11:18 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dbc4906582 
					 
					
						
						
							
							Publish the C codes to the docs. ( #469 )  
						
						
						
						
					 
					
						2023-04-18 20:21:31 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af0f92c18d 
					 
					
						
						
							
							Fine tune the C codes.  
						
						
						
						
					 
					
						2023-04-17 22:15:06 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a98ff8a5e 
					 
					
						
						
							
							Format the C code in Clang-Format Style: Microsoft  
						
						
						
						
					 
					
						2023-04-17 21:13:15 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8aebbaad21 
					 
					
						
						
							
							refactor: Replace poll with pop in Queue and Deque ( #415 )  
						
						
						
						
					 
					
						2023-03-13 21:58:21 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						300016393b 
					 
					
						
						
							
							Add code source blocks to the chapter Graph.  
						
						... 
						
						
						
						Fix "函数" and "方法" 
						
						
					 
					
						2023-02-10 01:04:26 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c2caad067 
					 
					
						
						
							
							Add queue array impl in C ( #300 )  
						
						... 
						
						
						
						* feat(codes/c): Add array_queue.c initialization
* feat(codes/c): Add array_queue.c impl
* style(codes/c): Update array_queue.c code style
* style(codes/c): Update array_queue.c code style 
						
						
					 
					
						2023-01-30 16:05:57 +08:00