Skip to content

kaan2463/dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published