Commit Graph

7 Commits

Author SHA1 Message Date
8679a70c55 Add Boyer-Moore article to string algorithms section of guide (#34937)
* Add files via upload

* fix: corrected front matter

* fix: renamed to be index.md
2019-03-01 15:00:27 -08:00
24f80224b1 Fixed grammar line 53 (#31788) 2019-01-16 07:56:58 -06:00
1e288d7f9a removed '/' from Link (#32902)
'/' was linking to the wrong link. Updated please review
2018-11-28 20:07:06 -05:00
112c90c4ed added code of kmp algorithm in index.md (#22293)
* added code of kmp algorithm in index.md

* format codeblock to c++?

I think this is c++, but I'm not positive.
2018-11-20 07:41:27 -06:00
c045adcc37 Z algorithm is added to the String matching algorithms in the guide (#27833)
* 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
2018-11-13 10:50:56 -08:00
6d511c558a fix(guide): Fix all frontmatter 2018-10-19 16:28:34 +01:00
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30