Skip to content

Repository containing my solutions to the 'Must do Pattern Problems before starting DSA' curated by Striver. These solutions cover a comprehensive set of pattern-based programming problems that are essential for building a strong foundation in Data Structures and Algorithms (DSA). Each solution is implemented in C++. Feel free to explore and learn!

Notifications You must be signed in to change notification settings

ishant9805/DSA_Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA_Patterns

Repository containing my solutions to the 'Must do Pattern Problems before starting DSA' curated by Striver. These solutions cover a comprehensive set of pattern-based programming problems that are essential for building a strong foundation in Data Structures and Algorithms (DSA). Each solution is implemented in C++. Feel free to explore and learn!🚀🔥

Must do Pattern Problems before starting DSA Solutions

This repository contains my solutions to the "Must do Pattern Problems before starting DSA" curated by Striver. These pattern-based programming problems are designed to help you develop a strong foundation in Data Structures and Algorithms (DSA).📝🔍

Table of Contents📑

Introduction📚

In this repository, you will find my solutions to the pattern-based programming problems recommended by Striver. Each solution is implemented in C++. These problems are carefully selected to cover a wide range of patterns and concepts that are crucial for mastering DSA.

Usage

You can clone this repository and navigate to the respective problem's solution to view the code. Each solution is organized in its own file. Also you can check one single file for all solutions.

  1. Clone this repository to your local machine.
  2. Compile the main.cpp file using a C++ compiler.
  3. Run the compiled executable.
  4. Enter an integer to specify the pattern number you want to see.
  5. The program will display the pattern based on the input.
# In Linux 🐧💻
$ g++ main.cpp -o pattern
$ ./pattern
Enter an integer: 5
Enter the pattern number: 1

License

This repository is licensed under the MIT License. Feel free to use the code for educational purposes or as a reference.

About

Repository containing my solutions to the 'Must do Pattern Problems before starting DSA' curated by Striver. These solutions cover a comprehensive set of pattern-based programming problems that are essential for building a strong foundation in Data Structures and Algorithms (DSA). Each solution is implemented in C++. Feel free to explore and learn!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages