Commit Graph

  • b0510ecd8b [pre-commit.ci] auto fixes from pre-commit.com hooks #12283 pre-commit-ci[bot] 2024-10-25 16:55:50 +0000
  • a094749144
    Create longest-palindromic-substring.py Suryakant Tripathi 2024-10-25 22:20:32 +0530
  • 1fca8c6fc4 Merge branch 'joel_graph' of https://github.com/joelkurien/Python into joel_graph Joelkurien 2024-10-26 03:26:02 +1100
  • 8006d48cac Added type annotation changes Joelkurien 2024-10-26 03:25:52 +1100
  • f62921cce0 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 16:23:56 +0000
  • b8c6beae72 Merge branch 'joel_graph' of https://github.com/joelkurien/Python into joel_graph Joelkurien 2024-10-26 03:23:26 +1100
  • f80afa35a8 Added type annotation for variables Joelkurien 2024-10-26 03:23:20 +1100
  • 4982ff01b6 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 16:19:06 +0000
  • 5a87d4fe9e Added method return type and resolved merge conflics Joelkurien 2024-10-26 03:18:39 +1100
  • a1ff5c95a3 Added return types to the functions Joelkurien 2024-10-26 03:17:05 +1100
  • e3db05b375 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 16:12:54 +0000
  • 346a955946 Resolved issues regarding ruff testing and merge conflicts Joelkurien 2024-10-26 03:10:30 +1100
  • 5689d255de
    Create fix #12282 Pearl sethi 2024-10-25 21:34:37 +0530
  • 8286b5855a Resolving ruff issues Joelkurien 2024-10-26 03:04:37 +1100
  • 18319a8733 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 16:01:29 +0000
  • da0717b9ae updating DIRECTORY.md joelkurien 2024-10-25 16:00:32 +0000
  • 11bfe18e0d Implementation of Johnson Graph Algorithm Joelkurien 2024-10-26 03:00:10 +1100
  • 854c88cf63
    Increasing test for dynamic_array.py #12271 yashwanth-adimulam 2024-10-25 20:49:12 +0530
  • d9ef05aad6 Correcting return types #12278 Prateek Khandelwal 2024-10-25 18:31:59 +0530
  • 9e9ec20325 Using list insteaf of List Prateek Khandelwal 2024-10-25 18:28:34 +0530
  • f04ef736ae [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 12:57:27 +0000
  • 1c3bff8491 Fixing tests Prateek Khandelwal 2024-10-25 18:26:49 +0530
  • 52e91a86a8 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 12:55:34 +0000
  • af84b6c6bc Added type hints Prateek Khandelwal 2024-10-25 18:22:41 +0530
  • 3debdbcefa [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 12:46:37 +0000
  • 398412b8e3 Fixing tests Prateek Khandelwal 2024-10-25 18:15:08 +0530
  • a138031d83 changed in Trie #12279 frontend-quicksell 2024-10-25 18:07:44 +0530
  • 0a1e9a4d68 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 12:35:27 +0000
  • 464a863b99 Added minimax algorithm Prateek Khandelwal 2024-10-25 18:03:16 +0530
  • 828a081e78 [pre-commit.ci] auto fixes from pre-commit.com hooks #12277 pre-commit-ci[bot] 2024-10-25 07:29:56 +0000
  • 27b9ea63f1
    Merge pull request #1 from erenyeager101/erenyeager101-patch-1 Kunal Sonne 2024-10-25 12:57:11 +0530
  • 906376d60a
    Create best_random_state_in_random_forest.py Kunal Sonne 2024-10-25 12:53:29 +0530
  • 99ffcb7e57 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-25 06:28:37 +0000
  • 7427a23e94
    Trying to solve pre-commit error of type overload yashwanth-adimulam 2024-10-25 11:57:58 +0530
  • f3101eae93 fix errors in test cases #12273 Simon Waldherr 2024-10-24 23:09:24 +0200
  • b079fea0b9 improve coding style #12274 Simon Waldherr 2024-10-24 22:32:14 +0200
  • 4a6642a5b7 better coding style Simon Waldherr 2024-10-24 22:25:59 +0200
  • 15bf85ecbf apply coding style Simon Waldherr 2024-10-24 21:43:50 +0200
  • 6a275a12aa apply coding style #12276 Simon Waldherr 2024-10-24 21:38:51 +0200
  • 77ebcc4fa9 apply coding style Simon Waldherr 2024-10-24 21:35:01 +0200
  • 3144f26a32 tiny fix to comply to Coding Style #12275 Simon Waldherr 2024-10-24 21:34:03 +0200
  • 1264c554b6 [pre-commit.ci] auto fixes from pre-commit.com hooks #12272 pre-commit-ci[bot] 2024-10-24 19:32:46 +0000
  • d56ed3595e add Bilinear- and Bicubic-Interpolation Simon Waldherr 2024-10-24 21:27:26 +0200
  • 52f09dffe6 Implemented House Robber, DP anatoli-derese 2024-10-24 22:26:18 +0300
  • 41b2589b46 add Hilbert Curve Simon Waldherr 2024-10-24 20:47:58 +0200
  • c561e0cee0 add Lorenz Attractor Simon Waldherr 2024-10-24 20:46:23 +0200
  • 770d9ce7e5 add Barnsley Fern Simon Waldherr 2024-10-24 20:45:58 +0200
  • a6c40a9dbf
    Merge pull request #5 from ankana2113/master #12270 Ankana Pari 2024-10-24 22:56:40 +0530
  • d7a0b9d245
    Merge pull request #4 from ankana2113/master #12259 Ankana Pari 2024-10-24 22:55:44 +0530
  • 79648e21ff
    Merge pull request #3 from ankana2113/kadane_algo Ankana Pari 2024-10-24 22:54:39 +0530
  • 91f03956ec
    Merge pull request #2 from ankana2113/kadane_algo #12263 Ankana Pari 2024-10-24 22:53:37 +0530
  • bfb8167811 added kadane's algo jbsch 2024-10-24 22:39:56 +0530
  • b00284fa1f Merge branch 'largest_rect' jbsch 2024-10-24 22:28:11 +0530
  • d0291190f9 Merge branch 'master' of https://github.com/ankana2113/Python jbsch 2024-10-24 22:27:54 +0530
  • 50d5bb1af3 added largest rectangle histogram function #12269 jbsch 2024-10-24 22:13:23 +0530
  • 5c2d1fe725 added largest rectangle histogram function jbsch 2024-10-24 22:06:42 +0530
  • e5e758ed16 I have added largest rectangle histogram in the following : data_stracture > stacks >largest_rectangle_histogram frontend-quicksell 2024-10-24 21:43:54 +0530
  • 77ee22dca0 I have added largest rectangle histogram in the following : data_stracture > stacks >largest_rectangle_histogram frontend-quicksell 2024-10-24 21:09:59 +0530
  • 406cb71d47 I have added largest rectangle histogram in the following : frontend-quicksell 2024-10-24 21:09:27 +0530
  • 7520943c61 I have added largest rectangle histogram in the following : frontend-quicksell 2024-10-24 21:02:43 +0530
  • 651e053e94
    Create knapsack01 #12267 srikavya15 2024-10-24 18:52:32 +0530
  • 803157f137
    Create knapsack01 #12266 srikavya15 2024-10-24 18:41:36 +0530
  • 4c7faa8a2c
    Create 01knapsack using branch and bound #12265 srikavya15 2024-10-24 18:33:14 +0530
  • af0a554e18 [pre-commit.ci] auto fixes from pre-commit.com hooks #12264 pre-commit-ci[bot] 2024-10-24 13:02:09 +0000
  • 0588473014 Corrected a bug Maithili-Badhan 2024-10-24 18:26:13 +0530
  • 9541511a3c Added an isolation forest algorithm for anomaly detection Maithili-Badhan 2024-10-24 18:00:01 +0530
  • 0c04372ebc
    Merge pull request #1 from ankana2113/main Ankana Pari 2024-10-24 16:44:54 +0530
  • 1459adf8e4 fixed pre-commit issues jbsch 2024-10-24 16:41:25 +0530
  • 1ff79750a8 Fix ruff check in loss_functions.py jbsch 2024-10-24 16:31:38 +0530
  • a6ddea0f8e fix:Added condition array for filtering 0 values #12262 #12261 #12260 evan.zhang5 2024-10-24 18:08:23 +0800
  • 0ea341a18b descriptive names jbsch 2024-10-24 15:28:12 +0530
  • dcf47d4821 minor changes jbsch 2024-10-24 14:58:00 +0530
  • 97eb853842 minor checks #12258 #12257 #12251 jbsch 2024-10-24 12:37:54 +0530
  • 254b9bf87e minor checks jbsch 2024-10-24 12:18:13 +0530
  • f614b2efee minor chenges jbsch 2024-10-24 12:06:04 +0530
  • 1918aac31e Merge branch 'main' of https://github.com/ankana2113/Python jbsch 2024-10-24 12:04:09 +0530
  • 83d7252b3a ruff and minor checks jbsch 2024-10-24 12:03:41 +0530
  • 59d3ceba27 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-24 05:24:47 +0000
  • d8c0b7c7b3 Merge branch 'main' of https://github.com/ankana2113/Python jbsch 2024-10-24 10:54:02 +0530
  • b0255a87fe added doctests jbsch 2024-10-24 10:51:59 +0530
  • 5f98ffc1e7 add mask entries where y_true is 0 #12256 azadsingh03 2024-10-23 23:24:37 -0400
  • 3415111526 Trying get better code coverage #12255 Andrew Asche 2024-10-23 20:29:49 -0500
  • 24136588e7 trying to get better code coverage Andrew Asche 2024-10-23 20:22:27 -0500
  • e929a65a5b trying to pass ruff workflow Andrew Asche 2024-10-23 20:14:48 -0500
  • 722d1cfe68 updating doctest for code coverage Andrew Asche 2024-10-23 20:08:29 -0500
  • 273ee447bf [pre-commit.ci] auto fixes from pre-commit.com hooks #12254 pre-commit-ci[bot] 2024-10-23 19:44:15 +0000
  • 25c5430b47
    Update logarithmic_series.py Arijit Kumar Das 2024-10-24 01:13:40 +0530
  • 469f0fc4ec [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-23 19:36:43 +0000
  • 1f03223571
    Create logarithmic_series.py Arijit Kumar Das 2024-10-24 01:00:15 +0530
  • 7efc19d6c1 [pre-commit.ci] auto fixes from pre-commit.com hooks #12253 pre-commit-ci[bot] 2024-10-23 19:02:37 +0000
  • ed4734adeb
    Create subset_sum_dp.py Atharva Sarbhukan 2024-10-24 00:31:10 +0530
  • b8048ac9ae [pre-commit.ci] auto fixes from pre-commit.com hooks #12252 pre-commit-ci[bot] 2024-10-23 17:41:43 +0000
  • 9924362078
    Update n_queens_math.py GAURI 2024-10-23 23:11:02 +0530
  • d5963b2da7 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-23 15:34:22 +0000
  • 544a38b016 resolved conflicts jbsch 2024-10-23 21:01:03 +0530
  • c76784e708 [pre-commit.ci] auto fixes from pre-commit.com hooks #12250 pre-commit-ci[bot] 2024-10-23 15:25:53 +0000
  • 38764378d4 resolved conflicts jbsch 2024-10-23 20:55:20 +0530
  • 1713cbe7c2 resolved errors jbsch 2024-10-23 20:51:58 +0530
  • 2eeb450e2d [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-10-23 15:15:26 +0000
  • b1353dddd4 ridge regression jbsch 2024-10-23 20:44:04 +0530