Commit Graph

  • da03c14d39 Fix accuracy in maclaurin_series on Python 3.12 (#9581) Christian Clauss 2023-10-03 11:48:58 +02:00
  • 04b896124a Fix accuracy in maclaurin_series on Python 3.12 fix-maclaurin_series-on-Python3.12 Christian Clauss 2023-10-03 11:34:43 +02:00
  • f781e34f7d Fix accuracy in maclaurin_series on Python 3.12 Christian Clauss 2023-10-03 11:28:53 +02:00
  • 0f4e51245f Upgrade to Python 3.12 (#9576) Christian Clauss 2023-10-03 11:17:10 +02:00
  • f964dcbf2f pre-commit autoupdate && pre-commit run --all-files (#9516) Christian Clauss 2023-10-03 05:05:43 +02:00
  • f8fe8fe41f Removed maths/miller_rabin.py , Double implementation. #8098 (#9228) aryan1165 2023-10-03 03:27:00 +05:30
  • 8c7bd1c48d Deleted minmax.py (#9482) Varshaa Shetty 2023-10-03 03:17:10 +05:30
  • 95345f6f5b Add typng to binomial_coefficient.py (#9480) Saksham Chawla 2023-10-02 20:51:45 +05:30
  • 73118b9f67 Add typing to binary_exponentiation_3.py (#9477) Saksham Chawla 2023-10-02 20:11:34 +05:30
  • 97154cfa35 Add typing to binary_exp_mod.py (#9469) Saksham Chawla 2023-10-02 20:00:34 +05:30
  • 89a65a8617 Add typing to binary_exponentiation.py (#9471) Saksham Chawla 2023-10-02 19:59:06 +05:30
  • 9640a4041a Add typing to binary_exponentiation_2.py (#9475) Saksham Chawla 2023-10-02 19:58:36 +05:30
  • e798e5acde add reverse k group linkedlist (#9323) Bama Charan Chhandogi 2023-10-02 05:49:39 +05:30
  • 24e7edbe5b Remove myself from CODEOWNERS (#9325) Dhruv Manilawala 2023-10-02 02:48:16 +05:30
  • 8d94f7745f Euler072 - application of vector operations to reduce calculation time and refactoring numpy (#9229) Kamil 2023-10-01 23:14:58 +05:00
  • 18cdbc4165 binary_search_traversals.py made memory-friendly using generators. Fixes #8725 completely. (#9237) aryan1165 2023-10-01 22:24:05 +05:30
  • bacad12a1f [NEW ALGORITHM] Rotate linked list by K. (#9278) Muhammad Umer Farooq 2023-10-01 21:11:16 +05:00
  • 43c3f4ea40 add Three sum (#9177) Bama Charan Chhandogi 2023-10-01 20:16:12 +05:30
  • 596d934238 Fix ruff warning (#9272) Christian Clauss 2023-10-01 13:58:30 +02:00
  • cfabd91a8b Add missing number algorithm (#9203) Shreya Bhalgat 2023-10-01 16:58:20 +05:30
  • eaa87bd791 Made binary tree memory-friendly using generators based travels. Fixes (#9208) aryan1165 2023-10-01 14:13:48 +05:30
  • fbbbd5db05 Deleted add.py. As stated in #6216 (#9180) aryan1165 2023-10-01 11:04:03 +05:30
  • 3dbafd3f0d Deleted random_normal_distribution_quicksort.py. Fixes #9124 (#9182) aryan1165 2023-10-01 10:51:46 +05:30
  • 832610ab1d Deleted sorts/random_pivot_quick_sort.py (#9178) aryan1165 2023-10-01 10:10:53 +05:30
  • 280dfc1a22 Fix DeprecationWarning in local_weighted_learning.py (Attempt 2) (#9170) Tianyi Zheng 2023-10-01 00:07:25 -04:00
  • 320d895b86 Fixed permute_recursive() by passing nums.copy(). Fixes #9014 (#9161) aryan1165 2023-10-01 09:36:15 +05:30
  • 5f8d1cb5c9 Fix DeprecationWarning in local_weighted_learning.py (#9165) Tianyi Zheng 2023-09-30 23:31:35 -04:00
  • aaf7195465 Fix mypy error in web_programming/reddit.py (#9162) Tianyi Zheng 2023-09-30 23:10:33 -04:00
  • dec96438be Create word search algorithm (#8906) Caeden Perelli-Harris 2023-09-30 05:57:56 +01:00
  • 467903aa33 added smith waterman algorithm (#9001) Belhadj Ahmed Walid 2023-09-30 05:33:13 +01:00
  • 35dd529c85 Returning Index instead of boolean in knuth_morris_pratt (kmp) function, making it compatible with str.find(). (#9083) Hetarth Jain 2023-09-28 23:54:46 +05:30
  • 38c2b83981 Deleted euclidean_gcd.py. Fixes#8063 (#9108) aryan1165 2023-09-27 19:26:01 +05:30
  • f9b8759ba8 Move bitwise add (#9097) Tianyi Zheng 2023-09-27 09:54:40 -04:00
  • 76767d2f09 Consolidate the two existing kNN implementations (#8903) Tianyi Zheng 2023-09-27 08:01:18 -04:00
  • 5830b29e7e Fix mypy errors in erosion_operation.py (#8603) Tianyi Zheng 2023-09-27 08:00:34 -04:00
  • 84ec9414e4 Update k_means_clust.py (#8996) thor-harsh 2023-09-27 12:01:42 +05:30
  • b2e186f4b7 feat(maths): add function to perform calculation (#6602) Okza Pradhana 2023-09-27 13:06:19 +07:00
  • eace4cea32 Added Coulomb_Law (#8714) gudlu1925 2023-09-27 11:14:06 +05:30
  • 211247ef82 Add MFCC Feature Extraction Algorithm (#9057) Amir Lavasani 2023-09-25 00:38:51 +03:30
  • 882fb2f3c9 Rewrite of base85.py algorithm (#9069) Chris O 2023-09-24 20:36:06 +13:00
  • 708d906141 [pre-commit.ci] pre-commit autoupdate (#9067) pre-commit-ci[bot] 2023-09-24 12:04:47 +05:30
  • 53a51b3529 Rewrite of base32.py algorithm (#9068) Chris O 2023-09-24 19:09:32 +13:00
  • b203150ac4 Fix typos (#9076) omahs 2023-09-23 10:53:09 +02:00
  • dc50add8a7 Update xgboost_regressor.py (#9078) Rohan Anand 2023-09-23 14:21:36 +05:30
  • fbad85d3ec Delete empty junk file (#9062) Tianyi Zheng 2023-09-16 18:12:31 -04:00
  • 1488cdea70 [pre-commit.ci] pre-commit autoupdate (#9056) pre-commit-ci[bot] 2023-09-12 01:56:50 +02:00
  • 4246da387f jacobi_iteration_method.py the use of vector operations, which reduces the calculation time by dozens of times (#8938) Kamil 2023-09-11 16:05:32 +05:00
  • 97e2de0763 Euler 070 partial replacement of numpy loops. (#9055) Kamil 2023-09-11 15:11:22 +05:00
  • 5a5ca06944 Update actions/checkout with fetch-depth: 0 (#9046) Saransh Chopra 2023-09-09 23:28:43 +05:30
  • c9b4b8002f Added an add at position subroutiune to linked list (#9020) Saksham Saha 2023-09-08 17:50:28 +05:30
  • 0cae02451a Added nth_sgonal_num.py (#8753) Rohan Saraogi 2023-09-07 03:52:36 -04:00
  • 153c35eac0 Added Scaled Exponential Linear Unit Activation Function (#9027) Adarsh Acharya 2023-09-07 00:46:51 +05:30
  • 9e4f9962a0 Created harshad_numbers.py (#9023) David Ekong 2023-09-06 15:00:09 +01:00
  • 72f6000365 Fix get amazon product data erroring due to whitespace in headers (#9009) Caeden Perelli-Harris 2023-09-05 05:49:00 +01:00
  • 79b043d35c Texture analysis using Haralick Descriptors for Computer Vision tasks (#8004) Rafael Zimmer 2023-09-05 01:04:36 -03:00
  • ac73be2178 [pre-commit.ci] pre-commit autoupdate (#9042) pre-commit-ci[bot] 2023-09-05 08:27:05 +05:30
  • 5a4ea233cd Style sigmoid function in harmony with pep guideness (#6677) Kotmin 2023-09-04 19:38:26 +02:00
  • 421ace81ed [pre-commit.ci] pre-commit autoupdate (#9013) pre-commit-ci[bot] 2023-08-29 15:18:10 +02:00
  • 0a9438071e Updated postfix_evaluation.py to support Unary operators (#8787) Arijit De 2023-08-23 18:06:59 +05:30
  • fceacf977f Fix type errors in permutations (#9007) Caeden Perelli-Harris 2023-08-22 10:33:47 +01:00
  • c7aeaa3fd8 [pre-commit.ci] pre-commit autoupdate (#9006) pre-commit-ci[bot] 2023-08-22 07:42:14 +02:00
  • 04fd5c1b5e Create langtons ant algorithm (#8967) Caeden Perelli-Harris 2023-08-22 00:20:51 +01:00
  • b3dc6ef035 fixes #9002; improve insertion_sort algorithm (#9005) AmirSoroush 2023-08-22 02:17:02 +03:00
  • 1210559deb Consolidate decimal to binary iterative and recursive (#8999) Caeden Perelli-Harris 2023-08-21 14:25:20 +01:00
  • 1984d97171 Refactorings (#8987) Dom 2023-08-20 16:43:09 -07:00
  • 672e7bde2e Update arc_length.py (#8964) Guduly 2023-08-20 18:39:29 -05:00
  • 062957ef27 Octal to Binary Convert (#8949) Bama Charan Chhandogi 2023-08-20 18:10:23 +05:30
  • 5ecb6baef8 Move and reimplement convert_number_to_words.py (#8998) Tianyi Zheng 2023-08-20 05:36:00 -07:00
  • e887c14f12 Fix continued_fraction.py to work for negative numbers (#8985) Tianyi Zheng 2023-08-18 13:53:17 -07:00
  • 945803f65d Unmark fetch anime and play as BROKEN and fix type errors (#8988) Caeden Perelli-Harris 2023-08-18 13:19:25 +01:00
  • 5f7819e1cd Fix get top billionaires BROKEN file (#8970) Caeden Perelli-Harris 2023-08-18 13:13:38 +01:00
  • 72c7b05caa Fix sorts/bucket_sort.py implementation (#5786) Boris Galochkin 2023-08-18 04:38:19 +03:00
  • a207187ddb Fix simplex.py (#8843) Ilkin Mengusoglu 2023-08-17 22:34:53 +01:00
  • f6b12420ce Added Leaky ReLU Activation Function (#8962) Kausthub Kannan 2023-08-17 06:52:15 +05:30
  • fd7cc4cf8e Rename norgate to nor_gate to keep consistency (#8968) Caeden Perelli-Harris 2023-08-17 02:21:00 +01:00
  • beb43517c3 Fix mypy errors in maths/gaussian_error_linear_unit.py (#8610) Tianyi Zheng 2023-08-16 04:36:10 -07:00
  • 5c276a8377 Quick fix: fig.canvas.set_window_title deprecated (#8961) homsim 2023-08-16 10:07:50 +02:00
  • bfed2fb788 Added Continued fractions (#6846) Saksham1970 2023-08-16 12:54:12 +05:30
  • f66568e981 Reduce the complexity of boolean_algebra/quine_mc_cluskey.py (#8604) Maxim Smolskiy 2023-08-16 02:10:22 +03:00
  • efaf526737 BST and RSA doctest (#8693) isidroas 2023-08-16 01:04:53 +02:00
  • cecf1fdd52 Fix greedy_best_first (#8775) Juyoung Kim 2023-08-16 07:52:51 +09:00
  • 490e645ed3 Fix minor typing errors in maths/ (#8959) Caeden Perelli-Harris 2023-08-15 22:27:41 +01:00
  • 7618a92fee Remove a slash in path to save the file correctly on Linux (#8053) Erfan Alimohammadi 2023-08-16 00:07:49 +03:30
  • 7021afda04 [pre-commit.ci] pre-commit autoupdate (#8963) pre-commit-ci[bot] 2023-08-14 23:12:11 -04:00
  • fb1b939a89 Consolidate find_min and find_min recursive and find_max and find_max_recursive (#8960) Caeden Perelli-Harris 2023-08-14 12:17:27 +01:00
  • 2ab3bf2689 Added functions to calculate temperature of an ideal gas and number o… (#8919) robertjcalistri 2023-08-14 05:31:53 -04:00
  • ac68dc1128 Fixed Pytest warnings for machine_learning/forecasting (#8958) Adithya Awati 2023-08-14 14:04:16 +05:30
  • 4b7ecb6a81 Create is valid email address algorithm (#8907) Caeden Perelli-Harris 2023-08-14 09:28:52 +01:00
  • c290dd6a43 Update run.py in machine_learning/forecasting (#8957) Adithya Awati 2023-08-14 12:46:24 +05:30
  • 02d89bde67 Added implementation for Tribonacci sequence using dp (#6356) Ajinkya Chikhale 2023-08-14 12:42:42 +05:30
  • f24ab2c60d Add: Two Regex match algorithm (Recursive & DP) (#6321) Amir Hosseini 2023-08-14 09:07:41 +03:30
  • 9d86d4edaa Create wa-tor algorithm (#8899) Caeden Perelli-Harris 2023-08-14 01:58:17 +01:00
  • 4f2a346c27 Reduce the complexity of linear_algebra/src/polynom_for_points.py (#8605) Maxim Smolskiy 2023-08-13 13:05:42 +03:00
  • c39b7eadbd updated the URL and HTML tags for scrapping yahoo finance (#8942) Suman 2023-08-13 03:28:37 +05:30
  • ae0fc85401 Fix ruff errors (#8936) Tianyi Zheng 2023-08-09 00:55:30 -07:00
  • 842d03fb2a improvements to jump_search.py (#8932) AmirSoroush 2023-08-09 00:47:09 +03:00
  • ac62cdb94f [pre-commit.ci] pre-commit autoupdate (#8930) pre-commit-ci[bot] 2023-08-07 19:52:39 -04:00
  • db6bd4b17f IQR function is added (#8851) Dipankar Mitra 2023-08-07 17:17:42 +05:30
  • ce218c57f1 fixes #8673; Add operator's associativity check for stacks/infix_to_p… (#8674) AmirSoroush 2023-08-01 21:23:34 +03:00
  • c9a7234a95 [pre-commit.ci] pre-commit autoupdate (#8914) pre-commit-ci[bot] 2023-08-01 09:26:23 +05:30