[sys] categories = [ "algorithms", "concurrency", "database", "shell" ] langs = [ "c", "rust", ] [sys.urls] base = "https://leetcode.com" graphql = "https://leetcode.com/graphql" login = "https://leetcode.com/accounts/login/" problems = "https://leetcode.com/api/problems/$category/" problem = "https://leetcode.com/problems/$slug/description/" tag = "https://leetcode.com/tag/$slug/" test = "https://leetcode.com/problems/$slug/interpret_solution/" session = "https://leetcode.com/session/" submit = "https://leetcode.com/problems/$slug/submit/" submissions = "https://leetcode.com/api/submissions/$slug" submission = "https://leetcode.com/submissions/detail/$id/" verify = "https://leetcode.com/submissions/detail/$id/check/" favorites = "https://leetcode.com/list/api/questions" favorite_delete = "https://leetcode.com/list/api/questions/$hash/$id" [code] editor = "vim" lang = "rust" pick = "${fid}.${slug}" submission = "${fid}.${slug}.${sid}.${ac}" [storage] cache = "Problems" code = "code" root = "~/.leetcode" scripts = "scripts"