Data-Structure
- 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]]
- 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-10-24 Roy and Code Streak | HackerEarth Challenge
- 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-07-28 Doubly Linked List | C++ Implementation
- 2017-07-27 Singly Linked List | C++ Implementation