jimmy43333 / C_language_practice

My own coding practice of C language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C_language_practice

This is my own practice file.

EasySort

  • Input an integer n,and n element, then output an sorting arrey by simple bubble sort.

GCD

  • Input an integer t,and t group of two number,then output the GCD for each group.

Transport

  • Input m,n for a matrix size, and input each element, then output a transport matrix.
  • using Dynamical Memory Allocation.

Triangle

  • Input l,d,s for level,width,shift, then output a tree.

PrintImages

  • There is a .sh file (run on Mac) will print six picture(.raw) on one paper(.ps).

About

My own coding practice of C language.


Languages

Language:PostScript 99.8%Language:C 0.2%Language:C++ 0.0%Language:Shell 0.0%