#algorithms
Read more stories on Hashnode
Articles with this tag
Two pointer · Problem Statement Given an array containing 0s, 1s and 2s, sort the array in place. You should treat numbers of the array as...
We all know that for any interview point of view the graph data structures are very much important. Because in most of the cases we end up having...
Sliding Window · Today we shall a sliding window pattern question. How to the length of the longest substring in it with no more than K distinct...
Two-pointer method · Today we shall solve another Two-Pointer problem where you are given an unsorted array of numbers and a target ‘key’, remove all...
Remove Duplicates · Problem Statement Given an array of sorted numbers, remove all duplicates from it. You should not use any extra space; after removing...
Code for 100 days for 1 hr · Yes ! you heard me right. I am very much interested in writing and sharing the progress of my interview preparation in this...