Skip to content

Commit

Permalink
Merge pull request #539 from iKostanOrg/Documentation
Browse files Browse the repository at this point in the history
master_your_primes_sieve_with_memoization
  • Loading branch information
ikostan authored Nov 24, 2024
2 parents 3aba70a + 6bc8c59 commit 8cacc96
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
kyu\_5.master\_your\_primes\_sieve\_with\_memoization.module module
===================================================================

Subpackages
-----------

.. toctree::
:maxdepth: 4

kyu_5.master_your_primes_sieve_with_memoization.readme
kyu_5.master_your_primes_sieve_with_memoization
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
README
======

.. include:: ../../kyu_5/master_your_primes_sieve_with_memoization/README.md
:parser: myst_parser.sphinx_
11 changes: 11 additions & 0 deletions docs/kyu_5/kyu_5.moving_zeros_to_the_end.module.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
kyu\_5.moving\_zeros\_to\_the\_end.module module
================================================

Subpackages
-----------

.. toctree::
:maxdepth: 4

kyu_5.moving_zeros_to_the_end.readme
kyu_5.moving_zeros_to_the_end
5 changes: 5 additions & 0 deletions docs/kyu_5/kyu_5.moving_zeros_to_the_end.readme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
README
======

.. include:: ../../kyu_5/moving_zeros_to_the_end/README.md
:parser: myst_parser.sphinx_
4 changes: 2 additions & 2 deletions docs/kyu_5/kyu_5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Subpackages
kyu_5.human_readable_time.module
kyu_5.integers_recreation_one.module
kyu_5.josephus_survivor.module
kyu_5.master_your_primes_sieve_with_memoization
kyu_5.moving_zeros_to_the_end
kyu_5.master_your_primes_sieve_with_memoization.module
kyu_5.moving_zeros_to_the_end.module
kyu_5.multidimensional_neighbourhood
kyu_5.not_very_secure
kyu_5.number_of_trailing_zeros_of_n
Expand Down

0 comments on commit 8cacc96

Please sign in to comment.