autumnchris / freecodecamp-algorithms

My solutions to the JavaScript Algorithms on freeCodeCamp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeCodeCamp Algorithms

My solutions to the JavaScript algorithms on freeCodeCamp.


  • Convert Celsius to Fahrenheit
  • Reverse a String
  • Factorialize a Number
  • Find the Longest Word in a String
  • Return Largest Numbers in Arrays
  • Confirm the Ending
  • Repeat a String Repeat a String
  • Truncate a String
  • Finders Keepers
  • Boo who
  • Title Case a Sentence
  • Slice and Splice
  • Falsy Bouncer
  • Where do I Belong
  • Mutations
  • Chunky Monkey
  • Sum All Numbers in a Range
  • Diff Two Arrays
  • Seek and Destroy
  • Wherefore art thou
  • Spinal Tap Case
  • Pig Latin
  • Search and Replace
  • DNA Pairing
  • Missing letters
  • Sorted Union
  • Convert HTML Entities
  • Sum All Odd Fibonacci Numbers
  • Sum All Primes
  • Smallest Common Multiple
  • Drop it
  • Steamroller
  • Binary Agents
  • Everything Be True
  • Arguments Optional
  • Make a Person
  • Map the Debris
  • Palindrome Checker
  • Roman Numeral Converter
  • Caesars Cipher
  • Telephone Number Validator
  • Cash Register
  • 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