Data Structures Articles

Sorted By: Most Recent
Parul Malhotra Parul Malhotra
Updated on January 10, 2024

Why 0.1 + 0.2 Doesn’t Equal 0.3 in Most Programming Languages

In code, 0.1 + 0.2 doesn’t equal 0.3 due to floating point arithmetic. Learn why that is and how floating point arithmetic works.

Image: Shutterstock / Built In
Krishna Subramanian Krishna Subramanian
Updated on December 21, 2023

4 Ways Unstructured Data Management Will Change in 2024

The rapid growth of AI will reshape key aspects of data management.

Image: Shutterstock / Built In
Daniel Zagales Daniel Zagales
Updated on December 20, 2023

5 Steps for Painless Data Migration

Ready to migrate your data to a more cost efficient platform? Here’s how to do it without inciting total chaos.

Image: Shutterstock / Built In
Kausik Chaudhuri Kausik Chaudhuri
Updated on December 18, 2023

4 Data Sovereignty Challenges for MSPs and How To Solve Them

As a managed service provider, here’s what you should know about data sovereignty.

Image: Shutterstock / Built In
Dilip Kumar Patairya Dilip Kumar Patairya
Updated on December 14, 2023

Star Schema vs. Snowflake Schema Explained

Star schema and snowflake schema are two methods for arranging data in a warehouse. Learn the key differences and which is right for your organization.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on November 07, 2023

What Are Python Data Structures?

Python data structures are essentially containers for different kinds of data. The four main types are lists, sets, tuples and dictionaries.

Image: Shutterstock / Built In
Jenny Grange and Chris Guidry Jenny Grange and Chris Guidry
Updated on October 18, 2023

How to Conduct Better Coding Interviews

A wave of change is sweeping the software industry, shaking up the interview process. Two hiring managers share insights into the new approach.

Image: Shutterstock / Built In
Alex Zelinsky Alex Zelinsky
Updated on September 05, 2023

Full vs. Complete Binary Tree: What’s the Difference?

A full tree is a tree where every node has either zero or two children. This means that all of the nodes in the tree are either leaf nodes or internal nodes.

Image: Shutterstock / Built In
Merlin Schäfer Merlin Schäfer
Updated on August 02, 2023

Using Arrays in PostgreSQL: A Guide

With the array, PostgreSQL allows columns of a table to be defined as variable-length multidimensional arrays. 

Image: Shutterstock / Built In
K. Jagathish K. Jagathish
Updated on July 12, 2023

How to Use the JavaScript Array FindIndex Method

The JavaScript array findIndex method returns the first element of an array that meets a provided condition. Learn how to apply it to your code. 

Image: Shutterstock / Built In