Commit Graph

  • 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
  • a19bede190
    Add scripts/find_git_conflicts.sh (#12343) Christian Clauss 2024-11-01 13:40:09 +01:00
  • 52602ea5b6
    [pre-commit.ci] pre-commit autoupdate (#12313) pre-commit-ci[bot] 2024-10-28 21:27:00 +01:00
  • 6e24935f88
    [pre-commit.ci] pre-commit autoupdate (#12234) pre-commit-ci[bot] 2024-10-22 11:22:34 +02:00
  • 03a42510b0
    [pre-commit.ci] pre-commit autoupdate (#12071) pre-commit-ci[bot] 2024-10-14 22:42:24 +02:00
  • e9e7c96465
    Create GitHub Pages docs with Sphinx (#11888) Christian Clauss 2024-10-08 19:09:28 +02:00
  • e1aa85c7a0 git rm .gitattributes gh-pages Christian Clauss 2024-10-08 18:22:47 +02:00
  • 2c90add821 Clear gh-pages branch Christian Clauss 2024-10-08 18:15:20 +02:00
  • 260e3d8b35
    feat: add test cases in cipher's autokey (#11881) Jeel Rupapara 2024-10-08 17:03:28 +05:30
  • 2d671df073
    [pre-commit.ci] pre-commit autoupdate (#11874) pre-commit-ci[bot] 2024-10-07 22:49:29 +02:00
  • dba8eecb47
    added gronsfeld cipher implementation (#11835) Lonercode 2024-10-07 10:58:07 +01:00
  • cfd6d095f1
    Added max_sum_bst.py (#11832) 1227haran 2024-10-07 14:06:15 +05:30
  • 3422ebc75b
    feat: add testcase of polynom_for_points (#11811) Jeel Rupapara 2024-10-07 12:00:11 +05:30
  • fcf82a1eda
    Implemented Exponential Search with binary search for improved perfor… (#11666) Vineet Kumar 2024-10-05 23:04:48 +05:30
  • ad6395d340
    Update ruff usage example in CONTRIBUTING.md (#11772) Andrey Ivanov 2024-10-05 18:24:58 +01:00
  • 50aca04c67
    feat: increase test coverage of longest_common_subsequence to 75% (#11777) Jeel Rupapara 2024-10-05 22:51:43 +05:30
  • 5a8655d306
    Added new algorithm to generate numbers in lexicographical order (#11674) 1227haran 2024-10-05 22:49:58 +05:30
  • 9a572dec2b
    feat: Implemented Matrix Exponentiation Method (#11747) ARNAV RAJ 2024-10-04 21:59:39 +05:30
  • 59ff87dc55
    Added doctests to min_cost_string_conversion.py and removed :c specifier (#11721) Lonercode 2024-10-04 10:36:14 +01:00
  • 917ad62105
    Removed incorrect type hints (#11711) Sai Aswin Madhavan 2024-10-04 14:58:50 +05:30
  • e20b503b24
    Improve comments, add doctests for kahns_algorithm_topo.py (#11668) Hardik Pawar 2024-10-04 14:36:08 +05:30
  • 40f65e8150
    Improve comments, docstrings in next_greatest_element.py (#11685) JeevaRamanathan 2024-10-03 05:48:01 +05:30
  • 080e7903a0
    Add Word Break algorithm (#11687) Aswin P Kumar 2024-10-03 05:33:48 +05:30
  • f4b4ac159a
    Adding Doctests to floyd_warshall.py (#11690) Ali Rashid 2024-10-03 05:24:56 +05:30
  • 918fa8bb8a
    Optimized O(n) to O(1) (#11669) 1227haran 2024-10-02 23:37:07 +05:30
  • 00e9d86224
    Improve comments, add doctests in symmetric_tree.py (#11619) Hardik Pawar 2024-10-02 08:24:12 +05:30
  • 43a47e01eb
    Add word ladder algorithm in backtracking (#11590) Hardik Pawar 2024-10-02 08:18:17 +05:30
  • 0abeeab39f
    Drop six from our GitHub Actions (#11621) Christian Clauss 2024-10-01 17:32:31 +02:00
  • 0177ae1cd5
    Upgrade to Python 3.13 (#11588) Christian Clauss 2024-09-30 23:01:15 +02:00
  • a7bfa22455
    [pre-commit.ci] pre-commit autoupdate (#11594) pre-commit-ci[bot] 2024-09-30 22:16:17 +02:00
  • a9ca110d6b
    Scripts for closing pull requests for Hacktoberfest (#11587) Christian Clauss 2024-09-30 12:49:31 +02:00
  • 976e385c1d
    Implemented Suffix Tree Data Structure (#11554) Ramy 2024-09-28 15:37:00 +02:00
  • 9b5641d2d3
    balance parenthesis (add closing bracket) (#11563) apples53 2024-09-24 13:00:36 +05:30
  • 50cc00bb2d
    [pre-commit.ci] pre-commit autoupdate (#11579) pre-commit-ci[bot] 2024-09-23 21:45:14 +02:00
  • 77bbe58421
    [pre-commit.ci] pre-commit autoupdate (#11568) pre-commit-ci[bot] 2024-09-17 00:14:55 +02:00
  • 729c1f923b
    [pre-commit.ci] pre-commit autoupdate (#11557) pre-commit-ci[bot] 2024-09-09 22:15:17 +02:00
  • f16d38f26f
    kd tree data structure implementation (#11532) Ramy 2024-09-03 14:39:09 +02:00
  • bd8085cfc1
    [pre-commit.ci] pre-commit autoupdate (#11535) pre-commit-ci[bot] 2024-09-02 21:41:55 +02:00
  • c8e131b86c
    [pre-commit.ci] pre-commit autoupdate (#11522) pre-commit-ci[bot] 2024-08-26 21:49:42 +02:00
  • e3fa014a5a
    Fix ruff (#11527) Maxim Smolskiy 2024-08-25 18:33:11 +03:00
  • 48418280b1
    Remove separate directory for gaussian_elimination_pivoting.py (#11445) Tianyi Zheng 2024-08-22 09:42:40 -07:00
  • 31c424fc86
    [pre-commit.ci] pre-commit autoupdate (#11515) pre-commit-ci[bot] 2024-08-12 22:55:46 +02:00
  • ed1900f1b3
    Fix typo in integration_by_simpson_approx.py (#11501) CarlosZamG 2024-08-06 02:44:58 -06:00
  • dfe67954f7
    [pre-commit.ci] pre-commit autoupdate (#11507) pre-commit-ci[bot] 2024-08-06 00:11:14 +02:00
  • 240d1b7cd4
    [pre-commit.ci] pre-commit autoupdate (#11500) pre-commit-ci[bot] 2024-07-29 21:41:09 +02:00
  • 146800307c
    Add doctests to interpolation_search.py (#11492) Ihor Pryyma 2024-07-25 18:56:31 +03:00
  • d9ded0727a
    [pre-commit.ci] pre-commit autoupdate (#11495) pre-commit-ci[bot] 2024-07-23 10:40:10 +02:00
  • 2d8f22ab61
    [pre-commit.ci] pre-commit autoupdate (#11489) pre-commit-ci[bot] 2024-07-15 21:52:48 +02:00
  • 9190888f89
    [pre-commit.ci] pre-commit autoupdate (#11481) pre-commit-ci[bot] 2024-07-08 22:55:30 +02:00
  • c1dc8e97f7
    Create count_vowels.py (#11474) Saurabh Mahapatra 2024-07-04 23:46:24 +05:30
  • 716bdeb68b
    [pre-commit.ci] pre-commit autoupdate (#11473) pre-commit-ci[bot] 2024-07-02 07:02:29 +02:00
  • 6882a8b808
    Tests/add new test case weight_conversion (#11468) João Vitor 2024-06-26 03:06:57 -03:00
  • 75b8667187
    [pre-commit.ci] pre-commit autoupdate (#11472) pre-commit-ci[bot] 2024-06-25 00:00:47 +02:00
  • 1cfca52db7
    chore: fix typos (#11467) Snoppy 2024-06-17 21:27:07 +08:00
  • 31d1cd8402
    [pre-commit.ci] pre-commit autoupdate (#11435) pre-commit-ci[bot] 2024-06-17 08:31:32 -04:00
  • df94d460ac
    Fix/fixes get top billionaries code (#11466) raj 2024-06-16 19:17:55 -03:00
  • af6a45e982
    Remove some per file ignores (#11381) Maxim Smolskiy 2024-06-17 00:19:32 +03:00
  • 446742387e
    Fix grammar and spelling mistakes in sequential_minimum_optimization.py (#11427) Tianyi Zheng 2024-06-13 14:47:29 -07:00
  • 41a1cdf38d
    Add rainfall intensity calculation function (#11432) Yuri Batista Ishizawa 2024-06-11 06:45:00 -03:00
  • 5827aac79a
    [pre-commit.ci] pre-commit autoupdate (#11430) pre-commit-ci[bot] 2024-06-03 18:21:27 -03:00
  • c919579869
    Add KL divergence loss algorithm (#11238) AtomicVar 2024-06-03 11:15:01 +08:00
  • ffaa976f6c
    Fixes #9943 (#10252) Harsh buddhdev 2024-06-02 23:00:26 -04:00
  • 2f1704dae5
    issue #11150 Ensure explicit column selection and data type setting in data reading process. (#11302) Mandeep Singh 2024-06-02 18:27:35 -07:00
  • edee8e644b
    use format to remove '0b' (#11307) Vishal Kumar Gupta 2024-06-02 02:41:40 +01:00
  • 723cf9c428
    Remove duplicate implementation of median of two arrays algorithm (#11420) Tianyi Zheng 2024-06-01 02:17:07 -07:00
  • 70bd06db46
    add doctest/document to actual_power and document to power (#11187) Pedram_Mohajer 2024-06-01 05:09:03 -04:00
  • b8afb214f8
    Changed the N to self.N in show_data in segment_tree.py (#11276) Marco-campione-github 2024-05-31 10:11:09 +02:00
  • 82aa909db7
    [pre-commit.ci] pre-commit autoupdate (#11417) pre-commit-ci[bot] 2024-05-27 21:56:48 -04:00
  • 0139143abb
    [pre-commit.ci] pre-commit autoupdate (#11408) pre-commit-ci[bot] 2024-05-20 22:44:57 +02:00
  • 1f368da06d
    [pre-commit.ci] pre-commit autoupdate (#11402) pre-commit-ci[bot] 2024-05-14 13:38:55 +02:00
  • c599f6c910
    Fix some SIM114 per file ignores (#11395) Maxim Smolskiy 2024-05-10 22:59:53 +03:00
  • 1868c0b637
    [pre-commit.ci] pre-commit autoupdate (#11394) pre-commit-ci[bot] 2024-05-06 21:38:58 +02:00
  • ea53051576
    Use spawn start method in multiprocessing programs (#11391) Xuehai Pan 2024-05-03 00:43:59 +08:00
  • 5131e3145d
    Fix some ARG002 per file ignores (#11382) Maxim Smolskiy 2024-05-01 22:27:59 +03:00
  • c026b1952f
    adding a matrix equalization algorithm (#11360) Margaret 2024-05-01 13:42:54 +03:00
  • a7e0b141d8
    [pre-commit.ci] pre-commit autoupdate (#11387) pre-commit-ci[bot] 2024-04-30 06:58:03 +02:00
  • 2d6be5fbb0
    Enable ruff UP031 rule (#11388) Maxim Smolskiy 2024-04-30 07:40:26 +03:00
  • 3925b8155b
    Fix ARG005 per file ignore (#11383) Maxim Smolskiy 2024-04-24 07:32:25 +03:00
  • d016fda51c
    Enable ruff RUF003 rule (#11376) Maxim Smolskiy 2024-04-22 22:56:14 +03:00
  • 4700297b3e
    Enable ruff RUF002 rule (#11377) Maxim Smolskiy 2024-04-22 22:51:47 +03:00
  • 79dc7c97ac
    Enable ruff RUF001 rule (#11378) Maxim Smolskiy 2024-04-22 22:45:24 +03:00
  • dbfa21813f
    [pre-commit.ci] pre-commit autoupdate (#11380) pre-commit-ci[bot] 2024-04-22 21:43:19 +02:00
  • c4e59ab633
    from keras import layers, models cclauss-patch-2 Christian Clauss 2024-04-22 21:37:07 +02:00
  • 2702bf9400
    Enable ruff S113 rule (#11375) Maxim Smolskiy 2024-04-21 20:34:18 +03:00
  • 7b88e15b1c
    Enable ruff RUF007 rule (#11349) Maxim Smolskiy 2024-04-20 17:20:27 +03:00
  • 42593489d9
    Add doctests in all functions in basic_string.py (#11374) Kelvin 2024-04-20 16:20:37 +05:30
  • a42eb35702
    Enable ruff E741 rule (#11370) Maxim Smolskiy 2024-04-19 22:30:22 +03:00
  • 0a9a860eb1
    [pre-commit.ci] pre-commit autoupdate (#11364) pre-commit-ci[bot] 2024-04-15 22:21:33 +02:00
  • 14ca726951
    [pre-commit.ci] pre-commit autoupdate (#11355) pre-commit-ci[bot] 2024-04-09 07:23:51 +02:00
  • 9e55c9d984
    Added documentations (#11352) Jiayou Qin 2024-04-08 07:35:22 -04:00
  • cc2f5b1308
    Do not fix ruff EXE001 rule (#11350) Maxim Smolskiy 2024-04-08 14:22:54 +03:00
  • 53b2926704
    Enable ruff PGH003 rule (#11345) Maxim Smolskiy 2024-04-02 22:29:34 +03:00