diff --git a/README.md b/README.md index 2d8d81c..fdac8f2 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ These program are written in codeblocks ide for windows. These programs are not - [Perform Selection Sort](https://github.com/gouravthakur39/beginners-C-program-examples/blob/master/SelectionSort.c) - [Calculate Factorial upto input of 5000](https://github.com/gouravthakur39/beginners-C-program-examples/blob/master/large_factorial.c) - [To check if a matrix is a sparse matrix or not](https://github.com/gouravthakur39/beginners-C-program-examples/blob/master/SparseMatrix_017.c) +- [To calculate the Least Common Multiple](https://github.com/gouravthakur39/beginners-C-program-examples/blob/master/lcm.c) # Contributing This is a personal learning project for me.