app.routers.problems.nothree
¶
Functions
¶
colinear
(p1, p2, p3)
score
(nums)
Module Contents
¶
app.routers.problems.nothree.
colinear
(
p1
,
p2
,
p3
)
¶
async
app.routers.problems.nothree.
score
(
nums
:
list
[
int
]
)
¶
conjecscore
Navigation
How to Deploy Locally
Adding a Simple Problem
The Architecture
API Reference
app
Submodules
app.db
app.dependencies
app.main
app.routers
Submodules
app.routers.problems
Submodules
app.routers.problems.brocard
app.routers.problems.collatz
app.routers.problems.conway
app.routers.problems.euler_brick
app.routers.problems.filled_determinant
app.routers.problems.golden_rulers
app.routers.problems.golomb_ruler
app.routers.problems.hadamard_determinant
app.routers.problems.intercalate
app.routers.problems.magicsos
app.routers.problems.minmax_point_dist
app.routers.problems.nothree
Functions
Module Contents
colinear()
score()
app.routers.problems.problems
app.routers.problems.square_pair_sum
app.routers.problems.taxicab
app.routers.problems.vlasii_determinant
app.schemas
app.test_main
app.users
conf
Related Topics
Documentation overview
API Reference
app
app.routers
app.routers.problems
Previous:
app.routers.problems.minmax_point_dist
Next:
app.routers.problems.problems