Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05fc7f8

Browse files
qckzrpoyea
authored andcommitted
Added '~script.py' to ignore files and updated DIRECTORY.md (TheAlgorithms#926)
* Added print function into matrix_multiplication_addition.py and removed blank space in data_structures/binary tree directory* Removed .vs/ folder perTheAlgorithms#893* Rename matrix_multiplication_addition.py to matrix_operation.py* Added '~script.py' to ignore files and updated DIRECTORY.md
1 parent035457f commit05fc7f8

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

‎DIRECTORY.md‎

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
##Analysis
2-
* Compression Analysis
3-
*[psnr](https://github.com/TheAlgorithms/Python/blob/master/analysis/compression_analysis/psnr.py)
41
##Arithmetic Analysis
52
*[bisection](https://github.com/TheAlgorithms/Python/blob/master/arithmetic_analysis/bisection.py)
63
*[intersection](https://github.com/TheAlgorithms/Python/blob/master/arithmetic_analysis/intersection.py)
@@ -39,17 +36,19 @@
3936
*[xor cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/xor_cipher.py)
4037
##Compression
4138
*[huffman](https://github.com/TheAlgorithms/Python/blob/master/compression/huffman.py)
39+
##Compression Analysis
40+
*[psnr](https://github.com/TheAlgorithms/Python/blob/master/compression_analysis/psnr.py)
4241
##Data Structures
4342
*[arrays](https://github.com/TheAlgorithms/Python/blob/master/data_structures/arrays.py)
4443
*[avl](https://github.com/TheAlgorithms/Python/blob/master/data_structures/avl.py)
4544
*[LCA](https://github.com/TheAlgorithms/Python/blob/master/data_structures/LCA.py)
4645
* Binary Tree
47-
*[AVL tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary%20tree/AVL_tree.py)
48-
*[binary search tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary%20tree/binary_search_tree.py)
49-
*[fenwick tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary%20tree/fenwick_tree.py)
50-
*[lazy segment tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary%20tree/lazy_segment_tree.py)
51-
*[segment tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary%20tree/segment_tree.py)
52-
*[treap](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary%20tree/treap.py)
46+
*[AVL tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/AVL_tree.py)
47+
*[binary search tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/binary_search_tree.py)
48+
*[fenwick tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/fenwick_tree.py)
49+
*[lazy segment tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/lazy_segment_tree.py)
50+
*[segment tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/segment_tree.py)
51+
*[treap](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/treap.py)
5352
* Hashing
5453
*[double hash](https://github.com/TheAlgorithms/Python/blob/master/data_structures/hashing/double_hash.py)
5554
*[hash table](https://github.com/TheAlgorithms/Python/blob/master/data_structures/hashing/hash_table.py)
@@ -192,8 +191,9 @@
192191
* Tests
193192
*[test fibonacci](https://github.com/TheAlgorithms/Python/blob/master/maths/tests/test_fibonacci.py)
194193
##Matrix
195-
*[matrixmultiplication addition](https://github.com/TheAlgorithms/Python/blob/master/matrix/matrix_multiplication_addition.py)
194+
*[matrixoperation](https://github.com/TheAlgorithms/Python/blob/master/matrix/matrix_operation.py)
196195
*[searching in sorted matrix](https://github.com/TheAlgorithms/Python/blob/master/matrix/searching_in_sorted_matrix.py)
196+
*[spiralPrint](https://github.com/TheAlgorithms/Python/blob/master/matrix/spiralPrint.py)
197197
##Networking Flow
198198
*[ford fulkerson](https://github.com/TheAlgorithms/Python/blob/master/networking_flow/ford_fulkerson.py)
199199
*[minimum cut](https://github.com/TheAlgorithms/Python/blob/master/networking_flow/minimum_cut.py)
@@ -294,6 +294,8 @@
294294
*[p022 names](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_22/p022_names.txt)
295295
*[sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_22/sol1.py)
296296
*[sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_22/sol2.py)
297+
* Problem 234
298+
*[sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_234/sol1.py)
297299
* Problem 24
298300
*[sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_24/sol1.py)
299301
* Problem 25

‎~script.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _markdown(parent, ignores, ignores_ext, depth):
5252
ignores= [".vs",
5353
".gitignore",
5454
".git",
55-
"script.py",
55+
"~script.py",
5656
"__init__.py",
5757
]
5858
# Files with given entensions will be ignored

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp