Skip to content

Commit

Permalink
Solve p14 in lua
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 13, 2024
1 parent dc7d9c8 commit fa6da9a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Olivia's Project Euler Solutions
| | Browser [#]_ | | |CodeQL| |br| |
| | | | |ESLint| |
+------------+----------------------------+--------+-------------------+
| Lua | Lua 5+ [#]_ | 15 | |Luai| |br| |
| Lua | Lua 5+ [#]_ | 17 | |Luai| |br| |
| | | | |Lu-Cov| |br| |
| | | | |LuaCheck| |
+------------+----------------------------+--------+-------------------+
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ Problems Solved
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`013`|:c-d:`0013`|:cp-d:`0013`|:cs-d:`0013`|:ja-d:`0013`|:js-d:`0013`|:lu-d:`0013`|:py-d:`0013`|:rs-d:`0013`|
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`014`|:c-d:`0014`|:cp-d:`0014`|:cs-d:`0014`|:ja-d:`0014`|:js-d:`0014`| |:py-d:`0014`|:rs-d:`0014`|
|:prob:`014`|:c-d:`0014`|:cp-d:`0014`|:cs-d:`0014`|:ja-d:`0014`|:js-d:`0014`|:lu-d:`0014`|:py-d:`0014`|:rs-d:`0014`|
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`015`|:c-d:`0015`|:cp-d:`0015`|:cs-d:`0015`|:ja-d:`0015`|:js-d:`0015`| |:py-d:`0015`|:rs-d:`0015`|
|:prob:`015`|:c-d:`0015`|:cp-d:`0015`|:cs-d:`0015`|:ja-d:`0015`|:js-d:`0015`|:lu-d:`0015`|:py-d:`0015`|:rs-d:`0015`|
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`016`|:c-d:`0016`|:cp-d:`0016`|:cs-d:`0016`|:ja-d:`0016`|:js-d:`0016`| |:py-d:`0016`|:rs-d:`0016`|
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/src/lua/p0015.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Solution
:language: Lua
:linenos:

.. tags:: large-numbers
.. tags:: combinatorics
2 changes: 2 additions & 0 deletions lua/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Problems Solved
- ☒ `9 <./src/p0009.lua>`__
- ☒ `11 <./src/p0011.lua>`__
- ☒ `13 <./src/p0013.lua>`__
- ☒ `14 <./src/p0014.lua>`__
- ☒ `15 <./src/p0015.lua>`__
- ☒ `17 <./src/p0017.lua>`__
- ☒ `28 <./src/p0028.lua>`__
- ☒ `34 <./src/p0034.lua>`__
Expand Down
1 change: 1 addition & 0 deletions lua/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ local problems = {
["p0009.lua"] = {31875000, false},
["p0011.lua"] = {70600674, false},
["p0013.lua"] = {5537376230, false},
["p0014.lua"] = {837799, false},
["p0015.lua"] = {137846528820, false},
["p0017.lua"] = {21124, false},
["p0028.lua"] = {669171001, false},
Expand Down

0 comments on commit fa6da9a

Please sign in to comment.