Search for a tool
Non Common Items

Tool to find non common elements between two lists, in order to list the different items present only in the first or the second list.

Results

Non Common Items -

Tag(s) : Data Processing

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Non Common Items' tool for free! Thank you!

Non Common Items

Non Common Items Comparator








Answers to Questions (FAQ)

How to calculate missing items in lists?

Take a List 1 and List 2, the tool is capable of returning the elements of the list 1 not present in the list 2 (missing or forgotten items), but also the elements of the list 2 not present in the read 1 (added or additional or intruders items). dCode default displays all differences between the two lists.

Example: In the list 1: C,O,D,E and list 2 : A,B,C,D,E, the only one item present in List 1 is: O, and the items presents in list 2 only are: A and B.

To list the common items and not the different ones, dCode offers a tool for common elements.

For statistical considerations of comparison of lists, see page precision and recall.

What is the XOR set operator?

The XOR (or exclusive) operation on 2 sets returns the elements that are not common to the 2 sets (the elements present in one or the other but not in both of the 2 sets).

Example: [1,2,3] XOR [2,3,4] = [1,4]

Source code

dCode retains ownership of the "Non Common Items" source code. Except explicit open source licence (indicated Creative Commons / free), the "Non Common Items" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Non Common Items" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Non Common Items" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "Non Common Items" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Non Common Items on dCode.fr [online website], retrieved on 2024-11-21, https://www.dcode.fr/non-common-items

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Non Common Items' tool for free! Thank you!


https://www.dcode.fr/non-common-items
© 2024 dCode — The ultimate 'toolkit' to solve every games / riddles / geocaching / CTF.
 
Feedback