Coding Problems Solutions:跨平台编码问题解决方案
leetcode修改密码:?编码问题解决方案?来自LeetCode和CodeWars的问题解决方案。所有解决方案可以在以下位置找到:
设置:
git clone https://github.com/uriyyo/coding-challenges
修改archgenerator/docs/consts.py
以包含您正在使用的语言(如果缺失)。
安装:
pip install ./archgenerator
Codewars:
codewars --email ${EMAIL} --password ${PASSWORD} --生成 codwars.json
Leetcode:
archgenerator leetcode --session-id ${SESSION_ID} --生成 leetcode.json
(SESSION_ID可以在Chrome Dev Tools (F12或Ctrl+Shift+I) -> Application -> Cookies中找到,它是一个长值)。
清除:
rm -rf ./docs/*
清除uriyyo存储库中的所有文档内容。