Skip to content

Just my DSA Lab Programs backedup as it may be useful to someone someday.

Notifications You must be signed in to change notification settings

samirkhanalofficial/DSAwithCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Examples

This repo contains examples for DSA Lab for Kathford Engineering College for Faculty BCT at 4th sem.

Get Started

Linux

  1. Install C and C++

    sudo apt install gcc g++
  2. Compile C++ Files:

    g++ <filename.cpp> -o <outputFileName.out>
  3. Run the program

    ./<outputFileName.out>

Windows

  1. Download and install c++ and add the path to Environment variables

  2. Compile C++ Files:

    g++ <filename.cpp> -o <outputFileName.exe>
  3. Run C++ Files:

        ./<outputFileName.exe>

About

Just my DSA Lab Programs backedup as it may be useful to someone someday.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages