Chirag Ramachandra

Chirag Ramachandra

Follow
homeMain Websitenewsletter
Tag

data structures

#data-structures

More content

Read more stories on Hashnode


Articles with this tag

Data Structure | Singly Linked Lists

Jan 20, 20216 min read

What is a Singly Linked List? A singly linked list is a linear data structure similar to an array. However, unlike arrays, elements are not stored in...

Data Structure | Singly Linked Lists

Data Structure | Introduction

Jan 11, 20216 min read

Data Structures are a collection of values, the relationship between them and the functions or operations that can be applied to the data. What are...

Data Structure | Introduction

Problem Solving | Big O Notation

Jan 10, 20215 min read

What is Big O Notation ? Why do we need it ? TL;DR Big O is the objective way to measure the code we write. We can use this to determine which code...

Problem Solving | Big O Notation