Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 458 Bytes

membership_testing.md

File metadata and controls

7 lines (5 loc) · 458 Bytes

Membership testing

TODO: ADD MORE

  • this exercise relies on testing membership of a value in a collection of values allergies
  • the in keyword, as in "s" in "string, allows the user to check membership in the longer string phone-number
  • use of the in statement is useful to look for an object into a list binary-search-tree