Hello and welcome to my blog
Binary Trees | Striver’s A2Z DSA Course/Sheet
C++ Solutions to Striver’s A2Z DSA Course/Sheet
Read more ⟶Boosting SEO organically 1: Google Search Console, Analytics and Bing Webmaster
Boosting SEO organically 1: Google Search Console, Analytics and Bing Webmaster
Read more ⟶Boosting SEO organically 2: Sitemap and RSS feed
Boosting SEO organically 2: Sitemap and RSS feed
Read more ⟶Boosting SEO organically 3: subdomain or subdirectory
Boosting SEO organically 3: subdomain or subdirectory
Read more ⟶Boosting SEO organically 4: quality and quantity
Boosting SEO organically 4: quality and quantity
Read more ⟶Boosting SEO organically 5: URL pattern
Boosting SEO organically 5: URL pattern
Read more ⟶C++ | Ladder 4 | a2oj
Solutions to some random Codeforces problems [A Div 2]
Read more ⟶C++ | Ladder 5 | a2oj
Solutions to some random Codeforces problems [B Div 2]
Read more ⟶Codechef Contests 2022
All of my accepted submissions on Codechef [2022]
Read more ⟶Codeforces Contests 2022
All of my accepted submissions on Codeforces, 2022
Read more ⟶Cypherock internship tasks using trezor-firmware
Shamir Secret Sharing Alogithm in C, generating BIP39 Seed using 24 bip mnemonics, To derive public key, private key, chain node and reciever and change address for Bitcoin Testnet, To sign an unsigned bitcoin testnet transaction. To sign a raw Ethereum (Ropsten) transaction.
Read more ⟶Data Structure I | Study Plan | Leetcode
C++ Solutions to Data Structure I of 2 Weeks Study Plan, Leetcode.
Read more ⟶Deploying MERN app on AWS with NGINX and PM2
Complete guide to deploy a mern app on aws/godaddy vps
Read more ⟶DSA Part 1: Introduction
Asymptotic notation, big-oh time complexity, space complexity, complexity Graph, possible verdicts
Read more ⟶DSA Part 2: Mathematics
Number sequences, extended euclidean algorithm, prime factorization, sieve of eratosthenes, lcm , gcd
Read more ⟶DSA Part 3: Bit Manipulation
binary numbers, msb, lsb, unsigned and signed 32-bits int, 2's complement, bitwise operators, some common bitwise operators
Read more ⟶DSA Part 4: Pointers & Preprocessors
Pointers, pointer arithmetic, character array, double pointer, typecasting, reference variables, dynamic allocation,preprocessors, macros, define, const and global variables, inline functions
Read more ⟶DSA Part 5: Recursion
Basic of recursion, PMI, tail recursion, pow(x,n), subset, powerset, count and sum of integer, is_sorted(), fibonacci series, factorial, first and last index of a number
Read more ⟶DSA Part 6: Arrays
Static and dynamic arrays, vectors in STL, trapping rainwater, window sliding, prefix sum
Read more ⟶DSA Part 7: Searching & Sorting Algos
Merge, Quick, Radix, Bubble, Heap, Shell, Bucket, Tim Sort
Read more ⟶