Welcome to the Striver's A2Z DSA Sheet Solutions repository! This repository contains solutions to all the problems from Striver's A2Z DSA Sheet, implemented in C++ (and sometimes in Python) by me. This repository is the result of my work of about 2.5 months. Also Visit: A2Z in Python.
Striver's A2Z DSA Sheet is a well-known and highly regarded resource in the world of DSA and software engineering interviews. It is curated by Raj Vikramaditya, a renowned educator and software engineer, known as "Striver". The sheet contains a wide range of problems that cover various topics, helping programmers enhance their problem-solving skills and gain proficiency in data structures and algorithms.
Basics
Sorting Techniques
Arrays
Binary Search
String
Linked List
Recursion
Bit Manipulation
Stacks
Queues
Sliding Windows
Two Pointers
Heap
Greedy
Binary Tree
Binary Search Tree
Graph
Disjoint Set
Dynamic Programming
Trie