Articles by Tag #list

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

Find the Duplicate Elements in an Array/List

Given an array of integers, find all the elements that are duplicated. Example: Input: [1, 2, 3, 4,...

Learn More 7 0Oct 6 '24

List in Python (1)

Buy Me a Coffee☕ *Memos: My post explains the list with slicing and copy. My post explains the...

Learn More 3 0May 28

List in Python (3)

Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...

Learn More 2 0May 28

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

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

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

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

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

List in Python (4)

Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...

Learn More 1 0May 28

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

List in Python (2)

Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...

Learn More 1 0May 28

React Keys Demystified: When Using Index as a Key Isn’t That Bad

As React developers, we’ve all heard the mantra: “Don’t use array index as a key!” It’s repeated so...

Learn More 1 0Sep 30 '24

The Ultimate Guide to Lists in Java: Everything You Need to Know

What is a List, Anyway? Think of a List as a well-organized, mystical scroll that Java developers...

Learn More 1 0Nov 15 '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

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

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

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

velki agent list

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

Learn More 0 0Jun 5

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

Shallow Copy & Deep Copy in Python (1)

Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...

Learn More 0 0May 17

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

Comprehension in Python (1)

Buy Me a Coffee☕ *Memos: My post explains a dictionary(dict) comprehension and generator...

Learn More 0 0Jun 5

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

Merge Intervals

Merge Intervals Tc : O(nlogn) for sorting the intervals based on start time + O(n) for...

Learn More 0 0Oct 14 '24

List in Dart

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

Learn More 0 0Dec 30 '24

velki Agent List of Bangladesg ভেলকি এজন্ট লিস্ট । বাংলাদেশ ।

https://velki1xbet.com/

Learn More 0 0Jun 29

Python Program: How to Sort a List of Numbers

List: A list is a collection of items in python, created using square brackets [] . List...

Learn More 0 0Oct 29 '24

Collections in Salesforce Apex

Salesforce Apex collections are data structures that enable developers to manage and manipulate...

Learn More 0 0Nov 27 '24

Dynamic Data Handling in C#: Resizing Collections with List<T>

"Learn how to manage dynamic collections in C# with List&lt;T&gt;. This guide covers resizing...

Learn More 0 0Nov 30 '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