Note…realizing the "Featured Packages" section seems basically just copied from Wikipedia, perhaps should be deleted? Or expanded on by someone with more Laravel experience!
* Product Licenses : description & list + link
A very basic description of the different products & licenses that YoYo Games offers
* Fixed link formatting
Changed the examples, added more details about each formatting method, and cleaned up grammar. Also made the text easier to read and comprehend, as well as more attractive.
* Added tar command
Tar command for creating and extracting archives with examples
* removed space with - character
* removed upper case in file path
* fix: added frontmatter
* Create new file for Z algorithm
* Updated index.md
Changed the content following the guide lines of freeCodeCamp's Style Guide for creating Guide Articles.
* z-algorithm Updated folder names as per Guidelines
* Updated title as per guide lines
Intermediate code solution doesn't pass tests when the greater number is even because it's the starting acc without passing the reducer function that avoids even number.
Proposed solution: reverse the array before reduce.
Fixed copy/pasting(?) typos, also changed the 'because' in each example to explain the why instead of just showing it's true for a single number, not mentioning any others. (Proof by example is very, very, VERY bad to encourage.)
Presented formula, derived it and gave examples, one simple and one more involved to show how it's not always 'easy' or 'obvious' how this rule can be applied to help, a rule of thumb in how to use it and a brief list of generalizations.
* [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
* [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
* [x] My pull request targets the `master` branch of freeCodeCamp.
* [x] None of my changes are plagiarized from another source without proper attribution.
* [x] My article does not contain shortened URLs or affiliate links.
If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.
Closes #XXXXX