Skip to content

shihyu/linux_C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

linux_C example codes

array_pointer.c - pointer and array example.

factorial_2.c - factorial number in iteration and recursion. (Representing a Large Integer with array)

pointerFunc1.c - an easy pointer function example.

stacklinklist.c - stack, link list implementation.

queueArray.c - queue (array Implementaion)

binarytree_rec.c - Binary search tree example -Recursion version

binarytree_morris.c -Morris' tree traversal algorithm (without recursion and stack)

garpTool.c - raw socket Gratuitous ARP example.


For more details, please check out my blog

http://karosesblog.blogspot.tw/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • Makefile 0.5%