- 博客(2)
- 收藏
- 关注
原创 Class Project: AVL Tree
A class project using AVL tree: You will be supplied with a list of 40,000+ records of data about people. The task is toread the file into a linked list, and then build a balanced binary tree
2015-05-04 14:47:19 1407
原创 USACO 1.1 Broken Necklace
/* ID: xlyleon1 PROG: beads LANG: C++ */ #include #include #include using namespace std; char beads[400]; int N; bool check() { bool blue = false, red = false; for(int i=0;i<N;
2015-04-27 10:20:03 233
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人