Skip to content

iampawanpoudel/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Assignments & Practice Problems

This repository contains DSA assignments and self-practice problems implemented in C and C++.

How to Run

▶ Linux / macOS

  1. Compile the C/C++ program:

    gcc filename.c -o output   # for C
    g++ filename.cpp -o output # for C++
  2. Run the program:

    ./output

▶ Windows (VS Code – Quick)

If you are using Windows with VS Code:

  1. Make sure gcc / g++ is installed and added to PATH

    • Running gcc --version or g++ --version in terminal should work.
  2. Open the .c or .cpp file in VS Code.

  3. Press:

    Ctrl + Shift + B
    

This will compile and run the current file automatically using the configured build task.

[! ⚠️ If gcc / g++ is not in PATH, the shortcut will not work.]

About

DSA assignments and self-practice problems implemented in **C and C++**.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published