Skip to content

Commit

Permalink
Merge pull request huihut#5 from huihut/test
Browse files Browse the repository at this point in the history
ไฝฟ็”จ<details><summary>้š่—ไธ้‡่ฆ็š„ไปฃ็ ๅ’Œๅ›พ็‰‡
  • Loading branch information
huihut authored Jun 19, 2018
2 parents b5b623a + edfbd94 commit 60acbb1
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 55 deletions.
23 changes: 22 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,27 @@
"ios": "cpp",
"istream": "cpp",
"ostream": "cpp",
"xiosbase": "cpp"
"xiosbase": "cpp",
"cctype": "cpp",
"cmath": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"cwchar": "cpp",
"iostream": "cpp",
"iterator": "cpp",
"memory": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"typeinfo": "cpp",
"xfacet": "cpp",
"xlocale": "cpp",
"xlocinfo": "cpp",
"xlocnum": "cpp",
"xmemory": "cpp",
"xmemory0": "cpp",
"xstddef": "cpp"
}
}
2 changes: 1 addition & 1 deletion Algorithm/BucketSort.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include<iterator>
#include<iostream>
#include<vector>
using namespace std;
using std::vector;

/*****************
Expand Down
Loading

0 comments on commit 60acbb1

Please sign in to comment.