Skip to content

Commit dc352c6

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 26cecea commit dc352c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
* [Binary Search Tree Recursive](data_structures/binary_tree/binary_search_tree_recursive.py)
166166
* [Binary Tree Mirror](data_structures/binary_tree/binary_tree_mirror.py)
167167
* [Binary Tree Node Sum](data_structures/binary_tree/binary_tree_node_sum.py)
168+
* [Binary Tree Path Sum](data_structures/binary_tree/binary_tree_path_sum.py)
168169
* [Binary Tree Traversals](data_structures/binary_tree/binary_tree_traversals.py)
169170
* [Diff Views Of Binary Tree](data_structures/binary_tree/diff_views_of_binary_tree.py)
170171
* [Fenwick Tree](data_structures/binary_tree/fenwick_tree.py)
@@ -595,6 +596,7 @@
595596
* [P Series](maths/series/p_series.py)
596597
* [Sieve Of Eratosthenes](maths/sieve_of_eratosthenes.py)
597598
* [Sigmoid](maths/sigmoid.py)
599+
* [Sigmoid Linear Unit](maths/sigmoid_linear_unit.py)
598600
* [Signum](maths/signum.py)
599601
* [Simpson Rule](maths/simpson_rule.py)
600602
* [Sin](maths/sin.py)
@@ -1107,6 +1109,7 @@
11071109
* [Fetch Jobs](web_programming/fetch_jobs.py)
11081110
* [Fetch Quotes](web_programming/fetch_quotes.py)
11091111
* [Fetch Well Rx Price](web_programming/fetch_well_rx_price.py)
1112+
* [Get Amazon Product Data](web_programming/get_amazon_product_data.py)
11101113
* [Get Imdb Top 250 Movies Csv](web_programming/get_imdb_top_250_movies_csv.py)
11111114
* [Get Imdbtop](web_programming/get_imdbtop.py)
11121115
* [Get Top Billioners](web_programming/get_top_billioners.py)

0 commit comments

Comments
 (0)