mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-10-31 02:17:06 +08:00 
			
		
		
		
	 7822bf9cd4
			
		
	
	7822bf9cd4
	
	
	
		
			
			* Add top_k.c based on my_heap.c * Improve the implementation of top_k.js * Add a comment to top_k
		
			
				
	
	
		
			3 lines
		
	
	
		
			74 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			74 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_executable(my_heap_test my_heap_test.c)
 | |
| add_executable(top_k top_k.c)
 |