Search for a tool
Non Common Items

Tool to find uncommon elements between two lists to list different elements present only in the first or second list. Ideal for comparing, detecting differences and extracting unique data.

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)

What are Non-Common Elements? (Definition)

Given two sets of elements, non-common elements are those present only in one of the two sets, but not in both.

This is a set operation known as disjoint union or set XOR.

How to calculate missing items in lists?

Given two lists, the dCode tool identifies the differences between them. It highlights items present in the first list but absent from the second (missing or omitted items), as well as those present in the second but absent from the first (added, supplementary, or intruder items). By default, dCode displays all the 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]

When to use the Uncommon Elements tool?

— Compare an updated database with an older version and detect additions/deletions to avoid duplicates or errors.

— Compare two product lists to identify products exclusive to each supplier/store.

— Identify words in a text that are not included in a given dictionary (language, jargon, specialty).

Source code

dCode retains ownership of the "Non Common Items" source code. Any algorithm for the "Non Common Items" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "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.) or any database download or API access for "Non Common Items" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Non Common Items" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/non-common-items
In a scientific article or book, the recommended bibliographic citation is: Non Common Items on dCode.fr [online website], retrieved on 2025-05-01, 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
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback