Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 272 Bytes

String operations

One of the most common day-to-day operations are string manipulation, let's learn the different operations you can perform.

Available Algorithms

  • Compress letters
  • Palindrome

Run the test suite:

 node strings/compression.test.mjs