Homepage
Open in app
Sign inGet started

Learn Coding Concepts with Shaila

Go to the profile of Shaila Nasrin
Shaila Nasrin
Jan 17

LRU Cache Implementation in C++

What is an LRU Cache?

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
May 4, 2024

Document Object Model(DOM)

In order to make html page interactive, html document has to be represented in a way so that JavaScript can…

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
Apr 21, 2024

Doubly Linked List Implementation in C++

What is a doubly-linked list?

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
Oct 12, 2019

How C++ works

The basic workflow of c++ code is: source file-> compiler -> executable binary file. But how do we get to the executable binary file…

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
Sep 15, 2019

Shifted Binary Search Problem

The problem asks you to find a number from a sorted array but all the numbers has been shifted by some…

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
Sep 7, 2019

C++ STL

In this post I’m not doing in depth discussion on how these standard libraries works behind the scene. I will just show what they do and how to…

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
Jul 25, 2019

Binary Search Tree Implementation in C++

Binary search tree(BST) is a kind of binary tree(tree where each node has at most 2 child…

Read more…
1 response
Go to the profile of Shaila Nasrin
Shaila Nasrin
Jul 14, 2019

Edit Distance DP Problem

Edit distance problems is: if we are given two string word1 and word2 what is the minimum number of operation…

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
Jul 6, 2019

BFS Implementation in C++

What is Breadth First Search(BFS)?

Read more…
Go to the profile of Shaila Nasrin
Shaila Nasrin
Apr 15, 2019

Introduction To Binary Search Tree

A tree data structure is a way to hold data that looks like a tree when it’s visualized. For…

Read more…
About Learn Coding Concepts with ShailaLatest StoriesArchiveAbout MediumTermsPrivacyTeams