Commit Graph

646 Commits

Author SHA1 Message Date
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
Pooja
4e79d1b068
Create queue_using_linkedlist.cpp 2020-03-08 13:27:51 +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
Siddharth M
ca068e5828
Measure time (#706)
* Create measure_time_elapsed.cpp

* add functionality to measure time elapsed of a code

* cout --> std:cout

* Update measure_time_elapsed.cpp

* Update time_elapsed.cpp

* Update measure_time_elapsed.cpp

* std:cout << getTimeInMicroseconds() - starttime;

* std:cout << getTimeInMicroseconds() - starttime;

* Update measure_time_elapsed.cpp

* Fix include order and use int64

* Remove trailing whitespace

* Delete time_elapsed.cpp

* int64_t

* #include <sys/time.h>

* long long

* int64

* int64_t

* __int64_t

* std::cout and std::nullptr

* #include <iostream>

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-03-01 15:47:32 +01:00
Christian Clauss
2f70c92e75
Update cpplint_modified_files.yml 2020-03-01 15:25:10 +01:00
Christian Clauss
e755bee907
git diff --diff-filter=am --name-only origin/master 2020-03-01 15:18:14 +01:00
Christian Clauss
ec0ac65aa1
actions/checkout@v1 # v2 is broken for git diff 2020-03-01 15:05:34 +01:00
Christian Clauss
562eb057d0
actions/checkout@v1 # v2 is broken for git diff 2020-03-01 15:03:32 +01:00
Christian Clauss
e13f4f4183
git diff --diff-filter=am --name-only master HEAD || true 2020-03-01 14:44:44 +01:00
Christian Clauss
10cff7b97f
git diff origin/master HEAD --name-onl 2020-03-01 14:36:47 +01:00
Christian Clauss
95e5739cde
git diff origin/master... --name-only > git_diff.txt 2020-03-01 14:20:39 +01:00
Christian Clauss
9a258f26a6
git diff master... --name-only > git_diff.txt 2020-03-01 14:16:48 +01:00
Christian Clauss
616ad99a45
run: git diff origin/master --name-only > git_diff.txt 2020-03-01 14:06:41 +01:00
Christian Clauss
a606d9782d
git diff origin/master --> git diff master 2020-03-01 13:57:44 +01:00
Christian Clauss
a8ef8a62d6
git remote -v ; git branch 2020-02-17 14:04:32 +01:00
github-actions
05957b562c updating DIRECTORY.md 2020-01-29 22:15:00 +00:00
Bhaumik Mistry
e1d877c119
Merge pull request #704 from leoyang429/master
Add Disjoint Set in data_structure
2020-01-29 17:14:39 -05:00
Christian Clauss
5960fe1db3
update_directory_md.yml: Remove GH Actions workaround 2020-01-27 22:33:41 +01:00
Christian Clauss
9a1144dcd7
cpplint_modified_files.yml: Remove GH Actions workaround 2020-01-27 22:20:24 +01:00
Leo Yang
1c5b12323a feat: add union find algorithm (aka disjoint set) 2020-01-24 23:22:08 -06:00