Skip to content

FPUGS/Palindrome-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome-Detector

Join the chat at https://gitter.im/FPUGS

A Solution to FPUGS/Palindrome-Detector in OCaml.

OCaml had some problems with this one because it doesn't support function overloading. This meant I had to implement a different solution for each type of input. However, this also meant that I could implement more performant solutions for arrays and strings vs lists, since lists don't have random access.

Run the Things!

  1. Install OCaml
  2. Make!
make
  1. Run!
./palindrome

Amaze!

About

Code Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •