Skip to content

Instantly share code, notes, and snippets.

View bobosheep's full-sized avatar

Ian Tsai bobosheep

View GitHub Profile
@bobosheep
bobosheep / Tcount_BST.c
Last active June 2, 2018 12:30
count word and save it to BST
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define MAX_LENGTH 1024
#define MAX_WORD 32
#define MAX_CHECK 256
struct BST{
int cnt; //辭頻統計