Algorithm
- 2023-08-05 Understanding the Euclidean Algorithm for Finding the Greatest Common Divisor (GCD) | C++ Implementation
- 2023-07-22 Rearranging an Array: Transforming arr[i] into arr[arr[i]]
- 2023-03-03 Efficiently Finding the Square Root of a Number: Linear Search vs Binary Search
- 2023-03-02 Efficiently Find Prime Numbers Till N: Basic vs. Sieve of Eratosthenes
- 2023-02-28 Optimized Algorithm for Checking Prime Numbers: A Comprehensive Guide
- 2020-04-25 Left Rotation - HackerRank | C++ Implementation
- 2020-04-24 Repeated String - HackerRank | C++ Implementation
- 2020-03-28 Picking Numbers - HackerRank | C++ Implementation
- 2019-12-20 Library Fine | HackerRank
- 2019-12-19 Sherlock and Squares | HackerRank
- 2019-12-12 Circular Array Rotation | HackerRank
- 2019-12-11 Drawing Book | HackerRank
- 2019-12-01 Migratory Birds - HackerRank Challenge | C++ Implementation
- 2019-11-29 Between Two Sets - HackerRank Challenge | C++ Implementation
- 2019-11-28 Kangaroo HackerRank Challenge | C++ Implementation
- 2019-11-18 Kruskal's Algorithm | Minimum Spanning Tree
- 2019-10-24 Roy and Code Streak | HackerEarth Challenge
- 2018-03-14 Dijkstra's Algorithm | Single-Source Shortest Path
- 2018-03-11 Bellman Ford Algorithm | Single-Source Shortest Path
- 2018-03-06 Breadth First Search using Adjacency List | Graph traversal
- 2018-03-05 Depth First Search using Adjacency List | Graph traversal
- 2018-02-08 Move all Odd numbers after Even numbers in Singly Linked List | C++ Implementation
- 2018-02-06 Merge two sorted Linked List (in-place) | C++ Implementation
- 2018-02-04 Split Singly Circular Linked List | C++ Implementation
- 2018-02-02 Doubly Circular Linked List | C++ Implementation
- 2018-01-23 How to Reverse a Linked List | C++ Implementation
- 2018-01-20 How to find the Length of Loop in Linked List | C++ Implementation
- 2017-08-29 Selection sort | C++ Implementation
- 2017-08-24 Merge Sort | C++ Implementation
- 2017-08-20 Insertion Sort | C++ Implementation
- 2017-07-28 Doubly Linked List | C++ Implementation
- 2017-07-27 Singly Linked List | C++ Implementation
- 2017-07-16 Quicksort | C++ Implementation
- 2017-07-15 Heapsort | C++ Implementation