Commit Graph

399 Commits

Author SHA1 Message Date
苏淞丰
bbea5ad5aa hash_seaarch 2019-12-04 00:07:31 +08:00
苏淞丰
27c1e3958a hash_search 2019-12-04 00:03:55 +08: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
苏淞丰
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
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
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
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