Cpp
- 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
- 2021-06-28 Kefa and First Steps - CodeForces | C++ Implementation
- 2021-04-11 orDer oF succeSsion - CodinGame | C++ Implementation
- 2021-03-17 Stock Exchange Losses - CodinGame | C++ Implementation
- 2021-03-01 Dungeons and Maps - CodinGame | C++ Implementation
- 2020-04-26 Bank Robbers - CodinGame | C++ Implementation
- 2020-04-25 Left Rotation - HackerRank | C++ Implementation
- 2020-04-24 Repeated String - HackerRank | C++ Implementation
- 2020-04-16 Single Elevator Simulation in C++
- 2020-03-28 Picking Numbers - HackerRank | C++ Implementation
- 2019-12-20 Library Fine | HackerRank
- 2019-12-19 Sherlock and Squares | HackerRank
- 2019-12-12 Selected Questions from Interviews with Bjarne Stroustrup Part 2| Creator of C++
- 2019-12-12 Selected Questions from Interviews with Bjarne Stroustrup Part 1| Creator of C++
- 2019-12-12 Circular Array Rotation | HackerRank
- 2019-12-11 Drawing Book | HackerRank
- 2019-12-02 Pointers in C++
- 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-11-12 Prime Numbers and Sieve of Eratosthenes
- 2019-10-24 Roy and Code Streak | HackerEarth Challenge
- 2019-10-19 How to Manipulate Bits in C and C++
- 2019-10-18 Stack Overflow Vulnerability
- 2019-10-10 How to Install graphics.h C/C++ library on Ubuntu
- 2019-10-09 C++: Simple Pendulum Animation on Ubuntu Machine
- 2018-04-05 C++: Tic Tac Toe
- 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