Commit Graph

419 Commits

Author SHA1 Message Date
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
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
Riot
e7a7ac32fc struzik 2019-11-29 01:25:28 +01:00
Christian Clauss
86f0bc936d
Flatten the math directory (#657) 2019-11-28 14:34:13 +01:00
Christian Clauss
81b25e578d
rename Computer Oriented Statistical Methods -> computer_oriented_statistical_methods (#656) 2019-11-28 14:07:34 +01:00
Christian Clauss
0174dad705
rename Operations on Datastructures -> operations_on_datastructures (#655) 2019-11-28 13:52:24 +01:00
Christian Clauss
ab12ed4a14
rename Backtracking -> backtracking (#654) 2019-11-28 13:37:04 +01:00
Christian Clauss
f8da1b0685
rename Sorting -> sorting (#653) 2019-11-28 13:32:03 +01:00
Christian Clauss
cb1ed9a488
rename Search -> search (#652) 2019-11-28 13:31:36 +01:00
Christian Clauss
3fc7de16c0
rename Math -> math (#651) 2019-11-28 13:31:18 +01:00
Christian Clauss
2c09d15334
rename Hashing -> hashing (#650) 2019-11-28 13:30:50 +01:00
Christian Clauss
e3bdbb9e6f
rename Graph -> graph (#649) 2019-11-28 13:30:19 +01:00
Christian Clauss
ac1ba3a613
rename Others -> others (#648)
* rename Others -> temp

* rename Others -> others
2019-11-28 13:29:54 +01:00
Christian Clauss
6fe40bd0a2
Greedy Algorithms -> greedy_algorithms (#647) 2019-11-28 13:29:38 +01:00
Christian Clauss
5c241487aa
rename Dynamic Programming -> dynamic_programming (#645)
* rename Dynamic Programming -> dynamic_programming

* rename dynamic-programming -> dynamic_programming
2019-11-28 13:29:01 +01:00
Christian Clauss
fc7e416030
rename Data Structure -> data_structure (#644) 2019-11-28 13:28:41 +01:00
Christian Clauss
fb2bef8cd0
rename Range queries -> range_queries (#646) 2019-11-28 13:28:16 +01:00
Christian Clauss
886960a3c2
Add cpplint to validate_filenames (#643)
* Add cpplint to validate_filenames

* Update and rename Happy_number.cpp to happy_number.cpp

* Update validate_new_filenames.yml

* pip install cpplint

* python3 -m pip install cpplint

* python3 -m pip install --useer cpplint

* python3 -m pip install --user cpplint

* Update validate_new_filenames.yml

* sudo python3 -m pip install cpplint

* sudo python3 -m pip install cpplint

* uses: actions/setup-python@v1

* Run cpplint first

* cpp_exts

* tuple

* cpplint_modified_files
2019-11-28 10:27:27 +01:00
Bhaumik Mistry
9f87885a30
Merge pull request #642 from TheAlgorithms/bugfix-knight-tour-file-name
bugfix Update and rename knight-tour.cpp to knight_tour.cpp
2019-11-27 12:52:55 -05:00
Bhaumik Mistry
488cfb7b81
Rename Rat_maze.cpp to rat_maze.cpp 2019-11-27 10:24:21 -05:00
Bhaumik Mistry
cb064e5ce1
Update and rename knight-tour.cpp to knight_tour.cpp
Add information about the file for brief intro
2019-11-27 10:07:55 -05:00
Bhaumik Mistry
c120bf43dd
Merge pull request #641 from TheAlgorithms/n_queens.cpp
Rename N Queens.cpp to n_queens.cpp
2019-11-27 10:03:20 -05:00
Christian Clauss
a630058d49
Rename N Queens.cpp to n_queens.cpp 2019-11-27 14:49:47 +01:00
Christian Clauss
44f05754bf
Rename Graph Coloring.cpp to graph_coloring.cpp 2019-11-27 14:48:57 +01:00
Christian Clauss
2d150ee37e
Allow directories to have spaces and uppercase 2019-11-27 14:46:36 +01:00
Christian Clauss
56aeed2d18
Update and rename ccpp.yml to cpplint.yml 2019-11-27 14:36:03 +01:00
Christian Clauss
64f2e2b1b9
Merge pull request #639 from TheAlgorithms/GitHub-Action-for-cpplint
GitHub Action to run cpplint on all pull requests
2019-11-27 14:32:43 +01:00