上一篇/kf/201412/363598.html題目描述:This time, you are supposed to find A+B where A an
題目鏈接:點擊打開鏈接 題意:白書的P103. 加個虛根就可以了。。。然後就是一個多重集排列。 import java.io.PrintWriter; impo
求對於給定一個連通圖,加多少條邊可以變成邊雙連通圖。 一個有橋的連通圖要變成邊雙連通圖的話,把雙連通子圖收縮為一個點,形成一顆樹。需要加的邊為(leaf+
題目大意:在平面中有一些巫妖和一些小精靈,還有一些樹會阻擋巫妖的視線。每一個巫妖都有一個攻擊半徑,如果一個小精靈在巫妖的攻擊半徑內,兩點之間的連線沒有樹木阻擋,
Compare Version Numbers Total Accepted: 2468 Total Submissions: 17382 Compare
題目: Given an array of size n, find the majority element. The majority element i
題目大意:有一些固定容量的瓶子,你想從火星人用k個瓶子那裡拿到一些燃料,火星人只能從一個瓶子中轉移到另一個瓶子中,或者把一個瓶子中的燃料倒掉,或者將一個瓶子裝滿
Given a positive integer, return its corresponding column title as appear in an
傳送門:1010 Tempter of the Bone Problem Description The doggie found a bone in a
There are two sorted arrays A and B of size m and n respectively. Find the
Description There is an N*M matrix with only 0s and 1s, (1 <= N,M <= 1000).
這陣子寫了一些數據加密的小程序,對比了好幾種算法後,選擇了AES,高級加密標准(英語:Advanced Encryption Standard,縮寫:AES),
【題目】 Given a binary tree, find the maximum path sum. The path may start and e