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.
Non Common Items - dCode
Tag(s) : Data Processing
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!
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.
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.
— 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).
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.
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:
In a scientific article or book, the recommended bibliographic citation is: Non Common Items on dCode.fr [online website], retrieved on 2025-05-01,