mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 06:07:20 +08:00 
			
		
		
		
	* 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.
 |