Commit Graph

  • c585cb1227 Solution for the Euler Project problem 136 (#12658) Mindaugas 2025-04-18 07:16:15 +08:00
  • 42820634f3 Add matrix inversion algorithm using NumPy (#12657) Naitik Dwivedi 2025-04-15 00:27:13 +05:30
  • d123cbc649 Solution for the Euler Project Problem 122 (#12655) Mindaugas 2025-04-15 02:30:25 +08:00
  • cc621f1fdd Add find_unique_number algorithm to bit manipulation (#12654) parth-6945 2025-04-14 23:31:29 +05:30
  • 4ed61418a8 [pre-commit.ci] pre-commit autoupdate (#12671) pre-commit-ci[bot] 2025-04-14 19:55:55 +02:00
  • a4576dc2a4 fix: correct typo "util" to "until" (#12653) Kim 2025-04-09 15:24:37 +09:00
  • 5afe02994e [pre-commit.ci] pre-commit autoupdate (#12661) pre-commit-ci[bot] 2025-04-07 23:20:19 +02:00
  • 0c8cf8e987 Fix bug for data_structures/linked_list/doubly_linked_list_two.py (#12651) Maxim Smolskiy 2025-04-02 10:23:55 +03:00
  • baab802965 doubly linked list: add dataclass and typing (#12647) Isidro 2025-04-01 20:55:14 +02:00
  • f10a5cbfcc prefix_evaluation: Add alternative recursive implementation (#12646) Isidro 2025-03-31 23:09:14 +02:00
  • 74b540ad73 Genetic Algorithm: Fix bug in multi-threading (#12644) Tony Dang 2025-03-29 08:13:47 +00:00
  • e3773dbec1 [pre-commit.ci] pre-commit autoupdate (#12631) pre-commit-ci[bot] 2025-03-24 20:05:41 +01:00
  • 580273eeca Improve prefix_sum.py (#12560) Pranjay kumar 2025-03-20 05:03:46 +05:30
  • edf7c372a9 [pre-commit.ci] pre-commit autoupdate (#12623) pre-commit-ci[bot] 2025-03-18 09:53:49 +01:00
  • 7ce998b91c Fix some RUF012 per file ignores (#11399) Maxim Smolskiy 2025-03-11 17:29:13 +03:00
  • 23eb174629 [pre-commit.ci] pre-commit autoupdate (#12614) pre-commit-ci[bot] 2025-03-11 08:51:28 +01:00
  • e3fb5309da Improve decimal_to_fraction.py (#12611) PAUL ADUTWUM 2025-03-08 16:52:20 -05:00
  • 4fbd350b6e Improved test coverage in decimal_to_fraction.py (#12608) PAUL ADUTWUM 2025-03-08 16:47:04 -05:00
  • a415a953c3 Add largest rectangle histogram (#12269) Ankana Pari 2025-03-09 03:05:07 +05:30
  • fff34ed528 [pre-commit.ci] pre-commit autoupdate (#12599) pre-commit-ci[bot] 2025-03-03 19:10:41 +01:00
  • 8826ad3a4d feat: Implement Principal Component Analysis (PCA) (#12596) PARIKSHIT SINGH 2025-03-02 16:33:12 +05:30
  • f528ce350b Added dynamic_programming/range_sum_query.py (#12592) Sanjay Muthu 2025-02-27 17:01:08 +05:30
  • 114d4283b9 [pre-commit.ci] pre-commit autoupdate (#12591) pre-commit-ci[bot] 2025-02-24 19:27:10 +01:00
  • 183fa06f40 Fix n-queens problem (#12583) sector 2025-02-22 16:16:29 +08:00
  • a5aed92b4c fix: typo in data_structures/linked_list/from_sequence.py (#12584) Maxim Evtush 2025-02-20 21:09:01 +01:00
  • 738253e800 git mv data_structures/queue data_structures/queues (#12577) pre-commit-ci[bot] 2025-02-14 10:05:23 +01:00
  • 338cbafe0d Improve power.py (#12567) lighting9999 2025-02-10 01:51:18 +08:00
  • e59d819d09 [pre-commit.ci] pre-commit autoupdate (#12554) pre-commit-ci[bot] 2025-02-05 20:47:41 +01:00
  • 6c92c5a539 [pre-commit.ci] pre-commit autoupdate (#12542) pre-commit-ci[bot] 2025-01-27 22:05:20 +01:00
  • 13e4d3e76c Fix error in avl_tree del_node function (#11510) Rachel Spears 2025-01-23 21:59:36 -08:00
  • c666db3729 Add Doc test bubble sort (#12070) Vijayalaxmi Wakode 2025-01-24 03:31:47 +05:30
  • 9fb51b4169 Update docstrings in the functions definitions. (#11797) Ronald Ngounou 2025-01-23 09:02:46 +01:00
  • 1f74db0c06 [pre-commit.ci] pre-commit autoupdate (#12536) pre-commit-ci[bot] 2025-01-20 21:22:02 +01:00
  • 91ebea1d99 Sphinx runs on ubuntu 24.04 arm (#12530) Christian Clauss 2025-01-19 08:33:35 +01:00
  • 533767ff46 Doomsday Algorithm: Fix leap year check (#12396) Nguyen Thi Thanh Minh 2025-01-18 10:07:44 +07:00
  • 0040ad47f9 Add butterfly pattern implementation (#12493) aydinomer00 2025-01-15 00:24:36 +03:00
  • f04d308431 Create longest_increasing_subsequence_iterative.py (#12524) Sanjay Muthu 2025-01-15 02:19:04 +05:30
  • 4fe50bc1fc [pre-commit.ci] pre-commit autoupdate -- ruff 2025 stable format (#12521) pre-commit-ci[bot] 2025-01-13 21:52:12 +01:00
  • cfcc84edf7 Fix build (#12516) Maxim Smolskiy 2025-01-13 23:49:07 +03:00
  • 787aa5d3b5 doctest all_combinations.py (#12506) Siddhant 2025-01-12 20:54:23 -05:00
  • 4c92de5e03 Fix dynamic_programming/longest_increasing_subsequence.py (#12517) Sanjay Muthu 2025-01-13 05:05:22 +05:30
  • b653aee627 Fix ruff (#12515) Maxim Smolskiy 2025-01-12 19:05:08 +03:00
  • bae33acf90 [pre-commit.ci] pre-commit autoupdate (#12507) pre-commit-ci[bot] 2025-01-06 21:12:13 +01:00
  • 12b1023a9d [ADDED] Implementation of Geometric Mean. (#10421) Kaustubh Mani Tripathi 2024-12-31 07:46:32 +05:30
  • 91a22c2e36 Create digital differential analyzer_line.py (#10929) SEIKH NABAB UDDIN 2024-12-31 07:39:14 +05:30
  • a4399022e5 chore: improve comments and add tests to trapezoidal rule (#11640) Julien Richard 2024-12-31 02:11:29 +01:00
  • 8439fa8d1d Added the algorithm to compute the time period of a simple pendulum (#10265) Paarth Goyal 2024-12-31 06:17:41 +05:30
  • 8767d1d724 add some documentation for heap sort (#9949) Rodrigo Castro 2024-12-30 21:36:41 -03:00
  • 5942059cb5 add doctest for quick_sort_3_partition (#11779) Giulio Tantaro 2024-12-30 21:03:31 +01:00
  • 8921b56a85 Adding tests to monotonic_array.py (#12073) Melih Mehmet Sahin 2024-12-30 19:53:50 +00:00
  • 7e55fb6474 - Implemented find_lanczos_eigenvectors to approximate the largest eigenvalues and corresponding eigenvectors of a graph based on its adjacency list. (#11906) Jeffrey Yancey 2024-12-30 12:00:30 -07:00
  • 75c5c41113 #9943 : Adding coverage test for basic_graphs.py (#12354) Scarfinos 2024-12-30 16:12:26 +01:00
  • 77425364c8 Intensity_based_Segmentation (#12491) SUDO_USER 2024-12-30 20:42:04 +05:30
  • f24ddba5b2 Implemented doctests for geometry-related classes (#12368) Matej 2024-12-30 16:04:28 +01:00
  • a2be5adf67 Tests electronics/electric_conductivity.py #9943 (#12437) Julia Aragão 2024-12-30 13:36:55 +01:00
  • 7fa9b4bf1b Fix sphinx/build_docs warnings for dynamic_programming (#12484) Maxim Smolskiy 2024-12-30 14:52:03 +03:00
  • 493a7c153c feat: add testcase of assemble_transformation (#11810) Jeel Rupapara 2024-12-30 16:40:44 +05:30
  • da587d06ac Added doctest to /maths/power_using_recursion.py (#11994) Sankabapur 2024-12-30 16:29:03 +05:30
  • 24923ee635 Add doctest to maths/numerical_analysis/intersection.py (#12148) Shikhar Maheshwari 2024-12-30 16:21:10 +05:30
  • 2ca96b7c8e current_stock_price test added (#12390) jperezr 2024-12-30 11:37:21 +01:00
  • 68b4c6b479 fix is_ip_v4_address_valid.py (#12394) mahdi tavasoli 2024-12-30 13:52:20 +03:30
  • f45e392cf6 Fix sphinx/build_docs warnings for ciphers (#12485) Maxim Smolskiy 2024-12-30 12:56:24 +03:00
  • 94b3777936 Fix sphinx/build_docs warnings for linear_algebra (#12483) Maxim Smolskiy 2024-12-30 00:35:34 +03:00
  • 3622e940c9 Fix sphinx/build_docs warnings for other (#12482) Maxim Smolskiy 2024-12-29 23:31:53 +03:00
  • ce036db213 Fix sphinx/build_docs warnings for physics/speeds_of_gas_molecules (#12471) Maxim Smolskiy 2024-12-29 23:01:15 +03:00
  • bfb0447efb Fix sphinx/build_docs warnings for maths/zellers_congruence (#12481) Maxim Smolskiy 2024-12-29 20:29:48 +03:00
  • c93288389d [pre-commit.ci] pre-commit autoupdate (#12466) pre-commit-ci[bot] 2024-12-29 18:16:45 +01:00
  • bfc804a41c Fix sphinx/build_docs warnings for physics/newtons_second_law_of_motion (#12480) Maxim Smolskiy 2024-12-29 18:41:28 +03:00
  • d9092d88dd fixes requirements error (#12438) Sankalpa Sarkar 2024-12-29 19:23:31 +05:30
  • 972a5c1e43 fixed the issue in strings/join.py (#12434) RajdeepBakolia2004 2024-12-29 19:05:33 +05:30
  • 2d68bb50e5 Fix split function to handle trailing delimiters correctly (#12423) KICH Yassine 2024-12-29 12:56:36 +01:00
  • 2b58ab0402 compare-method added to Vector class in lib.py (#12448) Andrwaa 2024-12-28 12:17:48 +01:00
  • 1909f2272f adding doctests to maths/trapezoidal_rule.py (#12193) jperezr 2024-12-28 11:03:24 +01:00
  • d496d5611f Remove inaccessible URL in computer_vision/README.md (#12383) Shi Entong 2024-12-28 17:22:07 +08:00
  • b5c8fbf2e8 Add additional doctests, fix grammatical errors for maths/perfect_number.py (#12477) Joy Khandelwal 2024-12-28 14:21:28 +05:30
  • 929b7dc057 Fix Gaussian elimination pivoting (#11393) Maxim Smolskiy 2024-12-28 11:43:25 +03:00
  • 1652d05e9e adding test to electronics/electric_power.py (#12387) Julia Aragão 2024-12-28 00:26:29 +01:00
  • 2ae9534fc6 Added test to linear regression (#12353) Anamaria Miranda 2024-12-28 00:03:13 +01:00
  • 76471819bd Improve test coverage for armstrong numbers (#12327) Scarfinos 2024-12-27 23:52:40 +01:00
  • 8bbe8caa25 Improve test coverage for matrix exponentiation (#12388) Scarfinos 2024-12-27 23:40:35 +01:00
  • 5bef6ac929 Improve coverage special_numbers (#12414) Scarfinos 2024-12-27 23:22:36 +01:00
  • eb652cf3d4 Bump astral-sh/setup-uv from 4 to 5 (#12445) dependabot[bot] 2024-12-28 00:18:08 +03:00
  • ae28fa7fe3 Fix sphinx/build_docs warnings for data_structures/binary_tree/mirror_binary_tree (#12470) Maxim Smolskiy 2024-12-24 16:17:22 +03:00
  • c36aaf0fbc Fix sphinx/build_docs warnings for graphs/check_bipatrite (#12469) Maxim Smolskiy 2024-12-24 11:48:37 +03:00
  • e9721aad59 Fix sphinx/build_docs warnings for physics/horizontal_projectile_motion (#12467) Maxim Smolskiy 2024-12-24 06:06:59 +03:00
  • 04fbfd6eae Fix sphinx/build_docs warnings for maths/volume (#12464) Maxim Smolskiy 2024-12-24 03:14:11 +03:00
  • b0cb13fea5 Fix sphinx/build_docs warnings for greedy_methods (#12463) Maxim Smolskiy 2024-12-23 16:11:58 +03:00
  • c5e603ae42 Fix sphinx/build_docs warnings for geodesy (#12462) Maxim Smolskiy 2024-12-23 15:43:16 +03:00
  • 47cd21a110 Fix sphinx/build_docs warnings for cellular_automata (#12454) Maxim Smolskiy 2024-12-23 14:56:42 +03:00
  • 4abfce2791 Fix sphinx/build_docs warnings for audio_filters (#12449) Maxim Smolskiy 2024-12-23 06:55:22 +03:00
  • f8e595e048 [pre-commit.ci] pre-commit autoupdate (#12439) pre-commit-ci[bot] 2024-12-16 20:53:36 +01:00
  • 98391e33ea [pre-commit.ci] pre-commit autoupdate (#12428) pre-commit-ci[bot] 2024-12-12 18:40:43 +01:00
  • 0bcdfbdb34 Use Astral uv (#12402) Christian Clauss 2024-12-05 05:34:48 +01:00
  • b22fab0ea4 [pre-commit.ci] pre-commit autoupdate (#12404) pre-commit-ci[bot] 2024-12-02 22:35:21 +01:00
  • c792122632 Added matrix based color game algorithm (#12400) Anamaria Miranda 2024-12-02 11:57:04 +01:00
  • fc33c50593 [pre-commit.ci] pre-commit autoupdate (#12398) pre-commit-ci[bot] 2024-11-25 21:46:20 +01:00
  • f3f32ae3ca [pre-commit.ci] pre-commit autoupdate (#12385) pre-commit-ci[bot] 2024-11-18 22:07:12 +01:00
  • e3bd7721c8 validate_filenames.py Shebang python for Windows (#12371) Christian Clauss 2024-11-15 14:59:14 +01:00
  • e3f3d668be [pre-commit.ci] pre-commit autoupdate (#12370) pre-commit-ci[bot] 2024-11-11 21:05:50 +01:00
  • 3e9ca92ca9 [pre-commit.ci] pre-commit autoupdate (#12349) pre-commit-ci[bot] 2024-11-04 21:09:03 +01:00