Skip to content

Instantly share code, notes, and snippets.

View weathon's full-sized avatar
💻
Research Assitant

Marshall weathon

💻
Research Assitant
View GitHub Profile
@weathon
weathon / ERRORCODE.cpp
Last active December 28, 2019 22:53
Share
#include<iostream>
using namespace std;
//用来练习自己实现二叉树排序
int N;
struct Tnode{
int id,chinese,math,english;
int LC,RC;
};
@weathon
weathon / test
Created January 25, 2019 20:55
test
test