Commit Graph

334 Commits

Author SHA1 Message Date
06e541da76 Merge pull request #7 from akshaykhale1992/master
Added Math function and test cases for the same.
2020-10-10 01:47:07 -06:00
fe5df5b395 Add MIT License Declaration (#19)
* Add MIT License

* Fix LICENSE file path
2020-10-10 09:42:52 +05:30
20969daadb Adding a small algorithm to check anagrams 2020-10-04 10:21:36 +05:30
366f9f97d0 Linear Search | PHP
#hacktoberfest
2020-10-04 00:07:19 +05:30
40fef52a88 Add CI with unit testing on PR, PUSH to master 2020-10-03 07:47:19 +00:00
fb39e78ce8 Add XOR Cipher 2020-10-03 07:26:14 +00:00
5d59b94b3a Add Caesar cipher 2020-09-24 23:59:14 +03:30
1dfa6056d7 Added DocBlock for all the functions 2020-08-14 00:20:28 +05:30
fac1942b8f Update DIRECTORY.md 2020-08-10 10:19:45 +08:00
8f9d65e91c Added Math function and test cases for the same. 2020-08-09 00:33:43 +05:30
9607f060b7 Merge pull request #3 from akshaykhale1992/master
Added String algorithms
2020-08-06 21:24:55 +05:30
9b570b25b3 Merge branch 'master' into master 2020-08-06 18:53:55 +05:30
5ca566627d Removed array_reverse with login in String/ReverseWords.php@reverse_words 2020-08-06 18:49:19 +05:30
b633c228f5 Merge pull request #2 from darwinz/binary-search
Binary search algorithm - iterative and recursive
2020-08-06 15:08:23 +05:30
fcfc2f4804 Merge pull request #5 from TheAlgorithms/nikhilkala-patch-1
Update CONTRIBUTING.md
2020-08-06 14:45:47 +05:30
b14f3f50b8 Update CONTRIBUTING.md 2020-08-06 14:44:49 +05:30
80e121ed66 Merge pull request #1 from darwinz/contributing
Modified CONTRIBUTING.md
2020-08-06 17:09:59 +08:00
9c44682b86 Merge pull request #4 from mohamed-abdelrhman/master
wrote bubble, insertion, merge, radix, selection sorting algorithm
2020-08-06 12:27:32 +05:30
4e7cf632e6 Rename selectionSorting.php to selectionSort.php 2020-08-06 12:25:15 +05:30
dc67c5411b Rename bubbleSorting.php to bubbleSort.php 2020-08-06 12:24:52 +05:30
4e07a2dd41 Rename sortingAlgorithms/selectionSorting.php to sorting/selectionSorting.php 2020-08-06 12:24:07 +05:30
bb47638772 Rename sortingAlgorithms/radixSort.php to sorting/radixSort.php 2020-08-06 12:23:45 +05:30
a33a93c6f6 Rename sortingAlgorithms/mergeSort.php to sorting/mergeSort.php 2020-08-06 12:23:18 +05:30
42f5bbb26b Rename sortingAlgorithms/insertionSort.php to sorting/insertionSort.php 2020-08-06 12:22:42 +05:30
dbe3d61dda Rename sortingAlgorithms/bubbleSorting.php to sorting/bubbleSorting.php 2020-08-06 12:22:13 +05:30
f57c394f4a wrote bubble, insertion, merge, radix, selection sorting algorithm 2020-08-06 02:53:47 +02:00
bf1e9cb4cb Added String algorithms 2020-08-05 21:23:53 +05:30
018909a9dc Binary search algorithm - iterative and recursive 2020-08-04 23:40:15 -06:00
bb5767398a Modified CONTRIBUTING.md 2020-08-04 23:29:16 -06:00
cd70d70b41 Update README.md 2020-07-06 13:51:29 +05:30
1c7956c239 Create CONTRIBUTING.md 2020-07-04 13:48:54 +05:30
2129c710a3 Create DIRECTORY.md 2020-07-04 13:48:32 +05:30
6510fa4866 Update README.md 2020-07-04 13:47:07 +05:30
85153dd379 Initial commit 2020-07-04 13:46:13 +05:30