We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Setting up FreeCodeCamp for Windows #9085 I updated the wiki pages with the missing .env file, based on the CONTRIBUTING.md.
Create Article-on-PHP-loops.md (#1120) * Create Article-on-PHP-loops.md Wiki article for PHP Loops. * Update and rename Article-on-PHP-loops.md to PHP-loops.md * Rename PHP-loops.md to PHP-Loops.md * Update PHP-Loops.md
Merge pull request #1119 from dakshshah96/fix/convert-html-entities Fix convert HTML entities solutions
Fix convert HTML entities solutions
Merge pull request #1116 from Rafase282/dropit Updates Algorithm Drop it
Add cities, June 11 2016
Merge pull request #1118 from hallaathrad/master Add cities, June 10 2016
Add cities, June 10 2016
Update algorithm drop it
Update Algorithm Factorialize A Number (#1112) * Update Algorithm-Factorialize-A-Number.md * Update Algorithm-Factorialize-A-Number.md * updated as per review * update as per review 2 * Update Algorithm-Factorialize-A-Number.md
Update Algorithm Everything Be True (#1110) * Update Algorithm-Everything-Be-True.md * remove extra information * Update Algorithm-Everything-Be-True.md * Update Algorithm-Everything-Be-True.md
Update Algorithm Find The Longest Word In A String (#1114) * Update Algorithm-Find-The-Longest-Word-In-A-String.md * update as per review * Update Algorithm-Find-The-Longest-Word-In-A-String.md
Merge pull request #1107 from hallaathrad/master Add cities, June 8 2016
Add cities, June 8 2016
Updated Algorithm Confirm the Ending (#1104) * Updated Algorithm Confirm the Ending * Fixed unneeded reorder
Create Article: Big-O Notation (#1081) * Create Article: Big-O Notation #1048 * Update Algorithms-Big-O-Notation Added some updates as suggested by @alayek specifically explaining limiting behavior, fixing some grammatical errors, and adding a note about how exponents are expressed in this article. * Update Algorithms-Big-O-Notation More grammatical errors fixed, specifically capitalization errors on 'big-O notation' * Update Algorithms-Big-O-Notation Fixed another grammatical error * Update Algorithms-Big-O-Notation changed phrasing as per suggestion
Merge pull request #1105 from atjonathan/update/converthtmlentities Updated Algorithm Convert HTML Entities
Merge pull request #1106 from atjonathan/update/difftwoarrays Updated Algorithm Diff Two Arrays
Updated Algorithm Diff Two Arrays
Updated Algorithm Convert HTML Entities
Update algorithm truncate (#1091) * Added advanced solution - algorithm truncate Added in an advanced one-line solution that uses nested ternary operators. The solution also utilizes the slice() method - which is what the student is "supposed" to use to solve this Algorithm challenge. The current solution uses the substr() method, so I added that into the hint section as well. * removed nested ternary operators Removed nested ternary operators and added in new solution with a single ternary operator and slice() method. Updated code description to match single ternary and slice() method. * Updated to include new template Added in template layout, and basic solution
Updated Algorithm Reverse A String (#1097) * Updated Algorithm Reverse A String * Fixd relevant links * Removed inline code quotes
Updated Algorithm Boo Who (#1098) * Updated Algorithm Boo Who * Update Algorithm-Boo-Who.md
Updated Algorithm Binary Agents (#1099) * Updated Algorithm Binary Agents * Update Algorithm-Binary-Agents.md (#3) * Update Algorithm-Binary-Agents.md * Update Algorithm-Binary-Agents.md
Updated Algorithm Check for Palindromes (#1101) * Updated Algorithm Check for Palindromes * Update Algorithm-Check-For-Palindromes.md
Updated Algorithm Caesar's Cipher (#1102) * Updated Algorithm Caesar's Cipher * Update Algorithm-Caesars-Cipher.md I'm leaving the code explanation to you * Added Code Explanation
Updates Algorithm Arguments Optional (#1093)
Merge pull request #1103 from jainaman224/selection-sort Added c++ implementation for selection-sort
Added c++ implementation for selection-sort
Article Algorithms-Selection-Sort.md (#1082) * Create Algorithms-Selection-Sort.md * Update Algorithms-Selection-Sort.md * Update Algorithms-Selection-Sort.md * Update Algorithms-Selection-Sort.md * Update Algorithms-Selection-Sort.md * Update Algorithms-Selection-Sort.md