what is constructive algorithm?
Difference between en1 and en2, changed 383 character(s)
A constructive algorithm is an approach in problem-solving where we build a solution step by step rather than verifying possible solutions. Instead of checking all possibilities (like brute force), a constructive algorithm constructs the answer directly by following a specific logic or set of rules.↵

Problem List: ↵

1. https://codeforces.me/problemset/problem/1353/C↵
2. https://codeforces.me/problemset/problem/1353/D↵
3. https://codeforces.me/problemset/problem/1368/C↵
4. https://codeforces.me/problemset/problem/1369/B↵
5. https://codeforces.me/contest/1382/problem/C1↵
6. https://codeforces.me/contest/1509/problem/D↵
7. https://codeforces.me/contest/1541/problem/C↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English ImAlAmin 2025-02-06 16:29:47 383
en1 English ImAlAmin 2025-02-05 09:08:32 335 Initial revision (published)