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 |
|
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 |
|
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 |
|
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 |
|
Divide-et-impera-11
|
67fdd7b735
|
Update exponential_search.cpp
|
2019-11-30 22:56:10 +01:00 |
|
Divide-et-impera-11
|
eeb7d5caa5
|
Update exponential_search.cpp
|
2019-11-30 22:41:18 +01:00 |
|
Christian Clauss
|
63f9fd2dc5
|
Search -> search
|
2019-11-30 21:52:06 +01:00 |
|
Divide-et-impera-11
|
16007b9808
|
Update exponential_search.cpp
|
2019-11-30 21:32:32 +01:00 |
|
Divide-et-impera-11
|
51da734a42
|
Update exponential_search.cpp
|
2019-11-30 21:27:08 +01:00 |
|
Divide-et-impera-11
|
c1629a9390
|
Update exponential_search.cpp
|
2019-11-30 21:20:54 +01:00 |
|
Divide-et-impera-11
|
f197fa38e3
|
Update exponential_search.cpp
|
2019-11-30 21:15:03 +01:00 |
|
Divide-et-impera-11
|
38fb290b88
|
Update exponential_search.cpp
|
2019-11-30 21:13:17 +01:00 |
|
Divide-et-impera-11
|
36a3999f3e
|
Update exponential_search.cpp
|
2019-11-30 21:01:52 +01:00 |
|
Divide-et-impera-11
|
51c26b85fe
|
Update exponential_search.cpp
|
2019-11-30 19:58:22 +01:00 |
|
Divide-et-impera-11
|
895010d8a9
|
Update exponential_search.cpp
|
2019-11-29 03:02:08 +01:00 |
|
Divide-et-impera-11
|
969652b422
|
Delete matrix_layer_rotation.cpp
|
2019-11-29 02:48:37 +01:00 |
|
Divide-et-impera-11
|
0c41877301
|
Delete PlayfairCipher.cpp
|
2019-11-29 02:48:14 +01:00 |
|