Commit Graph

561 Commits

Author SHA1 Message Date
faizan Ahamed
e15dd6ec99
Update stairs_pattern.cpp 2020-04-19 20:23:48 +05:30
faizan Ahamed
e4fa1dbcaf
Create stairs_pattern.cpp 2020-04-19 18:49:08 +05:30
stepfencurryxiao
f659bcc9fc Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
github-actions
f51c5e11ef updating DIRECTORY.md 2020-04-17 13:02:35 +00:00
nikhil kala
55337f3978
Merge pull request #720 from TheAlgorithms/revert-609-eulerTotient
Revert "added Euler totient function"
2020-04-17 18:32:16 +05:30
nikhil kala
1e45e2e227
Revert "added Euler totient function" 2020-04-17 18:31:45 +05:30
github-actions
179dc38927 updating DIRECTORY.md 2020-04-17 13:00:33 +00:00
nikhil kala
5c9e6859d1
Merge pull request #609 from aniakubik/eulerTotient
added extended Euler totient function
2020-04-17 18:30:12 +05:30
nikhil kala
8f3efd170f
Delete eulerTotient.cpp
already present
2020-04-17 18:27:25 +05:30
github-actions
9bfecf2473 updating DIRECTORY.md 2020-04-16 14:18:23 +00:00
John Law
30521478e7
Add Number of Positive Divisors in math
Added number_of_positive_divisors.cpp in math directory
2020-04-16 16:18:01 +02:00
github-actions
48822d41a1 updating DIRECTORY.md 2020-04-16 10:33:07 +00:00
1pierres1u
db7bb002b0
feat: add brute force string searching (#694)
* feat: add brute force string searching algorithm

* feat: add brute force string searching algorithm
2020-04-16 12:32:46 +02:00
github-actions
273c3e6ffc updating DIRECTORY.md 2020-04-16 06:35:46 +00:00
nikhil kala
dbdf7f14a5
Merge pull request #695 from coleman2246/master
feat: add euclidean algorithm implementation of gcd
2020-04-16 12:05:21 +05:30
Mann Mehta
2d54bfa1e3 Modified description 2020-04-15 09:23:00 +05:30
Mann Mehta
583264da0f Resolve errors 2020-04-15 09:14:50 +05:30
Mann Mehta
30ee762347 Renamed to number_of_positive_divisors.cpp from number_of_divisors.cpp 2020-04-15 09:11:53 +05:30
Mann Mehta
4da35f1edf Modified number_of_divisors.cpp 2020-04-15 09:10:00 +05:30
Mann Mehta
6c20a62a9b Renamed file name to number_of_divisors.cpp from number-of-divisors.cpp 2020-04-15 03:13:10 +05:30
Mann Mehta
5ee32c63de Resolve typo errors 2020-04-15 03:08:49 +05:30
Mann Mehta
877125eb8a Added number-of-divisors.cpp in math directory 2020-04-15 03:00:23 +05:30
Stepfen Shawn
98c7558087
Update the copyright year 2020-04-12 21:16:18 +08:00
github-actions
e2f218da0c updating DIRECTORY.md 2020-04-04 15:02:02 +00:00
John Law
84151a5463
Add Binary Exponentiation in math/
Add Binary Exponentiation in the math directory
2020-04-04 17:01:39 +02:00
Mann Mehta
8219e124a7 Resolve typo errors 2020-04-04 18:16:40 +05:30
Mann Mehta
a82e679f2e Updated with changes in math/binary_exponent.cpp 2020-04-04 18:11:57 +05:30
Mann Mehta
1d4a67c6ea
Update math/binary_exponent.cpp
Co-Authored-By: John Law <johnlaw.po@gmail.com>
2020-04-04 17:29:11 +05:30
Mann Mehta
bcb3677f78
Update math/binary_exponent.cpp
Co-Authored-By: John Law <johnlaw.po@gmail.com>
2020-04-04 17:28:19 +05:30
Mann Mehta
085c6943a0 resolve else clause braces error 2020-04-02 04:37:16 +05:30
Mann Mehta
331fce2203 resolve else clause formatting error 2020-04-02 04:34:47 +05:30
Mann Mehta
3bb191c116 resolve format error 2020-04-02 04:31:44 +05:30
Mann Mehta
7b19550f7f format binary_exponent.cpp 2020-04-02 04:28:03 +05:30
Mann Mehta
4828788897 Resolve type error 2020-04-02 04:10:26 +05:30
Mann Mehta
55ff267e5e Added comments 2020-04-02 04:09:04 +05:30
Mann Mehta
c7a50927b7 resolve compile error 2020-04-02 04:07:01 +05:30
Mann Mehta
70ac13f4a0 added binary_exponent.cpp 2020-04-02 04:03:22 +05:30
github-actions
ae9e75bf8b updating DIRECTORY.md 2020-03-31 21:29:20 +00:00
John Law
fb3f4c11a2
Add Euler's Totient Function
Add Euler's Totient Function in math directory
2020-03-31 23:28:55 +02:00
John Law
58f6815aad
Format Euler's Totient 2020-03-31 23:26:32 +02:00
Mann Mehta
1d6492bf33 resolve compilation error 2020-03-29 17:39:39 +05:30
Mann Mehta
022e2f02e7 modified by removing namespace using-directive 2020-03-29 17:36:33 +05:30
Mann Mehta
ea36236554 modified the spaces before braces 2020-03-29 17:31:34 +05:30
Mann Mehta
5b0c634269 modifed the spaces and code structure 2020-03-29 17:26:45 +05:30
Mann Mehta
7be8986c11 Added eulers totient function in math 2020-03-29 17:18:49 +05:30
github-actions
795dbad02e updating DIRECTORY.md 2020-03-07 07:20:22 +00:00
Perukii
6655038105
feat : added library sort (#710)
* added library_sort.cpp

* added library_sort.cpp

* format

* format

* modified the code

* feat : added library sort
2020-03-07 08:20:08 +01:00
github-actions
e1fce9e2bf updating DIRECTORY.md 2020-03-01 15:13:43 +00:00
Pooja
ef0f8a1546
Create queue_using_array.cpp (#707)
* Create queue_using_array.cpp

* std::cout

* clang-format -i -style="{IndentWidth: 4}" queue_using_array.cpp

* Update queue_using_array.cpp

* Update queue_using_array.cpp

* Update queue_using_array.cpp

* Update queue_using_array.cpp

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-03-01 16:13:26 +01:00
github-actions
798c652410 updating DIRECTORY.md 2020-03-01 14:47:47 +00:00