corrected links in readme.
This commit is contained in:
		
							parent
							
								
									cd87b4c76f
								
							
						
					
					
						commit
						0b9581f638
					
				| 
						 | 
					@ -2,7 +2,10 @@
 | 
				
			||||||
A handy collection of C algorithms compiled into one header file for use anywhere. Feel free to include this file with any C project, as long as you keep the comment at the top with a little copyright notice.
 | 
					A handy collection of C algorithms compiled into one header file for use anywhere. Feel free to include this file with any C project, as long as you keep the comment at the top with a little copyright notice.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##### Table of Contents
 | 
					##### Table of Contents
 | 
				
			||||||
[Stacks](#Stack)
 | 
					[Stacks](#stack)
 | 
				
			||||||
 | 
					[Queues](#queue)
 | 
				
			||||||
 | 
					[Linked Lists](#linked-list)
 | 
				
			||||||
 | 
					[Heap(Priority Queue)](#heap-priority-queue)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Stack
 | 
					## Stack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue