自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (3)
  • 收藏
  • 关注

原创 [kuangbin带你飞]专题一 简单搜索

A POJ 1321 棋盘问题 B POJ 2251 Dungeon Master C POJ 3278 Catch That Cow D POJ 3279 Fliptile E POJ 1426 Find The Multiple F POJ Prime Path G POJ 3087 Shuffle'm Up H POJ 3414 Pots I FZU 2150 Fire Game

2017-11-12 00:01:10 333

原创 Educational Codeforces Round 32[题解]

比赛时只过了5道题,ABCDE。先写下题解,剩下的FG等补完题再更。A:题意:给定一个数列, 求极值点的个数。极值点定义为比相邻的两个数都大,或者都小的点。题解直接一遍扫过去判断即可。注意端点只有一个相邻的数,遍历范围为2 到 n - 1。判断条件为a[i] > a[i - 1] && a[i] > a[i + 1] || a[i] < a[i - 1] && a[i] < a[ i + 1]。#i

2017-11-10 09:45:27 250

原创 [POJ 1094]Sorting It All Out[拓扑排序]

Sorting It All OutTime

2017-08-23 08:10:44 298

原创 [POJ 2240]Arbitrage[spfa]

Arbitrage 【POJ 2240】 【SPFA】

2017-08-20 22:50:41 301

原创 [POJ 1125]Stockbroker Grapevine[dijkstra]

Stockbroker Grapevine 【POJ 1125】 【dijkstra】

2017-08-20 22:40:25 262

原创 [HDU 2065][dp]"红色病毒"问题

“红色病毒”问题 【HDU 2065】 【DP】

2017-08-19 22:58:06 331

原创 [POJ 2253][最短路dijkstra]Frogger

Frogger【POJ 2253】 【最短路dijkstra】

2017-08-19 19:18:45 292

原创 [POJ 1062] 昂贵的聘礼 [最短路+枚举] [dijkstra]

昂贵的聘礼 【POJ 1062】 【dijkstra】

2017-08-19 18:35:36 215

原创 [POJ 3259] Wormholes [SPFA]

Wormholes 【POJ 3259】 【SPFA】

2017-08-19 17:32:21 261

原创 [POJ 1860] Currency Exchange [spfa]

Currency Exchange 【POJ 1860】 【SPFA】

2017-08-19 16:35:41 328

2017 ccpc final

2017 CCPC Final Contest Onsite Round, Sunday, December 3rd, 2017 Problem A. Dogs and Cages Jerry likes dogs. He has N dogs numbered 0, 1, . . . , N − 1. He also has N cages numbered 0, 1, . . . , N − 1. Everyday he takes all his dogs out and walks them outside. When he is back home, as dogs can’t recognize the numbers, each dog just randomly selects a cage and enters it. Each cage can hold only one dog. One day, Jerry noticed that some dogs were in the cage with the same number of themselves while others were not. Jerry would like to know what’s the expected number of dogs that are NOT in the cage with the same number of themselves.

2018-02-05

数据结构绪论

了解数据结构的基本概念、研究对象以及数据结构课程的发 展历史,对数据结构与算法课程有 对数据结构与算法课程有 个一 宏观的认识 掌握贯穿全书的重要概念-----抽象数据型,包括其概念的定 义和实现方法,初步掌握数据抽象技术和方法 了解算法、算法复杂性,掌握算法性能的评价方法 了解解决问题的一般过程和算法的逐步求精方法,掌握问题 求解的基本过程和方法

2018-01-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除