Блог пользователя kate.codecat

Автор kate.codecat, история, 15 месяцев назад, По-английски

My ICT teacher asked me to give a short lecture at school on a programming topic I'm interested in. I chose finding strongly connected components in a directed graph. I'd like to include a problem to have some context.

Can you recommend simple SCC problems with no other algorithm needed I can use for the lecture?

  • Проголосовать: нравится
  • -17
  • Проголосовать: не нравится

»
15 месяцев назад, скрыть # |
 
Проголосовать: нравится +4 Проголосовать: не нравится

CSES- Flight Routes Check

https://cses.fi/problemset/task/1682

CSES- Planets and Kingdoms

https://cses.fi/problemset/task/1683

CSES- Coin Collector

https://cses.fi/problemset/task/1686

The first one does not require knowledge of Strongly Connected Components but it can be solved using the concept. The second one is probably the most instructive. The third one requires applying DP to the constructed components, you can take it up if you have time

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

what is ICT?