Skip to content

kevinbird61/quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Organization

  • q2: Question #2
  • q3: Question #3
  • q4: Question #4
  • q5: Question #5
  • q6: Question #6
  • q27: Question #27

From q2 to q6, you have to implement both iterative and recursive versions.

Coding Style

You can use AStyle source code indenter to help you auto format your source code. It will for sure not correct all your coding styles but for sure will eliminate most of them. You can download AStyle from this location or install via apt-get:

sudo apt-get install astyle

To format your file you can execute below command:

astyle --style=kr --indent=spaces=4 --indent-switches --suffix=none *.[ch]

Install Git pre-commit hook to check C/C++ source file format

ln -sf ../../scripts/pre-commit.hook .git/hooks/pre-commit

About

The solutions to quiz 2015q3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.3%
  • Makefile 18.0%
  • Shell 6.7%