File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 9
9
* [ Newton Forward Interpolation] ( arithmetic_analysis/newton_forward_interpolation.py )
10
10
* [ Newton Method] ( arithmetic_analysis/newton_method.py )
11
11
* [ Newton Raphson] ( arithmetic_analysis/newton_raphson.py )
12
+ * [ Newton Raphson New] ( arithmetic_analysis/newton_raphson_new.py )
12
13
* [ Secant Method] ( arithmetic_analysis/secant_method.py )
13
14
14
15
## Audio Filters
107
108
* [ Lempel Ziv] ( compression/lempel_ziv.py )
108
109
* [ Lempel Ziv Decompress] ( compression/lempel_ziv_decompress.py )
109
110
* [ Peak Signal To Noise Ratio] ( compression/peak_signal_to_noise_ratio.py )
111
+ * [ Run Length Encoding] ( compression/run_length_encoding.py )
110
112
111
113
## Computer Vision
112
114
* [ Cnn Classification] ( computer_vision/cnn_classification.py )
621
623
* [ Linear Congruential Generator] ( other/linear_congruential_generator.py )
622
624
* [ Lru Cache] ( other/lru_cache.py )
623
625
* [ Magicdiamondpattern] ( other/magicdiamondpattern.py )
626
+ * [ Maximum Subarray] ( other/maximum_subarray.py )
624
627
* [ Nested Brackets] ( other/nested_brackets.py )
625
628
* [ Password Generator] ( other/password_generator.py )
626
629
* [ Scoring Algorithm] ( other/scoring_algorithm.py )
1053
1056
* [ Fetch Bbc News] ( web_programming/fetch_bbc_news.py )
1054
1057
* [ Fetch Github Info] ( web_programming/fetch_github_info.py )
1055
1058
* [ Fetch Jobs] ( web_programming/fetch_jobs.py )
1059
+ * [ Fetch Quotes] ( web_programming/fetch_quotes.py )
1056
1060
* [ Fetch Well Rx Price] ( web_programming/fetch_well_rx_price.py )
1057
1061
* [ Get Imdb Top 250 Movies Csv] ( web_programming/get_imdb_top_250_movies_csv.py )
1058
1062
* [ Get Imdbtop] ( web_programming/get_imdbtop.py )
You can’t perform that action at this time.
0 commit comments