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.
- Host: GitHub
- URL: https://github.com/autumnchris/freecodecamp-algorithms
- Owner: autumnchris
- Created: 2017-07-12T21:22:54.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T21:32:37.000Z (4 months ago)
- Last Synced: 2025-03-24T12:47:36.379Z (3 months ago)
- Topics: algorithm-challenges, algorithm-scripting, algorithms, freecodecamp, freecodecamp-algorithms, freecodecamp-certification, freecodecamp-curriculum, javascript, javascript-algorithms
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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