Skip to content

Commit 3a7f76f

Browse files
qckzrstokhos
authored andcommitted
Updated ~script.py per TheAlgorithms#978 (TheAlgorithms#1013)
* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory * Removed .vs/ folder per TheAlgorithms#893 * Rename matrix_multiplication_addition.py to matrix_operation.py * Moved and renamed ~script.py to scripts/build_directory_md.py Updated DIRECTORY.MD file * Modified .travis.yml per suggestion in TheAlgorithms#1013 * Fixed typo per suggestions in TheAlgorithms#1013
1 parent 33b87e8 commit 3a7f76f

File tree

3 files changed

+73
-56
lines changed

3 files changed

+73
-56
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ script:
3232
traversals
3333

3434
after_success:
35-
- python ./~script.py
35+
- python scripts/build_directory_md.py
3636
- cat DIRECTORY.md

0 commit comments

Comments
 (0)