Articles by Tag #arrays

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

🔥 JavaScript Arrays Explained with Practical Code Examples

A no-fluff guide to JavaScript arrays using pure code examples to help you master the basics fast.

Learn More 13 2May 5

What does it mean to flatten an array?

When you have an array that has multiple dimensions, it might be referred to as a 2D or 3D (etc)...

Learn More 10 2Jun 2

How do we sort an Array in Javascript without Sort function?

Sorting an array without using the default JavaScript sort function. There are multiple ways to sort...

Learn More 7 0Nov 19 '24

Shifting Non-Zero Values Left: A Common Array Interview Problem-1

Introduction In technical interviews, array manipulation problems are frequently...

Learn More 5 0Sep 23 '24

Understanding Array Basics in Java: A Simple Guide

Arrays are an essential part of Java programming, providing a way to store multiple values in a...

Learn More 5 0Sep 22 '24

Shifting Non-Zero Values Right : A Common Array Interview Problem-2

Introduction In this post, we'll explore how to shift all non-zero values in an array to...

Learn More 5 0Sep 24 '24

Array and Object Access

What are objects? Objects are used to store keyed collections of various data and more complex...

Learn More 3 1Nov 15 '24

JavaScript Arrays

🔢 JavaScript Arrays: The Complete Guide to Methods Arrays are one of the most fundamental...

Learn More 1 0Aug 17

Leetcode — Top Interview 150–169. Majority Element

It’s an easy problem with the description being: Given an array nums of size n, return the majority...

Learn More 1 1Nov 3 '24

Arrays in Java: A Deep Dive

Arrays are a fundamental data structure in Java, used to store collections of elements of...

Learn More 1 0Jun 9

Does JavaScript Pass by Reference or Value?

Learn how JavaScript passes primitives by value and objects/arrays/functions by reference to the reference value.

Learn More 0 0Jul 1

Leetcode — 2942. Find Words Containing Character

It’s an easy problem with description being: You are given a 0-indexed array of strings words and a...

Learn More 0 0Jan 7

JavaScript Push to Front of Array

Learn various methods—unshift, spread syntax, splice—to push elements to the front of a JavaScript array with performance and immutability in mind.

Learn More 0 0Jul 1

C Programming: Practical Labs for File Reversal, Directory Listing, and Array Manipulation

Master C programming with practical labs! Learn to reverse file content, list directory files, and manipulate arrays. Build robust, system-aware C applications for real-world challenges. Perfect for aspiring C developers.

Learn More 0 3Jun 8

arrayToDict function in tRPC source code

In this article, we analyze arrayToDict function found in tRPC source code. //...

Learn More 0 0Nov 2 '24

Master These 5 JavaScript Array Methods for Cleaner Code

Master These 5 JavaScript Array Methods for Cleaner Code AI generated by Bhindi...

Learn More 0 0Jul 11

How do Dynamic Arrays actually work ?

Dynamic Arrays might seem simple at first glance, but their inner workings will open your eyes...

Learn More 0 0Dec 25 '24

Introduction to Arrays

Arrays are one of the most fundamental collection types in C#. They allow you to store multiple...

Learn More 0 0Nov 30 '24

An Array of Possibilities. Arrays in 5 minutes.

Arrays are one of the most fundamental data structures in JavaScript. They solve the problem of how...

Learn More 0 0Feb 14

lodash._merge vs Defu

In one of the previous week’s articles, I noticed Defu is used in unbuild source code to merge...

Learn More 0 0Jan 13

JavaScript Create Array with n Elements

Create a JavaScript array with n elements using Array(n).fill(), Array.from(), spread+map, or loops for predictable, defined entries.

Learn More 0 0Jun 26

LeetCode — 2161. Partition Array According to Given Pivot

This is a medium problem with the description being: You are given a 0-indexed integer array nums...

Learn More 0 0May 26

Just uploaded a new video on arrays in Java Dive in and check it out now!

A post by MOHAMED MOUROUH

Learn More 0 0Aug 27 '24

Python Fundamentals: arrays

Arrays in Production Python: Beyond the Basics Introduction Last year, a...

Learn More 0 0Jun 21

Create a unique array using Set() in JavaScript.

In this article, we analyze how you can create a unique array using new set in JavaScript, inspired...

Learn More 0 0Oct 18 '24

Polyfills of JS Array Methods - Flat, Map, Filter & Reduce

Alright, confession time, Ive been writing JavaScript for a while now, but theres something oddly...

Learn More 0 0May 14

LeetCode — 1791. Find Center of Star Graph

It’s an easy problem with the description being: There is an undirected star graph consisting of n...

Learn More 0 0Jul 14

Leetcode — 3289. The Two Sneaky Numbers of Digitville

It’s an easy problem with description being: In the town of Digitville, there was a list of numbers...

Learn More 0 0Jan 2

DSA - Arrays/Strings - Técnica Two Pointers (Dois Ponteiros) — Guia Completo para Entrevistas Técnicas

O que é a técnica Two Pointers e sua intuição Two Pointers é uma técnica que utiliza dois...

Learn More 0 0Jul 11

#JS📔 - Removing Duplicates from an Array of Objects

Hi there, I've created a new collection of articles called - ♻️ Knowledge seeks community 🫶 - and it...

Learn More 0 0Jan 30