File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 757757 * [ Harmonic Series] ( maths/series/harmonic_series.py )
758758 * [ Hexagonal Numbers] ( maths/series/hexagonal_numbers.py )
759759 * [ P Series] ( maths/series/p_series.py )
760+ * [ Sieve Of Atkin] ( maths/sieve_of_atkin.py )
760761 * [ Sieve Of Eratosthenes] ( maths/sieve_of_eratosthenes.py )
761762 * [ Sigmoid] ( maths/sigmoid.py )
762763 * [ Signum] ( maths/signum.py )
793794 * [ Tanh] ( maths/tanh.py )
794795 * [ Test Factorial] ( maths/test_factorial.py )
795796 * [ Test Prime Check] ( maths/test_prime_check.py )
797+ * [ Test Sieve Of Atkin] ( maths/test_sieve_of_atkin.py )
796798 * [ Three Sum] ( maths/three_sum.py )
797799 * [ Trapezoidal Rule] ( maths/trapezoidal_rule.py )
798800 * [ Triplet Sum] ( maths/triplet_sum.py )
13521354 * [ Split] ( strings/split.py )
13531355 * [ String Switch Case] ( strings/string_switch_case.py )
13541356 * [ Strip] ( strings/strip.py )
1357+ * [ Suffix Array] ( strings/suffix_array.py )
13551358 * [ Text Justification] ( strings/text_justification.py )
13561359 * [ Title] ( strings/title.py )
13571360 * [ Top K Frequent Words] ( strings/top_k_frequent_words.py )
You can’t perform that action at this time.
0 commit comments