/FCC-Coding-Challenges

This repo is a collection of JavaScript Solutions and Walkthroughs to common coding challenges. The challenges in this repo are taken from the FreeCodeCamp's curriculum.

Primary LanguageJavaScript

[Walkthrough & Solution] Algorithm & Data Structure Challenges

This repo is a collection of JavaScript Solutions and Walkthroughs to common coding challenges. The challenges in this repo are taken from the FreeCodeCamp curriculum.

If you are beginner, the basic section will be a good place to start. These challenges are beginner friendly and you can follow along just fine. If you're a more advanced learner, you may choose to head to the intermediate section.

Each solution provided offers the following sections;

✅ The Challenge

✅ Understanding the Challenge

✅ Pseudocode

✅ Solving the Challenge

✅ Final Solution

🥉 Basic Algorithm Scripting

Click for all the basic challenges

01/16. Convert Celsius to Fahrenheit

02/16. Reverse a String

03/16. Factorialize a Number

04/16. Find the Longest Word in a String

05/16. Return Largest Numbers in Arrays

🥈 Intermediate Algorithm Scripting

Click for all the intermediate challenges

01/21. Sum Numbers in a Range

02/21. Diff Two Arrays