app.routers.problems.intercalate ================================ .. py:module:: app.routers.problems.intercalate Functions --------- .. autoapisummary:: app.routers.problems.intercalate.is_latin app.routers.problems.intercalate.is_intercalate app.routers.problems.intercalate.score Module Contents --------------- .. py:function:: is_latin(sqr: numpy.ndarray, order: int) -> bool .. py:function:: is_intercalate(sqr: numpy.ndarray, r1: int, r2: int, c1: int, c2: int) -> bool .. py:function:: score(sqr: [int]) :async: