There are 2 repositories under freecodecamp-javascript-algorithms topic.
This Java-based repo contains solutions for DSA problems from Peppcoding's level 1 practice set and FreeCodeCamp's JavaScript and Algorithm sections. Topics covered include Array, LinkedList, DP, OOPs, and more. Contribute and improve existing solutions. Happy coding!
All my freeCodeCamp solved questions
Write a function which takes a ROT13 encoded string as input and returns a decoded string.
Design a cash register drawer function checkCashRegister() that accepts purchase price as the first argument (price), payment as the second argument (cash), and cash-in-drawer (cid) as the third argument.
Given the array arr, iterate through and remove each element starting from the first element (the 0 index) until the function func returns true when the iterated element is passed through it. Then return the rest of the array once the condition is satisfied, otherwise, arr should be returned as an empty array
Return true if the passed string looks like a valid US phone number.
freeCodeCamp JavaScript Algorithms and Data Structures Certification Projects
freeCodeCamp Javascript Algorithms and Data Structures Projects Solutions
:page_with_curl: my answers for intermediate algorithm challenges. (freecodecamp javascript course)
Fourth of five required projects for freeCodeCamp's JavaScript Algorithms and Data Structures certification.
FreeCodeCamp Assignments