Commit Graph

  • 7d0f6e012a Updated doctests for nor_gate (#10791) Kento 2023-10-22 20:08:08 +11:00
  • 0601b56173 Add tests without modifying code (#10740) gio-puter 2023-10-21 22:42:26 -07:00
  • d73a4c2ee0 adding new physics algorithm: center of mass (#10743) santiditomas 2023-10-21 20:59:41 -03:00
  • c92e86bd79 Add tests to data_structures/linked_list/swap_nodes.py (#10751) Precious C. Jacob 2023-10-22 00:33:49 +01:00
  • d9562033f6 added a function to calculate perceived frequency by observer using Doppler Effect (#10776) Barun Parua 2023-10-22 04:03:50 +05:30
  • 4707fdb0f2 Add tests for Perfect_Number (#10745) Saptadeep Banerjee 2023-10-22 03:35:37 +05:30
  • b814cf3781 add exponential search algorithm (#10732) Kiarash Hajian 2023-10-21 14:53:34 -04:00
  • 06edc0eea0 Consolidate binary exponentiation files (#10742) Tianyi Zheng 2023-10-21 13:27:36 -04:00
  • 47c19d9b2d Add: FP Growth Algorithm (#10746) Jeel Gajera 2023-10-21 20:21:29 +05:30
  • 5645084dcd Consolidate loss functions into a single file (#10737) Tianyi Zheng 2023-10-20 17:29:42 -04:00
  • 52a987ea2f Add docstrings and doctests and fix a bug ciphers/trifid_cipher.py (#10716) Ope Oluwaferanmi 2023-10-20 22:28:21 +01:00
  • 579937613a Added New Tests in Signum (#10724) Saptadeep Banerjee 2023-10-20 16:32:30 +05:30
  • ce0ede6476 Fix typo in DPLL file name (#10723) Tianyi Zheng 2023-10-20 03:08:23 -04:00
  • 6f2d6f72d5 Move files for special numbers to own directory (#10714) Tianyi Zheng 2023-10-20 02:17:31 -04:00
  • 197604898b Concatenates both check bipatrite graphs(bfs&dfs) (#10708) shivaparihar6119 2023-10-20 11:39:58 +05:30
  • 82fc24ce96 Test cases for check_bipartite_graph_bfs (#10688) RaymondDashWu 2023-10-19 21:42:20 -07:00
  • 4154428351 [ADD]: Improved tests in power recursion! (#10664) Saptadeep Banerjee 2023-10-20 09:59:24 +05:30
  • 51805338af Fix ruff error in machine_learning/sequential_minimum_optimization.py (#10717) Tianyi Zheng 2023-10-19 23:35:38 -04:00
  • 9875f374f4 Consolidate bubble sort iterative and recursive (#10651) Adam Ross 2023-10-19 22:45:51 +02:00
  • 34f48b684b Create vernam_cipher.py (#10702) Anupamaraie 2023-10-20 01:50:16 +05:45
  • be94690dec Create swap_all_odd_and_even_bits.py (#10692) NikhithaBandari 2023-10-19 23:19:47 +05:30
  • 26ffad9d17 Simplify is_bst.py (#10627) Christian Clauss 2023-10-19 19:31:51 +02:00
  • 6987614067 *added docstring and doctest for find_isolated_nodes (#10684) ketan96-m 2023-10-19 09:48:53 -05:00
  • bd3072b845 Added Mean Squared Logarithmic Error (MSLE) Loss Function (#10637) Ankit Avinash 2023-10-19 20:16:39 +05:30
  • 289a4dd6d3 docs: add test scenarios to pull request template (#10396) Abílio Azevedo 2023-10-19 11:35:41 -03:00
  • 33888646af Edit Distance Algorithm for String Matching (#10571) anshul-2010 2023-10-19 18:08:02 +05:30
  • b301e589e2 Update binary_exponentiation.py (#10342) Iyiola Aloko 2023-10-19 08:21:48 -04:00
  • 30c8d5573a Update binary_exponentiation.py (#10253) rtang09 2023-10-19 05:15:23 -07:00
  • 9adb7ced16 Update primelib.py (#10209) rtang09 2023-10-19 05:02:04 -07:00
  • 572de4f15e Added A General Swish Activation Function inNeural Networks (#10415) Shivansh Bhatnagar 2023-10-18 20:20:18 +05:30
  • 361f64c21d Adds hinge loss function algorithm (#10628) Poojan Smart 2023-10-18 19:39:13 +05:30
  • 788e4ede9b Fix doctest power recursion (#10659) Jai Vignesh J 2023-10-18 04:20:57 +05:30
  • 9da6f48b46 Add binary_coded_decimal.py (#10656) Manmita Das 2023-10-18 04:07:57 +05:30
  • 9de1c49fe1 feat: Polish ID (PESEL) checker added (#10618) Marek Mazij 2023-10-17 20:24:16 +02:00
  • 09c2b2d006 Add arrays/sudoku_solver.py (#10623) Anubhavpandey27 2023-10-17 22:37:40 +05:30
  • 72bd653e04 Test cases for all_combinations (#10633) RaymondDashWu 2023-10-17 07:57:33 -07:00
  • ac3bd1032c Add matrix_multiplication (#10045) ojas wani 2023-10-17 02:25:25 -07:00
  • c6c3bd3399 Hacktoberfest: Added Octal Number to Hexadecimal Number Conversion Algorithm (#10533) Kushagra Agarwal 2023-10-17 12:40:24 +05:30
  • 00165a5fb2 Added test cases to join.py (#10629) Saurabh Mahapatra 2023-10-17 12:06:12 +05:30
  • b5786c87d8 update segmenttree docstrings Fixes #9943 (#9975) aryandgandhi 2023-10-16 20:25:07 -05:00
  • 5f629b6049 Optimize and_gate and nand_gate (#10591) Sandeepa Dilshan Alagiyawanna 2023-10-17 04:47:49 +05:30
  • fcea18c9f0 Added an algorithm transfrom bst to greater sum tree (#9777) Adarsh Sidnal 2023-10-17 04:26:14 +05:30
  • 922bbee80c [pre-commit.ci] pre-commit autoupdate (#10613) pre-commit-ci[bot] 2023-10-16 20:23:33 +02:00
  • 1e468c1028 Floor and ceil in Binary search tree added (#10432) halfhearted 2023-10-16 22:42:33 +05:30
  • 778e2010d6 Added functionality to calculate the diameter of given binary tree (#10526) Vinayak Upadhyay 2023-10-16 22:16:44 +05:30
  • 5a1305b6fe Fix benchmark to test with the provided number instead on 25 (#10587) ivan53 2023-10-16 07:48:26 -07:00
  • c15dda405a Update basic_binary_tree.py (#10388) Saswat Susmoy 2023-10-16 20:13:53 +05:30
  • 3923e590d7 Tree_sort.py: Disable slow doctest (#10584) Christian Clauss 2023-10-16 16:17:48 +02:00
  • 7acf4bf73b Rename binary_tree_traversals.md to README.md (#10599) Christian Clauss 2023-10-16 16:16:09 +02:00
  • 69707bf693 Minimization of while loop in Armstrong Numbers (#9976) Dwarkadhish Kamthane 2023-10-16 13:51:03 +05:30
  • 96f81770d7 Adds Doc test in depth_first_search_2.py (#10094) Praful Katare 2023-10-16 13:43:34 +05:30
  • e9b3f20cec Delete dynamic_programming/longest_sub_array.py (#10073) hollowcrust 2023-10-16 16:03:16 +08:00
  • 3c14e6ae3a Refactoring and optimization of the lu_decomposition algorithm (#9231) Kamil 2023-10-16 12:29:46 +05:00
  • f4ff73b1bd Converted tests into doctests (#10572) Akshar Goyal 2023-10-16 03:21:43 -04:00
  • cc0405d05c Update volume.py with volume of Icosahedron (#9628) Yousha Mahamuni 2023-10-16 08:17:27 +05:30
  • 1a26d76c60 add tests for tree_sort (#10015) Gabrielly de S. Pinto Dantas 2023-10-15 21:44:10 -03:00
  • bb8f194957 Delete texttable from dependencies (#10565) Tianyi Zheng 2023-10-15 20:01:01 -04:00
  • c2f14e8a78 Add note to feature_request.yml about not opening issues for new algorithms (#10142) Chris O 2023-10-16 12:44:06 +13:00
  • 73ebf7bdb1 Move and rename maths/greedy_coin_change.py (#10418) Tianyi Zheng 2023-10-15 19:42:55 -04:00
  • b6b45eb1ce Fix numpy deprecation warning in 2_hidden_layers_neural_network.py (#10424) Tianyi Zheng 2023-10-15 19:41:45 -04:00
  • e6aae1cf66 Dynamic programming/matrix chain multiplication (#10562) Pooja Sharma 2023-10-16 05:02:45 +05:30
  • d00888de76 feat: adding Apriori Algorithm (#10491) Jeel Gajera 2023-10-16 03:19:53 +05:30
  • bcda3bf64e test: adding more tests to a star algorithm (#10397) Abílio Azevedo 2023-10-15 18:31:11 -03:00
  • ec952927ba charging_inductor (#10427) dhruvtrigotra 2023-10-16 02:11:39 +05:30
  • 3d6f3c4188 Added data_structures/arrays/sparse_table.py (#10437) hollowcrust 2023-10-16 04:13:27 +08:00
  • 902278f656 Changes the code To return the list in dynamic_programming/subset_generation.py (#10191) Aasheesh 2023-10-16 01:26:02 +05:30
  • 4004b862d5 Revert "validate_solutions.py: os.getenv('GITHUB_TOKEN', '')" (#10552) Christian Clauss 2023-10-15 21:40:13 +02:00
  • 89d12dfe99 [Add] : Wildcard Matching program under DYNAMIC PROGRAMMING (#10403) Kosuri L Indu 2023-10-16 00:57:47 +05:30
  • 7bdd1cd2be updated physics/archimedes_principle.py (#10479) Barun Parua 2023-10-15 22:43:40 +05:30
  • 68e6d5ad7e validate_solutions.py: os.getenv('GITHUB_TOKEN', '') (#10546) Christian Clauss 2023-10-15 19:11:05 +02:00
  • b2636d90b3 added implementing stack using two queues (#10076) K Anamithra 2023-10-15 22:11:29 +05:30
  • 52040a7bf1 Added 555 timer duty cycle and freqency in astable mode. (#10456) Aroson 2023-10-15 21:05:02 +05:30
  • 755659a62f Omit project_euler/ from coverage reports (#10469) Tianyi Zheng 2023-10-15 11:16:56 -04:00
  • b5474ab68a [ADD] : maths joint probabilty distribution (#10508) Rahul Jangra 2023-10-15 20:33:03 +05:30
  • 79a91cca95 Fix typo in filename: ciphers/trifid_cipher.py (#10516) Christian Clauss 2023-10-15 16:57:08 +02:00
  • 777eca813a Corrected typo in function name and doctests. rkf45.py (#10518) Ravi Kumar 2023-10-15 16:25:56 +05:30
  • 85cdb93a0d [Add] : Job Sequence program under GREEDY methods (#10482) Kosuri L Indu 2023-10-15 15:48:28 +05:30
  • 1ebae5d43e Performance: 75% faster Project Euler 187 (#10503) Manpreet Singh 2023-10-15 14:47:22 +05:30
  • 7dbc301818 added rkf45 method (#10438) Ravi Kumar 2023-10-15 14:37:29 +05:30
  • 3ecad36f92 fix: incorrect range detection in find_missing_number (#10361) Manpreet Singh 2023-10-15 10:15:44 +05:30
  • c9ba5e1b6f Disable unused dependencies (#10467) Tianyi Zheng 2023-10-14 16:08:52 -04:00
  • f968dda5e9 Updated Comments on upper.py (#10442) Saurabh Mahapatra 2023-10-15 00:32:37 +05:30
  • 1969259868 Performance: 80% faster Project Euler 145 (#10445) Manpreet Singh 2023-10-14 23:05:01 +05:30
  • 3ba2338479 Add Title Case Conversion (#10439) Aakash Giri 2023-10-14 21:47:11 +05:30
  • 212cdfe36c Added validate sudoku board function (#9881) Dean Bring 2023-10-14 08:35:12 -07:00
  • 71b372f5e2 Remove doctest in xgboost_regressor.py main function (#10422) Tianyi Zheng 2023-10-14 09:34:05 -04:00
  • 37cae3f561 Updated test cases of power_sum.py (#9978) Muhammad Umer Farooq 2023-10-14 13:31:43 +05:00
  • 0b2c9fb6f1 Adding avg and mps speed formulae for ideal gases (#10229) Baron105 2023-10-14 12:31:23 +05:30
  • 9fb0cd271e Expand euler phi function doctest (#10401) Dale Dai 2023-10-13 23:47:08 -07:00
  • d96029e13d added doctests for dynamicprogramming/minimum_partition (#10033) SalmanSi 2023-10-13 22:48:31 +05:00
  • 1117a50665 Modified comments on lower.py (#10369) Saurabh Mahapatra 2023-10-13 21:25:32 +05:30
  • c85506262d Add Damerau-Levenshtein distance algorithm (#10159) Saahil Mahato 2023-10-13 19:03:52 +05:45
  • ebe66935d2 Add Solovay-Strassen Primality test (#10335) Saahil Mahato 2023-10-13 11:49:48 +05:45
  • 24f6f8c137 Added nimply gate to boolean_algebra (#10344) Daniela Large 2023-10-13 05:29:39 +01:00
  • b94cdbab1a add find triplets with 0 sum (3sum) (#10040) Pranavkumar Mallela 2023-10-13 01:21:53 +05:30
  • ecf21bfc87 Added imply gate to boolean algebra (#9849) Daniela Large 2023-10-12 16:51:06 +01:00
  • 7ea812996c Adds exponential moving average algorithm (#10273) Poojan Smart 2023-10-12 19:24:07 +05:30
  • 09ce6b23d7 Count pairs with given sum (#10282) Siddharth Warrier 2023-10-12 14:38:55 +05:30
  • 92fbe60082 Added doctests to carmichael_number.py (#10210) Vipin Karthic 2023-10-12 00:35:24 +05:30
  • 3f094fe49d Ruff pandas vet (#10281) Christian Clauss 2023-10-11 20:30:02 +02:00