Competitive-programming-library
Competitive-programming-library copied to clipboard
Code library for competitive programming purposes.
Beatuiful Matrix solution link wasn't related to the problem
[Line 64](https://github.com/AhmadElsagheer/Competitive-programming-library/blob/53e2e20a991748c5e5bfe105fe3ee16281b4fe31/math/number_theory/PrimeNumbers.java#L64) should be `lp[p*i]=p;`
Binary Insertion Sort in Java
https://github.com/AhmadElsagheer/Competitive-programming-library/blob/53e2e20a991748c5e5bfe105fe3ee16281b4fe31/data_structures/MoAlgorithm.java#L28
MergeSort.cpp will be a new fille name for reference
Please have a look in readme and as well as my code. And yeah please accept my pull request and i hope you merge it . Thank You
…rting algorithms . added java codes for insertion sort , selection sort , bubble sort and shell sort.
Added LCM program in Java
i added 2 more sorting algorithms which are bubble sort and the selection sort