This commit is contained in:
Boyan 2023-12-01 13:39:42 +01:00
parent aaa2c123b8
commit e8d2d22117
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
# coding_practice # Coding Practice
Collection of algorithmics practice.
## Active practice sites
* [Kattis](https://open.kattis.com/users/confestim)
* [AoC](https://adventofcode.com/)
## Inactive practice sites
* [Leetcode](https://leetcode.com/confestim/)
* [Codeforces](https://codeforces.com/profile/confestim)
Collection of algorithmics practice.

View File

@ -39,7 +39,7 @@ parser.add_argument('-u', action="store_true", default=False, help="ShowStarted,
args = parser.parse_args() args = parser.parse_args()
kt = Kattis('confestim', 'not my actual password lol', ) kt = Kattis('confestim', 'bobit0drog@231', )
problem = args.p problem = args.p
plot = args.pl plot = args.pl
suggest = args.s suggest = args.s