/checkr

Work for checkr interview

Primary LanguagePython

Todo list from Joplin

  • Practice 1-2 times again from memory
  • [] (Optional) unittest version
  • Know how to work the algorithm w/o numpy. List of list. Memorize that y is in inner list, x in outer. Also have to do matrix[x][y] not matrix[x,y].
  • How to match a list, return lowest score with a cutoff. With test.
  • Set of test cases in pytest
  • Remove punctuation from string
  • Transposition - last name first name. Current implementation should handle most cases,