An open API service indexing awesome lists of open source software.

https://github.com/autumnchris/freecodecamp-algorithms

My solutions to the JavaScript Algorithms on freeCodeCamp.
https://github.com/autumnchris/freecodecamp-algorithms

algorithm-challenges algorithm-scripting algorithms freecodecamp freecodecamp-algorithms freecodecamp-certification freecodecamp-curriculum javascript javascript-algorithms

Last synced: about 2 months ago
JSON representation

My solutions to the JavaScript Algorithms on freeCodeCamp.

Awesome Lists containing this project

README

        

# freeCodeCamp Algorithms

My solutions to the JavaScript algorithms on [freeCodeCamp](https://www.freecodecamp.org).

---

## [Basic Algorithm Scripting](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-algorithm-scripting)
* [x] Convert Celsius to Fahrenheit
* [x] Reverse a String
* [x] Factorialize a Number
* [x] Find the Longest Word in a String
* [x] Return Largest Numbers in Arrays
* [x] Confirm the Ending
* [x] Repeat a String Repeat a String
* [x] Truncate a String
* [x] Finders Keepers
* [x] Boo who
* [x] Title Case a Sentence
* [x] Slice and Splice
* [x] Falsy Bouncer
* [x] Where do I Belong
* [x] Mutations
* [x] Chunky Monkey

## [Intermediate Algorithm Scripting](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#intermediate-algorithm-scripting)
* [x] Sum All Numbers in a Range
* [x] Diff Two Arrays
* [x] Seek and Destroy
* [x] Wherefore art thou
* [x] Spinal Tap Case
* [x] Pig Latin
* [x] Search and Replace
* [x] DNA Pairing
* [x] Missing letters
* [x] Sorted Union
* [x] Convert HTML Entities
* [x] Sum All Odd Fibonacci Numbers
* [x] Sum All Primes
* [x] Smallest Common Multiple
* [x] Drop it
* [x] Steamroller
* [x] Binary Agents
* [x] Everything Be True
* [x] Arguments Optional
* [x] Make a Person
* [x] Map the Debris

## [JavaScript Algorithms and Data Structures Projects](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#javascript-algorithms-and-data-structures-projects)
* [x] Palindrome Checker
* [x] Roman Numeral Converter
* [x] Caesars Cipher
* [x] Telephone Number Validator
* [x] Cash Register

## [Coding Interview Prep Algorithms](https://www.freecodecamp.org/learn/coding-interview-prep/#algorithms)
* [ ] Find the Symmetric Difference
* [ ] Inventory Update
* [ ] No Repeats Please
* [ ] Pairwise
* [ ] Implement Bubble Sort
* [ ] Implement Selection Sort
* [ ] Implement Insertion Sort
* [ ] Implement Quick Sort
* [ ] Implement Merge Sort