mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-10-31 18:37:48 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			202 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			202 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_executable(binary_search binary_search.c)
 | |
| add_executable(two_sum two_sum.c)
 | |
| add_executable(binary_search_edge binary_search_edge.c)
 | |
| add_executable(binary_search_insertion binary_search_insertion.c)
 | 
