Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 294 Bytes

File metadata and controls

6 lines (6 loc) · 294 Bytes

NSDictionary

Please, find your tasks on NSDictionary and NSMutableDictionary bellow:

  • Create NSDictionary using literal declaration.
  • Make it mutable and add several new entries.
  • Sort it in an ascending and descending order.
  • Check whether required value is contained in the dictionary.