Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sam0786-xyz/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

🧠 DSA Practice – Striver’s A2Z DSA Sheet

This repository contains my C++ implementations of Data Structures and Algorithms problems based on Striver’s A2Z DSA Sheet. It documents my personal progress and practice throughout my DSA learning journey.

⸻

🛠️ How to Use 1. Locate files • All C++ programs are inside the basics/src/ folder. 2. Compile code Use the following command to compile: Considering you are in DSA\basics For Mac

    g++ src/filename.cpp -o out/filename

3.1. Run the compiled code

    ./out/filename

For Windows

    g++ src/filename.cpp -o out/filename.exe

3.2. Run the compiled code

    ./out/filename.exe
  1. Tip: To quickly comment/uncomment lines in your editor: • Ctrl + / on Windows/Linux • Cmd + / on Mac

⸻

📌 Note

This is a personal practice repository and will be updated regularly as I progress through the DSA sheet. Stay tuned for more concepts and problem solutions!

⸻

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages