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.
- Install OCaml
- Make!
make- Run!
./palindromeAmaze!