NaiveRed's Blog

Don't Panic!

Home Archives Tags
2018-03-09
Problem Solving►UVa

UVa 12382 - Grid of Lamps

Problem

題目網址

N x M 的方格,給你每列和行的燈數,請求出實際的燈數。
注意:不會高估其數量。

Read More !

Share Comments
  • Greedy
  • UVa
2018-03-08
Problem Solving►UVa

UVa 10653 - Bombs NO they are Mines

Problem

題目網址

找起點到目的地的最短路。

Read More !

Share Comments
  • A star
  • BFS
  • UVa
2018-03-08
Problem Solving►UVa

UVa 820 - Internet Bandwidth

Problem

題目網址
中文網址

Read More !

Share Comments
  • Maximum Flow
  • UVa
2018-03-05
Problem Solving►UVa

UVa 100 - The 3n + 1 problem

Problem

題目網址
中文網址

Read More !

Share Comments
  • UVa
2018-03-05
Problem Solving►UVa

UVa 429 - Word Transformation

Problem

題目網址
中文網址

Read More !

Share Comments
  • BFS
  • UVa
2018-03-04
Problem Solving►UVa

UVa 12034 - Race

Problem

題目網址
中文網址

特別注意可以並列。

Read More !

Share Comments
  • DP
  • UVa
2018-03-04
Problem Solving►UVa

UVa 10360 - Rat Attack

Problem

題目網址

找出炸彈可以殺掉最多老鼠的位置和數量。

Read More !

Share Comments
  • UVa
2018-03-04
Problem Solving►UVa

UVa 11456 - Trainsorting

Problem

題目網址
中文網址

Read More !

Share Comments
  • LIS
  • UVa
2018-03-04
Problem Solving►UVa

UVa 10827 - Maximum sum on a torus

Problem

題目網址

上下、左右相連通,求矩形的元素最大和。(Maximum Sum Subarray)
(至少取一格)

Read More !

Share Comments
  • Maximum Sum
  • UVa
  • 連續區間和
2018-03-04
Problem Solving►UVa

UVa 11635 - Hotel booking

Problem

題目網址

司機要從起點到目的地,開車時間不得連續超過 10 小時,中途可以在有旅館的城市休息一晚。
請計算出花費最少天的走法(只需輸出天數)。

Read More !

Share Comments
  • Dijkstra
  • SPFA
  • UVa
« Prev1…34567…29Next »

Recents

  • VS Code for C and CPP
  • UVa 10158 - War
  • UVa 10528 - Major Scales
  • UVa 12908 - The book thief
  • UVa 11235 - Frequent values
  • UVa 11223 - O: dah dah dah!
  • UVa 394 - Mapmaker
  • UVa 10901 - Ferry Loading III
  • UVa 1730 - Sum of MSLCM
  • UVa 10633 - Rare Easy Problem

Categories

  • Chore2
  • Problem Solving258
    • CodeForces1
    • UVa253
    • ZeroJudge4
  • 學習筆記26
    • ML(Hung-yi Lee)13
    • Python2
    • 機器學習基石11
  • 心情隨筆2

Archives

  • May 20186
  • April 20184
  • March 201840
  • December 20177
  • March 20174
  • February 20174
  • January 20174
  • October 20161
  • September 201616
  • August 201648
  • July 201651
  • June 201618
  • May 201629
  • April 201620
  • March 201612
  • February 201621
  • January 20163
© 2020 NaiveRed
Powered by Hexo and Theme by landscape
Home Archives Tags