Skip to content

Commit 4540cfb

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent f42b2b8 commit 4540cfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [Newton Forward Interpolation](arithmetic_analysis/newton_forward_interpolation.py)
1010
* [Newton Method](arithmetic_analysis/newton_method.py)
1111
* [Newton Raphson](arithmetic_analysis/newton_raphson.py)
12+
* [Newton Raphson New](arithmetic_analysis/newton_raphson_new.py)
1213
* [Secant Method](arithmetic_analysis/secant_method.py)
1314

1415
## Audio Filters
@@ -107,6 +108,7 @@
107108
* [Lempel Ziv](compression/lempel_ziv.py)
108109
* [Lempel Ziv Decompress](compression/lempel_ziv_decompress.py)
109110
* [Peak Signal To Noise Ratio](compression/peak_signal_to_noise_ratio.py)
111+
* [Run Length Encoding](compression/run_length_encoding.py)
110112

111113
## Computer Vision
112114
* [Cnn Classification](computer_vision/cnn_classification.py)
@@ -621,6 +623,7 @@
621623
* [Linear Congruential Generator](other/linear_congruential_generator.py)
622624
* [Lru Cache](other/lru_cache.py)
623625
* [Magicdiamondpattern](other/magicdiamondpattern.py)
626+
* [Maximum Subarray](other/maximum_subarray.py)
624627
* [Nested Brackets](other/nested_brackets.py)
625628
* [Password Generator](other/password_generator.py)
626629
* [Scoring Algorithm](other/scoring_algorithm.py)
@@ -1053,6 +1056,7 @@
10531056
* [Fetch Bbc News](web_programming/fetch_bbc_news.py)
10541057
* [Fetch Github Info](web_programming/fetch_github_info.py)
10551058
* [Fetch Jobs](web_programming/fetch_jobs.py)
1059+
* [Fetch Quotes](web_programming/fetch_quotes.py)
10561060
* [Fetch Well Rx Price](web_programming/fetch_well_rx_price.py)
10571061
* [Get Imdb Top 250 Movies Csv](web_programming/get_imdb_top_250_movies_csv.py)
10581062
* [Get Imdbtop](web_programming/get_imdbtop.py)

0 commit comments

Comments
 (0)