kaan2463 / dictionary

A dictionay in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DICTIONARY

  • A dictionay in C
  • The trie datastructure used to create dictionary.

DONE

  • Header files are added.
  • An example TCP server code is added.
  • Makefile is added
  • Socket codes is arranged.
  • Thread scructure is applied to response each request in an thread

TO RUN

compile and run at terminal

  • make
  • ./app
  • netcat 127.0.0.1 1920 (from another terminal) -> send key to get description

About

A dictionay in C


Languages

Language:C 96.8%Language:Makefile 3.2%