duplicate tag

6 questions


1 answers
278 views
0
Code deduplication

abstract class AirUnit extends Unit { private int power; public AirUnit(String name, int tribal, Point location, BaseStat baseStat, int power, double speed) { super(name, tribal, location, baseStat, ...

1 years ago

1 answers
104 views
0
Is there a way to remove duplicate elements from the list?

We are working on a function that returns a new list that removes duplicate elements from the list.The chords I made didn't work out wellI actually don't know how to start.def remove_duplicates(): t =...

2 years ago

1 answers
82 views
0
How do I erase repeating elements from the ArrayList?

There is a string ArrayList, but I want to erase the repeated string from this list. What should I do?


1 answers
111 views
0
c++ linked list deduplication, reverse question.

Source to clear if a simple link list has duplicate data.IsEmpty() is a boolean function that asks if the list is zeroLength() is a function that checks the length of the list.The Delete (int Position...


1 answers
97 views
0
To add the remaining rows by collecting the duplicate values of a Panda specific duplicate row

In the data below, is it possible to add the overlapping column value between A and B and its row?For example, for A, d1 = 1+1, d2 = 3+1, For B, d1 = 1+1, d2 = 2+3.id, d1, d2, d3, d4A, 1, 3, 3, 2B, 1,...

2 years ago

1 answers
70 views
0
Check for non-overlapping values with Python tea sets.

Hi, everyone.I am a beginner among beginners who have only started studying Python by myself for about a month.I was making a program because I thought of oneEnter the values in the first and second t...

2 years ago

© 2024 OneMinuteCode. All rights reserved.