原创 POJ 2956 The Pilots Brothers' refrigerator

The Pilots Brothers' refrigerator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 23729   Accepted: 914

原创 貪心算法小白の人品測試

http://acm.sdut.edu.cn/sdutoj/showproblem.php?pid=3555&cid=1755 小白の人品測試 Time Limit: 1000MS Memory limit: 65536K

原创 POJ 3083 C - Children of the Candy Corn

Children of the Candy Corn Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 12781   Accepted: 5496 De

原创 SDUT 1489 求二叉樹的先序遍歷

http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=1489 求二叉樹的先序遍歷 Time Limit: 1000ms   Mem

原创 數據結構實驗之鏈表九:雙向鏈表 C++

01#include <iostream> 02using namespace std; 03class linklist { 04private:05    classlinknode { 06    public:07        

原创 數據結構實驗之鏈表七:單鏈表中重複元素的刪除 c++練習

#include <iostream> #include <algorithm> using namespace std; class linklist { private:     class linknode {     publ

原创 數據結構實驗之鏈表八:Farey序列 C++

#include <iostream> using namespace std; class linklist { private: class linknode { public: int