This module contains several useful functions to work with prime numbers. from primePy import primes
Patient Rule Induction Method for PythonPatient Rule Induction Method for Python This module implements the Patient Rule Induction Method (PRIM) for scenario discovery in Python. This is a standalone version of the PRIM algorithm implemented in the EMA Workbench by Jan Kwakkel, which is based on the sdtoolkit R package developed by RAND Corporation. All credit goes to Jan Kwakkel for ...
primefac version 2.0.12 This is a module and command-line utility for factoring integers. As a module, we provide a primality test, several functions for extracting a non-trivial factor of an integer, a generator that yields all of a number’s prime factors (with multiplicity), and ancillary functions used in calculating these things. As a command-line utility, this project aims to replace ...
Tools for global sensitivity analysis. Contains Sobol', Morris, FAST, DGSM, PAWN, HDMR, Moment Independent and fractional factorial methods
minimum_spanning_tree_prims tarjan traversal maximum_flow maximum_flow_bfs maximum_flow_dfs all_pairs_shortest_path bellman_ford Count Connected Components heap merge_sorted_k_lists skyline sliding_window_max binary_heap k_closest_points linkedlist add_two_numbers copy_random_pointer delete_node first_cyclic_node is_cyclic is_palindrome kth_to ...