Skip to content

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

Notifications You must be signed in to change notification settings

matei-s/help-the-kids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.7%
  • MATLAB 6.4%
  • M 0.9%