Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.01 KB

help-the-kids

Repository with the purpose of helping the young ones in need on their path to achieving the programmer wisdom.

PC:

  • Follow "main.c", compile it with "gcc -lm" and run it as you read the code;
  • Some helpful functions are implemented in "pointerutil.h";
  • Leave any questions on the Facebook group.

PA:

  • stick to whichever programming language you know better (C++/Java)

MN:

  • Before starting working on something, check the "Pull requests" tab to see if there isn't anyone who's already doing the same thing!
  • Convention: The sources' names will start with a capital letter: "Crout", "Doolittle", "Householder", "Givens" etc.
  • Comment your sources!
  • Test your sources with several input cases: eye matrix, full matrix, triu matrix, tril matric, random matrix, small, big etc.
  • Use notation tags:
    • [NOTE] for related notes
    • [USES] for sources which use other sources that are in a different folder to suggest that the user should first copy the dependencies (sources needed) in the same folder for testing