.github
|
Update stale.yml
|
2019-08-29 00:53:42 +05:30 |
arithmetic_analysis
|
added defination (#1244)
|
2019-10-03 21:31:11 +02:00 |
backtracking
|
Added sudoku solving program in backtracking algorithms (#1128)
|
2019-08-13 15:51:06 +02:00 |
boolean_algebra
|
added doctests for compare_string and is_for_table (#1138)
|
2019-08-23 00:55:41 +08:00 |
ciphers
|
Simplify code by dropping support for legacy Python (#1143)
|
2019-08-19 15:37:49 +02:00 |
compression
|
Added Burrows-Wheeler transform algorithm. (#1029)
|
2019-07-17 20:32:04 +02:00 |
conversions
|
bin(num). convert ZERO and negative decimal numbers to binary. (#1093)
|
2019-08-03 20:00:10 +02:00 |
data_structures
|
Deque (#1200)
|
2019-09-30 16:27:41 +02:00 |
digital_image_processing
|
Digital Image Processing Tests (#1178)
|
2019-09-13 07:40:14 -04:00 |
divide_and_conquer
|
Fix lgtm error display #1024 (#1190)
|
2019-09-21 16:23:34 +02:00 |
dynamic_programming
|
Fully refactored the rod cutting module. (#1169)
|
2019-09-05 08:22:06 +02:00 |
file_transfer
|
Fix tests for file_transfer and perceptron.py (#1121)
|
2019-08-11 13:00:58 +02:00 |
graphs
|
Fixing lgtm issue in basic graphs (#1141)
|
2019-08-20 07:02:43 +02:00 |
hashes
|
Simplify code by dropping support for legacy Python (#1143)
|
2019-08-19 15:37:49 +02:00 |
linear_algebra
|
Add Flake8 F4 Tests to .travis.yml (#974)
|
2019-09-13 14:07:24 +02:00 |
machine_learning
|
DBSCAN algorithm (#1207)
|
2019-09-29 10:44:41 +02:00 |
maths
|
adding softmax function (#1267)
|
2019-10-03 16:30:36 +02:00 |
matrix
|
Update matrix_class.py (#1175)
|
2019-09-10 07:49:07 +02:00 |
networking_flow
|
Add doctests to networking_flow/minimum_cut.py (#1126)
|
2019-08-13 11:59:49 +02:00 |
neural_network
|
Fix lgtm error display #1024 (#1190)
|
2019-09-21 16:23:34 +02:00 |
other
|
Simplify code by dropping support for legacy Python (#1143)
|
2019-08-19 15:37:49 +02:00 |
project_euler
|
Add problem18 solution (#1260)
|
2019-10-03 22:47:08 +02:00 |
scripts
|
Update DIRECTORY (#1161)
|
2019-09-06 11:02:37 +02:00 |
searches
|
Simplify code by dropping support for legacy Python (#1143)
|
2019-08-19 15:37:49 +02:00 |
sorts
|
added bogobogosort (#1258)
|
2019-10-03 11:17:30 +02:00 |
strings
|
Fix lgtm error display #1024 (#1190)
|
2019-09-21 16:23:34 +02:00 |
traversals
|
Added a few doctests for traversals (#1149)
|
2019-08-25 14:14:17 +02:00 |
.gitignore
|
Update .gitignore to remove __pycache__/ (#1127)
|
2019-08-17 00:46:33 +02:00 |
.travis.yml
|
Add Flake8 F4 Tests to .travis.yml (#974)
|
2019-09-13 14:07:24 +02:00 |
CONTRIBUTING.md
|
Update CONTRIBUTING.md (#1250)
|
2019-10-02 21:49:00 +05:30 |
DIRECTORY.md
|
Update DIRECTORY (#1161)
|
2019-09-06 11:02:37 +02:00 |
LICENSE.md
|
Create CONTRIBUTING.md (#864)
|
2019-06-02 12:14:18 +08:00 |
README.md
|
Removed owners from README (#1254)
|
2019-10-03 15:17:22 +08:00 |
requirements.txt
|
Travis CI: Add pytest --doctest-modules machine_learning (#1016)
|
2019-08-10 22:48:00 +02:00 |