Skip to content

Commit

Permalink
Links to Dart and Julia solutions.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Jul 25, 2021
1 parent f5ae836 commit 29019dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,9 @@ I've found the following other solutions to Prechelt's phone number encoding so
* [Scala, by anatoli](https://github.com/tolks/scala-test-drive/blob/master/Matcher.scala)
* [Common Lisp, by Peter Norvig](http://www.norvig.com/java-lisp.html)
* [Haskell, several solutions](https://wiki.haskell.org/Phone_number)

This repository includes also [Dart](https://dart.dev/) and [Julia](https://julialang.org/) solutions in the
`dart` and `julia` branches, respectively.

* [Dart, by Renato Athaydes](https://github.com/renatoathaydes/prechelt-phone-number-encoding/blob/dart/src/dart/phone-encoder/bin/phone_encoder.dart)
* [Julia, by Renato Athaydes](https://github.com/renatoathaydes/prechelt-phone-number-encoding/blob/julia/src/julia/phone_encoder.jl)

0 comments on commit 29019dd

Please sign in to comment.