Articles by Tag #list

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Master Java List Sorting: A 2025 Guide to Collections.sort(), Comparators & More

Master Java List Sorting: From Basics to Pro-Level Techniques Let's be real. We've all...

Learn More 1 0Oct 26

Collection Interface - List

** ** The Collection interface is the root interface of the Java Collection Hierarchy. It is located...

Learn More 1 0Nov 27

List functions in Python (2)

Buy Me a Coffee☕ *Memo: My post explains list functions (1). My post explains list functions...

Learn More 0 0Oct 20

Why ListView Can Hurt Your App’s Performance (and What to Use Instead) ⚡

If you’ve been building Flutter apps for a while, you’ve probably used ListView countless times. It’s...

Learn More 0 0Sep 30

List functions in Python (3)

Buy Me a Coffee☕ *Memo: My post explains list functions (1). My post explains list functions...

Learn More 1 0May 28

List in Python (6)

Buy Me a Coffee☕ *Memo: My post explains a list (1). My post explains a list (2). My post...

Learn More 0 0Oct 6

List in Python (3)

Buy Me a Coffee☕ *Memo: My post explains a list (1). My post explains a list (2). My post...

Learn More 0 0Oct 6

Day-26 List Comprehension

List Comprehension: It's a syntactically elegant method to create or manipulate lists in a single...

Learn More 1 0Dec 31 '24

Day 24 - List Functions

extend() vs append() vs insert(): extend()-Adds all elements from an iterable (e.g., list, tuple) to...

Learn More 2 0Dec 31 '24

Python Day-26 List comprehension-Exercises

List Comprehension List comprehension offers a shorter syntax when you want to create a...

Learn More 1 0Dec 21 '24

Day-25 List functions, Tasks

split(): The split() method divides a string into a list of substrings based on a...

Learn More 1 0Dec 31 '24

Learn Python Lists With Definition & Code

Today I learned about list methods in Python! 🐍 Here’s a quick summary of some important methods and...

Learn More 2 2Apr 25

Weekend Tasks - List

Task:1 s = "a4k3b2" 1) Write a program to get the output 'abbbbklllbcc' s = "a4k3b2" output =...

Learn More 1 0Dec 22 '24

Python Day-24 List Functions

extend() vs append() vs insert()-->Interview question insert()-Adds an element at the specified...

Learn More 1 0Dec 19 '24

Python Day-25 List functions, Tasks

split(): It converts string into list and seperated by commas. join(): It converts list into...

Learn More 1 0Dec 20 '24

Day 23 - List and List functions

List: List is represented by List is a collection of heterogeneous data(Different datatype). List...

Learn More 1 0Dec 31 '24

List in Dart

void main() { print('Om Namah Shivay'); //list List<int> ages = [1, 2, 3, 4, 5, 6, 7, 5,...

Learn More 0 0Dec 30 '24

How to Create a Search Menu to Filter List Items, using CSS and JavaScript

This tutorial explains How to Create a Search Menu to Filter List Items, using CSS and JavaScript....

Learn More 0 0Apr 29

Copy Linked List with random pointer

Problem tc :O(n) where n is no. of nodes in the original linked list Iterative approach: /* //...

Learn More 0 0Apr 18

Python Day-23 Lists and list functions,Task

List: [ ] --> Symbol -->Collection of Data -->Collection of Heterogeneous Data(different...

Learn More 0 0Dec 17 '24

Python List Tutorial

#Problem 1: Print the following Output from the 2 given lists. #10 5 10 7 #20 5 20 10 20 30 #30 5 30...

Learn More 0 0Jan 6

Add 1 to the list

Problem tc :O(n), sc:O(1) /* class Node{ int data; Node next; Node(int x){ ...

Learn More 0 0Apr 6

Mastering List<T> in C# for Coding Interviews

📘 List in C# — The Dynamic Array You Need to Know List&lt;T&gt; is the most flexible and...

Learn More 0 0May 10

Find Index of Item in Python List

Learn how to find an item's index in a Python list using list.index(), enumerate, safe wrappers, and performance tips under 160 chars.

Learn More 0 0Jul 22

Python Get Index of Item in List

Learn how to get the index of an item in a Python list with built-in methods, error handling, custom functions, and performance tips.

Learn More 0 0Aug 6

Python Last Element in List

Fetch the last element of a Python list with negative indexing, slicing, or safe checks. Avoid common pitfalls and write cleaner code.

Learn More 0 0Jul 16

Python List Manipulation: Remove Specific, Even, and Special Numbers Tutorial

Learn to efficiently remove specific, even, or special numbers from Python lists. This hands-on tutorial covers essential list manipulation techniques and list comprehension for clean, optimized Python code. Perfect for beginners looking to master data filtering.

Learn More 1 0Jul 11

List functions in Python (1)

Buy Me a Coffee☕ *Memo: My post explains list functions (2). My post explains list functions...

Learn More 2 0May 28

velki agent list

All admin super master of tha velki সকল প্রকার এডমিন মাস্টার সুপার লিস্ট এর নম্বর পাবেন এখানে কোন...

Learn More 0 0Jun 5

List comprehension in Python

Buy Me a Coffee☕ *Memo: My post explains a tuple comprehension. My post explains a set...

Learn More 0 0Jun 5