From a5343a98b5dd7cab64a4a498cb791015eea4d9da Mon Sep 17 00:00:00 2001 From: Kranthi Guribilli <79071810+Kranthi-Guribilli@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:37:58 +0530 Subject: [PATCH] Update INDEX.md In the INDEX.md file the link for heap sort in c language hasn't been updated. --- INDEX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INDEX.md b/INDEX.md index 7ff4224def..1c1b0d1f5f 100644 --- a/INDEX.md +++ b/INDEX.md @@ -26,7 +26,7 @@ | [Find Max Subarray](Find_Max_Subarray) | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Find_Max_Subarray/Find_Max_Subarray.rb) | :heavy_multiplication_x: | | [Floyd Warshall Algorithm](Floyd_Warshall_Algorithm) | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Floyd_Warshall_Algorithm/Floyd_Warshall_Algorithm.cpp) | :heavy_multiplication_x: | [:heavy_check_mark:](Floyd_Warshall_Algorithm/Floyd_Warshall_Algorithm.java) | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Floyd_Warshall_Algorithm/Floyd_Warshall_Algorithm.py) | :heavy_multiplication_x: | [:heavy_check_mark:](Floyd_Warshall_Algorithm/Floyd_Warshall_Algorithm.go) | | [Ford Fulkerson Method](Ford_Fulkerson_Method) | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Ford_Fulkerson_Method/Ford_Fulkerson_Method.cpp) | :heavy_multiplication_x: | [:heavy_check_mark:](Ford_Fulkerson_Method/Ford_Fulkerson_Method.java) | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Ford_Fulkerson_Method/Ford_Fulkerson_Method.py) | :heavy_multiplication_x: | :heavy_multiplication_x: | -| [Heap Sort](Heap_Sort) | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Heap_Sort/Heap_Sort.cpp) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.cs) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.java) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.js) | :heavy_multiplication_x: | [:heavy_check_mark:](Heap_Sort/Heap_Sort.py) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.rb) | :heavy_multiplication_x: | +| [Heap Sort](Heap_Sort) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.c) | :heavy_multiplication_x: | [:heavy_check_mark:](Heap_Sort/Heap_Sort.cpp) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.cs) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.java) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.js) | :heavy_multiplication_x: | [:heavy_check_mark:](Heap_Sort/Heap_Sort.py) | [:heavy_check_mark:](Heap_Sort/Heap_Sort.rb) | :heavy_multiplication_x: | | [Huffman-Encoding](Huffman-Encoding) | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Huffman-Encoding/HuffmanCoding.cpp) | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | | Inheritance | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Inheritance(C%2B%2B)) | :heavy_multiplication_x: | [:heavy_check_mark:](Inheritance(Java)) | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | | [Inorder Traversal](Tree_Inorder_Traversal) | [:heavy_check_mark:](Tree_Inorder_Traversal/Tree_Inorder_Traversal.c) | :heavy_multiplication_x: | [:heavy_check_mark:](Tree_Inorder_Traversal/Tree_Inorder_Traversal.cpp) | :heavy_multiplication_x: | [:heavy_check_mark:](Tree_Inorder_Traversal/Tree_Inorder_Traversal.java) | :heavy_multiplication_x: | :heavy_multiplication_x: | [:heavy_check_mark:](Tree_Inorder_Traversal/Tree_Inorder_Traversal.py) | :heavy_multiplication_x: | [:heavy_check_mark:](Tree_Inorder_Traversal/Tree_Inorder_Traversal.go) |