Math DaTech mathdatech
mathdatech synced commits to refs/pull/8603/head at mathdatech/Python from mirror 2023-08-16 09:35:34 +00:00
7db958d667 Fix function name in erosion_operation.py doctest
053832c871 Merge branch 'master' into fix-mypy-errs-5
bfed2fb788 Added Continued fractions (#6846)
f66568e981 Reduce the complexity of boolean_algebra/quine_mc_cluskey.py (#8604)
efaf526737 BST and RSA doctest (#8693)
Compare 79 commits »
mathdatech synced commits to master at mathdatech/Python from mirror 2023-08-16 01:25:34 +00:00
f66568e981 Reduce the complexity of boolean_algebra/quine_mc_cluskey.py (#8604)
efaf526737 BST and RSA doctest (#8693)
cecf1fdd52 Fix greedy_best_first (#8775)
490e645ed3 Fix minor typing errors in maths/ (#8959)
7618a92fee Remove a slash in path to save the file correctly on Linux (#8053)
Compare 5 commits »
mathdatech synced commits to refs/pull/8693/head at mathdatech/Python from mirror 2023-08-16 01:25:34 +00:00
8212690198 Update data_structures/binary_tree/binary_search_tree.py
mathdatech synced commits to refs/pull/8775/head at mathdatech/Python from mirror 2023-08-16 01:25:34 +00:00
7a865eac31 Apply suggestions from code review
mathdatech synced commits to refs/pull/8843/head at mathdatech/Python from mirror 2023-08-15 17:15:34 +00:00
0fd0adeae9 resolve
8bfb5912d3 fix whitespace
f12212ecf1 [pre-commit.ci] auto fixes from pre-commit.com hooks
da21cb4832 fix ruff
Compare 46 commits »
mathdatech synced and deleted reference pre-commit-ci-update-config at mathdatech/Python from mirror 2023-08-15 09:05:34 +00:00
mathdatech synced commits to master at mathdatech/Python from mirror 2023-08-15 09:05:34 +00:00
7021afda04 [pre-commit.ci] pre-commit autoupdate (#8963)
mathdatech synced commits to refs/pull/8938/head at mathdatech/Python from mirror 2023-08-15 09:05:34 +00:00
8e38dc9dd5 Update jacobi_iteration_method.py
mathdatech synced commits to main at mathdatech/Compose-Examples from mirror 2023-08-15 01:15:38 +00:00
6e52fc4409 Update README.md
mathdatech synced commits to pre-commit-ci-update-config at mathdatech/Python from mirror 2023-08-15 00:55:34 +00:00
mathdatech synced new reference pre-commit-ci-update-config to mathdatech/Python from mirror 2023-08-15 00:55:34 +00:00
mathdatech synced commits to refs/pull/8693/head at mathdatech/Python from mirror 2023-08-15 00:55:34 +00:00
38aca4daca Merge branch 'master' into patch-2
f76fbace02 remove type hint
7973b7b265 child instead of children
ba2efa2181 convert property 'is_right' to one-liner
fb1b939a89 Consolidate find_min and find_min recursive and find_max and find_max_recursive (#8960)
Compare 108 commits »
mathdatech synced commits to master at mathdatech/Python from mirror 2023-08-14 16:45:34 +00:00
fb1b939a89 Consolidate find_min and find_min recursive and find_max and find_max_recursive (#8960)
2ab3bf2689 Added functions to calculate temperature of an ideal gas and number o… (#8919)
Compare 2 commits »
mathdatech synced commits to refs/pull/8604/head at mathdatech/Python from mirror 2023-08-14 16:45:34 +00:00
c4c0fafe51 Fix review issues
mathdatech synced commits to refs/pull/8919/head at mathdatech/Python from mirror 2023-08-14 16:45:34 +00:00
9ec6e76c54 Update physics/ideal_gas_law.py
mathdatech synced commits to refs/pull/8956/head at mathdatech/Python from mirror 2023-08-14 16:45:34 +00:00
2b07c42a99 fixed doctest failed cases
f84031096c Fixed failing doctests
896c1b1fb1 reformatted according to recommended changes
Compare 3 commits »
mathdatech synced commits to master at mathdatech/Python from mirror 2023-08-14 08:35:35 +00:00
ac68dc1128 Fixed Pytest warnings for machine_learning/forecasting (#8958)
4b7ecb6a81 Create is valid email address algorithm (#8907)
c290dd6a43 Update run.py in machine_learning/forecasting (#8957)
02d89bde67 Added implementation for Tribonacci sequence using dp (#6356)
f24ab2c60d Add: Two Regex match algorithm (Recursive & DP) (#6321)
Compare 6 commits »
mathdatech synced commits to refs/pull/6321/head at mathdatech/Python from mirror 2023-08-14 08:35:35 +00:00
475b5b5184 [pre-commit.ci] auto fixes from pre-commit.com hooks
8c5aef0497 Update dynamic_programming/regex_match.py
4456366da0 Fix ruff formatting in if statements
7271e3d2a5 Update dynamic_programming/regex_match.py
c2bd6bf9a2 Update dynamic_programming/regex_match.py
Compare 5 commits »
mathdatech synced commits to refs/pull/6356/head at mathdatech/Python from mirror 2023-08-14 08:35:35 +00:00
56291c4d2c Apply suggestions from code review
mathdatech synced commits to refs/pull/8907/head at mathdatech/Python from mirror 2023-08-14 08:35:35 +00:00
bfec37ccfb Update strings/is_valid_email_address.py