Commit Graph

779 Commits

Author SHA1 Message Date
github-actions
86dad95364 updating DIRECTORY.md 2020-04-20 10:05:31 +00:00
nikhil kala
6c99dfd71b
Merge pull request #722 from faizanahamed1414/patch-1
Create stairs_pattern.cpp
2020-04-20 15:35:10 +05:30
Christian Clauss
039ca7bdea
Update others/stairs_pattern.cpp 2020-04-19 17:48:48 +02:00
faizan Ahamed
c2316e1efc
Update stairs_pattern.cpp 2020-04-19 20:50:42 +05:30
faizan Ahamed
9ac7981fed
Update stairs_pattern.cpp 2020-04-19 20:39:06 +05:30
faizan Ahamed
2b01decae1
Update stairs_pattern.cpp 2020-04-19 20:24:28 +05:30
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
Mann Mehta
f4c936d8be
Update dynamic_programming/tree_height.cpp
Co-Authored-By: Christian Clauss <cclauss@me.com>
2020-04-18 08:17:56 +05:30
stepfencurryxiao
f659bcc9fc Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
Mann Mehta
5a2238d8ef Modified comments 2020-04-17 23:41:59 +05:30
Mann Mehta
ff8a511413 Fixed presentation error around brackets 2020-04-17 23:37:29 +05:30
Mann Mehta
a3b2f4d17e Fixed presentation error around brackets 2020-04-17 23:35:39 +05:30
Mann Mehta
3235335a60 Modified with typo errors 2020-04-17 23:33:28 +05:30
Mann Mehta
7a697b96eb Added tree_height.cpp in dynamic_programming directory 2020-04-17 23:22:10 +05:30
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