|
| 1 | +# Intermediate Algorithm Scripting |
| 2 | + |
| 3 | +My solution proposals for |
| 4 | +the [Intermediate Algorithm Scripting](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#intermediate-algorithm-scripting) |
| 5 | +exercises. |
| 6 | + |
| 7 | +freeCodeCamp module description: |
| 8 | +> *"Now that you know the basics of algorithmic thinking, along with OOP and Functional Programming, test your skills with the Intermediate Algorithm Scripting challenges."* |
| 9 | +
|
| 10 | +### Exercises |
| 11 | + |
| 12 | +- [ ] [ 01 - Sum All Numbers in a Range]() |
| 13 | +- [ ] [ 02 - Diff Two Arrays]() |
| 14 | +- [ ] [ 03 - Seek and Destroy]() |
| 15 | +- [ ] [ 04 - Wherefore art thou]() |
| 16 | +- [ ] [ 05 - Spinal Tap Case]() |
| 17 | +- [ ] [ 06 - Pig Latin]() |
| 18 | +- [ ] [ 07 - Search and Replace]() |
| 19 | +- [ ] [ 08 - DNA Pairing]() |
| 20 | +- [ ] [ 09 - Missing letters]() |
| 21 | +- [ ] [ 10 - Sorted Union]() |
| 22 | +- [ ] [ 11 - Convert HTML Entities]() |
| 23 | +- [ ] [ 12 - Sum All Odd Fibonacci Numbers]() |
| 24 | +- [ ] [ 13 - Sum All Primes]() |
| 25 | +- [ ] [ 14 - Smallest Common Multiple]() |
| 26 | +- [ ] [ 15 - Drop it]() |
| 27 | +- [ ] [ 16 - Steamroller]() |
| 28 | +- [ ] [ 17 - Binary Agents]() |
| 29 | +- [ ] [ 18 - Everything Be True]() |
| 30 | +- [ ] [ 19 - Arguments Optional]() |
| 31 | +- [ ] [ 20 - Make a Person]() |
| 32 | +- [ ] [ 21 - Map the Debris]() |
| 33 | + |
| 34 | + |
| 35 | +⬅️ [Back to main file](../README.md) |
| 36 | + |
| 37 | +###### Disclaimer: This repository should not be viewed as a facilitator for these courses. <br> This is intended to highlight and memorize my journey through this certification. |
0 commit comments