Looking for diverse contests

Revision en4, by confusedman, 2020-07-05 16:58:37

I recently started competitive programming and have been practicing a lot of Div2 contests. However, it seems that problems A-D (the ones I can solve after some time) are mostly constructive, greedy, implementation, ad-hoc or plain dfs/bfs.

I have been trying to search for contests/problems that involve a diversity of data structures and algorithms so that I can learn more techniques, which is arguably even more fun. It's okay if I can't solve them initially, but at least I hope to learn more from the editorials.

Could anybody recommend good OJs that have contests which can help me maximize my learning of classic algorithms and data structures?

P.S. — By classic algorithms/DS I mean dijkstra, bellman-ford, sparse tables, bridge finding, segment trees, BIT, more advanced dp etc.

EDIT: Cmon guys you know Div2 on codeforces isn't very diverse (these days atleast), why the downvotes?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English confusedman 2020-07-05 16:58:37 21 Tiny change: 'ry diverse, why the ' -> 'ry diverse (these days atleast), why the '
en3 English confusedman 2020-07-05 16:40:54 86
en2 English confusedman 2020-07-05 16:18:07 41
en1 English confusedman 2020-07-05 16:08:54 848 Initial revision (published)