nbro / andz

Algorithms and data structures for educational, demonstrational and experimental purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement the `isomorphic` function

nbro opened this issue · comments

commented

TODO

  • Write the function
  • Write the tests

References

See https://www.programcreek.com/2014/05/leetcode-isomorphic-strings-java/.