摘要:
Description Welcome to HDU to take part in the second CCPC girls’ competition! A new automatic judge system is used for this competition. During the f 阅读全文
摘要:
一、有向图 在实际生活中,很多应用相关的图都是有方向性的,最直观的就是网络,可以从A页面通过链接跳转到B页面,那么a和b连接的方向是a->b,但不能说是b->a,此时我们就需要使用有向图来解决这一类问题,它和我们之前学习的无向图,最大的区别就在于连接是具有方向的,在代码的处理上也会有很大的不同。 1 阅读全文
摘要:
Description Nikolay has decided to become the best programmer in the world! Now he regularly takes part in various programming contests, attentively l 阅读全文