83a806a602 
					 
					
						
						
							
							greedy/max_capacity: fix myMax algorithm error ( #1784 )  
						
						... 
						
						
						
						Co-authored-by: wujing <realwujing@qq.com> 
						
						
					 
					
						2025-07-21 15:12:34 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						49745cf2d2 
					 
					
						
						
							
							Add the link of math.h lib in CMakeList.  
						
						
						
						
					 
					
						2023-11-16 21:14:20 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e567d08348 
					 
					
						
						
							
							Bug fixes  
						
						
						
						
					 
					
						2023-09-26 10:57:53 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1067f30fe7 
					 
					
						
						
							
							Include glightbox plugin enabling zooming figures  
						
						
						
						
					 
					
						2023-09-22 13:08:21 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d225b416cf 
					 
					
						
						
							
							feat: add C code in chapter_greedy ( #755 )  
						
						... 
						
						
						
						* add fractional_knapsack.c
* update CMakeLists
* add c code in chapter_greedy
* fix header format
* format code by clang-format
* remove extra comments
* replace ternary operator to MACRO
* parameters form adjustment
* Update fractional_knapsack.c
* Update max_capacity.c
* Update max_product_cutting.c
* add comments for consistency with cpp ver
* move MIN&MAX macro to source file
* typo fix
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-09-21 07:52:11 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8e0c476bd 
					 
					
						
						
							
							增加C的贪心算法代码 ( #726 )  
						
						
						
						
					 
					
						2023-09-09 16:28:44 +08:00