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
Christian Clauss
1568b2bc1b
Create validate_new_filenames.yml
...
Just like #640 but:
1. Does a git diff and only checks newly added .cpp files
2. Embeds the Python code directly in the .yml file
2019-11-27 14:17:48 +01:00
Christian Clauss
639e46f023
Add TODO
2019-11-27 00:50:33 +01:00
Christian Clauss
60cd628762
cpplint --filter=-build,-legal,-readability,-runtime,-whitespace --recursive .
2019-11-27 00:38:20 +01:00
Christian Clauss
4f65b23c36
No backslash
2019-11-27 00:34:26 +01:00
Christian Clauss
88c7121c84
--filter
2019-11-27 00:29:00 +01:00
Christian Clauss
d924195016
cpplint --counting=detailed --recursive .
2019-11-27 00:15:06 +01:00
Christian Clauss
8abb4aa1f9
GitHub Action to run cpplint on all pull requests
2019-11-26 18:59:21 +01:00
bhaumikmistry
f8e1cb388c
feat/ add new file name guidelines
2019-11-25 10:49:48 -05:00
Bhaumik Mistry
6d3a851766
Merge pull request #635 from Anirban166/patch-3
...
feat: add Kosaraju's algorithm to find all the strongly connected components in a graph.
2019-11-22 17:10:04 -05:00
Bhaumik Mistry
ce655b716b
Rename Kosaraju.cpp to kosaraju.cpp
...
Change file name.
2019-11-22 17:09:52 -05:00
Anirban Chetia
077c758b6e
Add detailed function definitions (comments)
...
Updated with proper function definitions
Information about method included
@param parameter : what it is/explanation included
@return return type included
2019-11-22 22:44:43 +05:30
nikhil kala
5108b8e96c
Merge pull request #116 from ayushnagar123/master
...
median search
2019-11-22 12:48:20 +05:30
nikhil kala
894cd78e21
Already exists
2019-11-22 12:47:35 +05:30
nikhil kala
d4e3ad4667
Merge pull request #99 from DDullahan/master
...
Added FenwickTree For Range Query
2019-11-22 12:41:09 +05:30
Anirban Chetia
0ef5cbec29
Updated function definitions with comments
...
function definitions - what it does with its type (iterative/recursive)
common terms/annotations
2 statements marked as debug, removed other comments (as I kept them while coding)
added comments to main function
2019-11-21 22:11:24 +05:30
Bhaumik Mistry
14989ad63d
Merge pull request #630 from leechiyun/master
...
Add Pascal's Triangle Algorithm
2019-11-18 11:22:57 -05:00
Anirban Chetia
5da2760d3f
Kosaraju Algorithm for SCCs.
2019-11-18 20:16:58 +05:30
joker123
2cbd85914d
Update and rename Pascal_Triangle.cpp to pascal_triangle.cpp
...
change file name and put code inside a function
2019-11-17 15:00:37 +09:00
Bhaumik Mistry
6e719096c2
Merge pull request #632 from SophieYoonseo/SophieYoonseo-patch-1
...
I modified a link(Contribution guidelines)
2019-11-16 14:08:28 -05:00
Riot
d36e3f49ba
matrix rotation
2019-11-15 20:27:37 +01:00
nikhil kala
3bf202d126
Merge pull request #633 from TheAlgorithms/revert-626-patch-1
...
Revert "Created PigeonHole sorting algorithm"
2019-11-15 15:18:53 +05:30
nikhil kala
cf36eab3fd
Revert "Created PigeonHole sorting algorithm"
2019-11-15 15:18:25 +05:30
nikhil kala
c39c51711b
Merge pull request #626 from pooja795/patch-1
...
Created PigeonHole sorting algorithm
2019-11-15 15:15:51 +05:30
Yoonseo Kim
00fbc7a690
I modified a link
...
The 'contribution guidelines' link is incorrectly linked, so I fixed it with the correct link.
2019-11-15 14:44:55 +09:00
Yang Libin
b1d7e5247e
Merge pull request #631 from bhaumikmistry/feat-add-readme-contribution-pr-template
...
Feat: Add/Format Readme.md Contribution.md and pull-request-template.md
2019-11-14 19:24:12 +08:00
Yang Libin
b0a97adb4a
docs: update README.md
2019-11-14 19:23:55 +08:00
bhaumikmistry
a968f90ea7
fix add fixes to latest contribution.md file
2019-11-13 12:34:12 -05:00
bhaumikmistry
b66f9a569c
feat add pull request template for future contribution guide
2019-11-13 12:24:32 -05:00
bhaumikmistry
08ed2e21aa
feat add contribution file with much more details
2019-11-13 12:23:59 -05:00
bhaumikmistry
c24422fd35
docs changes to readme files, reformat
2019-11-13 12:23:29 -05:00
Yang Libin
86b8e13dc1
Merge pull request #629 from bhaumikmistry/feature-add-issues-template
...
Add template for bug and feature as issue
2019-11-13 16:18:34 +08:00
joker123
cb4722e052
Add files via upload
...
add Pascal's Triangle Algorithm
2019-11-12 22:39:16 +09:00
MEDICACORP\bmistry
3cd8214e29
Add template for bug and feature as issue
2019-11-11 10:32:41 -05:00
Ashwek Swamy
55809ce5c5
Merge pull request #597 from Luisfueg/patch-1
...
Update Tree.cpp
2019-11-10 19:23:57 +05:30
Ashwek Swamy
c6714f0421
Merge pull request #137 from yashmunoth/master
...
Program for Huffman Coding in C++
2019-11-10 19:03:16 +05:30
Ashwek Swamy
85c3d5aaad
change header files
2019-11-10 19:02:54 +05:30
Ashwek Swamy
250030f15f
Merge pull request #628 from goodxodyd11/master
...
Create BeadSort.cpp
2019-11-08 20:31:42 +05:30
Jeong Tae Yong
913c0acf2f
Create BeadSort.cpp
2019-11-08 18:44:27 +09:00
Ashwek Swamy
7737662613
Rename imp_fun.cpp to Others/vector_important_functions.cpp
2019-11-07 00:19:34 +05:30
Ashwek Swamy
ca04fb44dd
Merge pull request #118 from piyushagru/master
...
add: sort technique using vectors
2019-11-07 00:18:50 +05:30
Ashwek Swamy
41a95c2989
Merge pull request #107 from nikhilarora068/master
...
added knight tour to backtracking and longest common string to dynamic
2019-11-07 00:15:34 +05:30
Pooja Gupta
0cf239a812
Created PigeonHole sorting algorithm
2019-11-05 21:28:23 +05:30
Riot
43cb4ad4eb
playfair
2019-11-05 01:22:27 +01:00
aniakubik
56cfe3f041
added euler totient function
2019-10-29 22:26:55 +01:00
Sai Eashwar K S
637163ea31
Jump Search
2019-10-28 12:43:16 +05:30
Yang Libin
2fcdf3032a
Merge pull request #592 from walter-ind/add-license-1
...
Added License to the repository and close #199
2019-10-27 10:57:06 +08:00
Luis Fuentes González
b0c0e8fcce
Upadate Tree.cpp
...
It " : " is unnecessary.
(I think)
2019-10-27 00:45:55 +02:00