Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1 KB

File metadata and controls

44 lines (33 loc) · 1 KB

Intermediate Algorithm Scripting

📘 Intermediate Algorithm Scripting – freeCodeCamp

This repository contains my solutions to the Intermediate Algorithm Scripting challenges from freeCodeCamp. These exercises are designed to help improve your algorithmic thinking and JavaScript skills.


🚀 Challenges Covered

Here are the problems included in this section:

  1. Sum All Numbers in a Range
  2. Diff Two Arrays
  3. Seek and Destroy
  4. Wherefore art thou
  5. Spinal Tap Case
  6. Pig Latin
  7. Search and Replace
  8. DNA Pairing
  9. Missing Letters
  10. Sorted Union
  11. Convert HTML Entities
  12. Sum All Odd Fibonacci Numbers
  13. Sum All Primes
  14. Smallest Common Multiple
  15. Drop it
  16. Steamroller
  17. Binary Agents
  18. Everything Be True
  19. Arguments Optional
  20. Make a Person
  21. Map the Debris

📌 Note: The exact list may vary if freeCodeCamp updates the curriculum.


🛠 Technologies Used

  • JavaScript (ES6+)
  • Node.js (to run scripts locally)