Skip to content

seiyab/dijkstra-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API

アルゴリズム一覧取得

パス

/algorithms/list

リクエストパラメータ

なし

レスポンスフィールド

形式: json

以下のフィールドを持つリスト

フィールド名 内容
algorithm_id アルゴリズムID
name アルゴリズム名

アルゴリズムIDからアルゴリズム取得

パス

/algorithms

リクエストパラメータ

パラメータ名 内容
algorithm_id アルゴリズムID

レスポンス

フィールド名 内容
algorithm_id アルゴリズムID
name アルゴリズム名

アルゴリズムIDからそのアルゴリズムを使用する問題取得

パス

/tasks

リクエストパラメータ

パラメータ名 内容
algorithm_id アルゴリズムID

レスポンス

形式: json

以下のフィールドを持つリスト

フィールド名 内容
contest コンテスト名
task 問題名
url URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published