mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-10-31 18:37:48 +08:00 
			
		
		
		
	 07f7eb12ff
			
		
	
	07f7eb12ff
	
	
	
		
			
			* Capitalize all the headers, list headers and figure captions * Fix the term "LRU" * Fix the names of source code link in avl_tree.md * Capitalize only first letter for nav trees in mkdocs.yml * Update code comments * Update linked_list.md * Update linked_list.md
		
			
				
	
	
		
			10 lines
		
	
	
		
			262 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			262 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Hash table
 | |
| 
 | |
| 
 | |
| 
 | |
| !!! abstract
 | |
| 
 | |
|     In the world of computing, a hash table is akin to an intelligent librarian.
 | |
|     
 | |
|     It understands how to compute index numbers, enabling swift retrieval of the desired book.
 |