Masood Momin
f02bdb7390
Showing 153 is not an Armstrong number. ( #680 )
...
* Update Armstrong Number.cpp
* Update Armstrong Number.cpp
* Update Armstrong Number.cpp
* Update Armstrong Number.cpp
* Rename Armstrong Number.cpp to armstrong_number.cpp
* Update armstrong_number.cpp
Showing 153 as not an Armstrong number.
* Update armstrong_number.cpp
2019-12-11 13:23:41 +01:00
Christian Clauss
08451b1c4c
Delete .DS_Store
2019-12-07 08:35:25 +01:00
github-actions
904796b6ba
updating DIRECTORY.md
2019-12-07 07:33:45 +00:00
Ajay Singh
4194b204f6
Prime ( #585 )
...
* Prime
Here we can check prime upto 10^8 in O(1). It is very useful in Competitive programming.
* Update and rename Math/Primeupto10^8.cpp to math/primes_up_to_10^8.cpp
* long long -> int64
* cstdint::int64_t
* int64_t
* std::cin
2019-12-07 08:33:23 +01:00
Christian Clauss
2458fea1da
chmod +x build_directory_md.py ( #679 )
...
* chmod +x build_directory_md.py
* updating DIRECTORY.md
2019-12-07 08:29:25 +01:00
github-actions
a7f981508f
updating DIRECTORY.md
2019-12-07 07:24:58 +00:00
Christian Clauss
3a09cf7d88
git add DIRECTORY.md
2019-12-07 08:24:38 +01:00
Christian Clauss
15f108ec41
Rename .github/build_directory_md.yml to .github/workflows/build_directory_md.yml
2019-12-07 08:22:09 +01:00
Gleison Batista
f740e1e7a1
Add minimax ( #517 )
...
* Add minimax
* Rename Backtracking/minimax.cpp to backtracking/minimax.cpp
* Wrap a long line
2019-12-07 08:21:23 +01:00
Christian Clauss
ad0d175643
Create build_directory_md.py ( #678 )
...
* Create build_directory_md.py
* Create build_directory_md.yml
2019-12-07 08:11:10 +01:00
Christian Clauss
d3436b77a9
Delete a.out
2019-12-05 23:05:01 +01:00
Christian Clauss
74611b7aad
Delete .DS_Store
2019-12-05 23:04:31 +01:00
Akshay Gupta
bc8e8dfc2b
factorial.cpp ( #561 )
...
* Create factorial.cpp
* Update and rename Math/factorial.cpp to math/factorial.cpp
* Update factorial.cpp
* Update factorial.cpp
2019-12-05 23:02:52 +01:00
Kushagra Nigam
b53bdf16ec
Matrix Exponentiation ( #589 )
...
* Matrix Exponentiation
* Update and rename Others/Matrix_Expo.cpp to others/matrix_exponentiation.cpp
* Update matrix_exponentiation.cpp
* clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 4}" matrix_exponentiation.cpp
* clang-format -i -style="{IndentWidth: 4}" matrix_exponentiation.cpp
* Fix cpplint readability/braces issue
* using std::cin; using std::cout; using std::vector;
* added int_64 instead of long long
* Minor changes
* Update matrix_exponentiation.cpp
2019-12-05 22:13:16 +01:00
Christian Clauss
9f18647c73
Create .gitignore
2019-12-05 22:05:29 +01:00
Christian Clauss
8b7b6b5f1d
Update CONTRIBUTION.md
2019-12-05 19:12:07 +01:00
Christian Clauss
00a75bd58b
Update CONTRIBUTION.md
2019-12-05 19:11:02 +01:00
Christian Clauss
4717db2a08
clang-format --style=Google -i my_file.cpp
2019-12-05 09:21:08 +01:00
Christian Clauss
0d8fbcc8e4
Update CONTRIBUTION.md
2019-12-05 08:45:53 +01:00
Christian Clauss
7ef6fa0b33
Update cpplint_modified_files.yml
2019-12-05 08:13:36 +01:00
Christian Clauss
3962de539f
Update cpplint_modified_files.yml
2019-12-05 07:18:36 +01:00
Shrikar17
525cafea94
Added factorisation technique ( #604 )
...
* Added factorisation technique
* Update and rename Math/hcf.txt to math/greatest_common_divisor.cpp
* Update greatest_common_divisor.cpp
2019-12-04 09:24:48 +01:00
5ur3
0ce3226f00
Create PrimeNumbers.cpp ( #607 )
...
* Create PrimeNumbers.cpp
* Rename Math/PrimeNumbers/PrimeNumbers.cpp to math/prime_numbers.cpp
* Trailing whitespace, std::cin, std::cout, std::endl
* std::vector
* std::vector again
2019-12-04 09:05:08 +01:00
Aditya Jain
d16ae9350b
Adding Kadane Algorithm ( #606 )
...
* Adding Kadane Algorithm
* std::cin and std::cout
* Rename Dynamic Programming/kadane algorithm.cpp to dynamic_programming/kadane.cpp
* Update kadane.cpp
* Update kadane.cpp
* // NOLINT
2019-12-04 08:47:48 +01:00
Christian Clauss
b64e8fb2e1
GitHub Action: Compile modified files with g++ ( #677 )
...
* WIP: g++ backtracking/n_queens.cpp
DO NOT MERGE.
* g++ **/.py
* g++ **/.cpp
* g++ **/*.cpp
* Compile modified files with g++
* Update cpplint_modified_files.yml
* Compile modified files with g++
2019-12-04 08:24:07 +01:00
Christian Clauss
8b237946ba
doc: Add cpplint to CONTRIBUTION.md ( #676 )
2019-12-04 04:47:11 +01:00
Bhaumik Mistry
f2b8757132
Merge pull request #638 from bhaumikmistry/feat/add-new-file-name-validation-guidelines
...
feat - Add new file name guidelines
2019-12-03 15:40:25 -05:00
苏淞丰
bbea5ad5aa
hash_seaarch
2019-12-04 00:07:31 +08:00
苏淞丰
27c1e3958a
hash_search
2019-12-04 00:03:55 +08:00
Christian Clauss
f3da4bd7c6
cpplint --filter=-legal/copyright
2019-12-03 12:06:19 +01:00
Christian Clauss
9fb42721de
Delete .cpplint
2019-12-03 11:38:53 +01:00
Christian Clauss
e25cd6c0c2
cpplint filter=-legal/copyright
2019-12-03 11:38:30 +01:00
Christian Clauss
657ae4f7e4
Rename String/knuth_morris_pratt.cpp to strings/knuth_morris_pratt.cpp
2019-12-03 11:24:26 +01:00
nikhil kala
85b818fdd4
Merge pull request #277 from mahbubcseju/master
...
Added knuth pratt morris algorithm for finding string match.
2019-12-03 15:51:22 +05:30
Christian Clauss
a7ad4ee9c4
Update .cpplint
2019-12-03 10:54:56 +01:00
Bhaumik Mistry
d8f55f2715
Update CONTRIBUTION.md
...
spell change for # new directory guidelines
2019-12-02 13:07:27 -05:00
Bhaumik Mistry
cacd1ebcba
Update CONTRIBUTION.md
...
add new directory updates.
2019-12-02 13:03:29 -05:00
苏淞丰
b9f65b81d7
add function definitions
2019-12-03 00:16:30 +08:00
苏淞丰
1e261cb8fe
add function definitions
2019-12-03 00:13:51 +08:00
Christian Clauss
1d04ac5ae6
.cpplint: filter=-legal/copyright ; linelength=80
2019-12-02 16:41:32 +01:00
Bhaumik Mistry
c240cc1b4f
Merge pull request #671 from Divide-et-impera-11/swing
...
Struzik(exponential) search invented by Jon Bentley & Andrew Chi-Chih Yao
2019-12-02 10:12:59 -05:00
苏淞丰
3db7cefdd9
hash_search
2019-12-02 11:20:55 +08:00
苏淞丰
4f83abdb50
hash_search
2019-12-02 11:16:03 +08:00
苏淞丰
4d9470555f
hash_search
2019-12-02 11:12:56 +08:00
苏淞丰
eb5899ed15
hash_search
2019-12-02 11:10:17 +08:00
苏淞丰
6511946c3e
hash_search
2019-12-02 11:01:18 +08:00
Divide-et-impera-11
332d18a13f
Update exponential_search.cpp
2019-11-30 23:00:07 +01:00
Divide-et-impera-11
3b6e05e68f
Update exponential_search.cpp
2019-11-30 22:59:52 +01:00
Divide-et-impera-11
5931f3d234
Update exponential_search.cpp
2019-11-30 22:58:27 +01:00
Divide-et-impera-11
dbb23219b2
Update exponential_search.cpp
2019-11-30 22:58:04 +01:00