User Tools

Site Tools


get_unique_items_in_a_list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
get_unique_items_in_a_list [2021/07/23 21:55] – [Task] rajuget_unique_items_in_a_list [2021/07/23 22:14] (current) – [Notes and assumptions] raju
Line 16: Line 16:
 </code> </code>
  
-Assume Python >= 3.is used+==== Notes and assumptions ==== 
 +  * Starting from Python 3.7, dictionaries in python are ordered by insertion order. Per https://docs.python.org/3.7/tutorial/datastructures.html#dictionaries <code> 
 +Performing list(d) on a dictionary returns a list of all the keys used in the dictionary, in insertion order 
 +</code> 
 +  * Assume Python >= 3.is used.
  
 ==== Case 1: unique unordered ==== ==== Case 1: unique unordered ====
get_unique_items_in_a_list.1627077348.txt.gz · Last modified: 2021/07/23 21:55 by raju