Skip to content
rtm0x143 edited this page Mar 14, 2022 · 3 revisions

Generally we use json for data transfer.

Request data templates:

dims: {x: int, y: int} // meta data for matrixes data: [ [ ] ]

Matrixes encoding: 0 - void; 1 - unreachable; 2 - goal; 3 - start point;

For graphs it is just adjacency matrix

Response data templates:

Clone this wiki locally