Skip to content

Commit 7bf5968

Browse files
committed
Added new Intermediate Algorithm Scripting module structure
+ create README.md file
1 parent c5e9f86 commit 7bf5968

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

Diff for: 09-intermediate-algorithm-scripting/README.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ freeCodeCamp course description:
1717
- [X] [ 06 - Basic Algorithm Scripting](/06-basic-algorithm-scripting/README.md)
1818
- [X] [ 07 - Object Oriented Programming](/07-object-oriented-programming/README.md)
1919
- [X] [ 08 - Functional Programming](/08-functional-programming/README.md)
20-
- [ ] [ 09 - Intermediate Algorithm Scripting]()
20+
- [ ] [ 09 - Intermediate Algorithm Scripting](/09-intermediate-algorithm-scripting/README.md)
2121
- [ ] [ 10 - JavaScript Algorithms and Data Structures Projects]()
2222

2323
### Languages

0 commit comments

Comments
 (0)