germanrdz / javascript-algorithms

đź“šAlgorithms and data structures implemented in JavaScript for academic purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javascript-algorithms

đź“šAlgorithms and data structures implemented in JavaScript for academic purposes

Javascript Logo

Algorithms & Excercies

  • Reverse String => Given a string, return a new string with the reversed order of characters
  • Reverse Int => Given an integer, return an integer that is the reverse order of characters
  • Palindrome => Given a string, return true if the string is a palindrome or false if it is not. Palindromes are strings that form the same word if it is reversed. Do include spaces and punctuation in determining if the string is a palindrome.

Setup

yarn install

Running tests

jest --watch

About

đź“šAlgorithms and data structures implemented in JavaScript for academic purposes


Languages

Language:JavaScript 100.0%