I made (Not Yet Another) problem filter script

Revision en1, by Mindeveloped, 2024-10-19 03:58:18

I made my own script to filter problems in CF problemset. If such script with same function already exists you can ignore my post or downvote it.

This is a python 3 script that fetches all problems from CF problemset and allows custom filtering. It supports custom filter criteria in python expression format. After you input the filter function, it filters the problems and choose a random one. More details can be found in spoilers below.

Filter Expression
Code
Tags script, problemset, python

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English Mindeveloped 2024-10-19 05:26:20 120
en3 English Mindeveloped 2024-10-19 04:57:37 64
en2 English Mindeveloped 2024-10-19 04:52:43 101
en1 English Mindeveloped 2024-10-19 03:58:18 4479 Initial revision (published)