概述 背包問題(Knapsack problem)是一種組合優化的NP完全問題。問題可以描述為:給定一組物品,每種物品都有自己的重量和價格,在限定的總重量內,我們如何選擇,才能使得物品的總價格最高
【題目描述】Given an array nums of integers and an int k, partition the array (i.e move the elements in "n
思路 1. nmap掃端口 2. WEB先查 robots.txt ,然后目錄爆破 3. 留意文件中隱藏的內容 4. 查看/etc/中程序中的配置,找登陸憑證 Flag 1 爆破目錄與文件,發現/fl
題意是把一個整數劃分為多個整數的和的形式。遞推遞歸的思路:用split[n,m]來表示把n分為若干個整數,其中最大的整數為m,那么分為以下幾種情況: n
【題目描述】Given a string source and a string target, find the minimum window in source which will contai
【題目描述】The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two q
【題目描述】Reverse a linked list.翻轉一個鏈表【題目鏈接】http://www.lintcode.com/en/problem/reverse-linked-list/【題目解析
【題目描述】Follow up for N-Queens problem.Now, instead outputting board configurations, return the total