forked from TheAlgorithms/Python
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 0c39e43
Algorithm to find unique prime factors (TheAlgorithms#9935)
* algorithm to find unique prime factors
* Update prime_factors.py
* Update prime_factors.py
* Update prime_factors.py
---------
Co-authored-by: Maxim Smolskiy <mithridatus@mail.ru>1 parent 2fa65c7 commit 0c39e43
1 file changed
+40
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
50 | 90 |
| |
51 | 91 |
| |
52 | 92 |
| |
|
0 commit comments