Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.02 KB

File metadata and controls

35 lines (31 loc) · 1.02 KB

Welcome to my repository

This repository contains all the programs that I have done in my college for the subject DSA

How to use this repository

  • Clone this repository
  • Make sure you have gcc installed
    • To check if you have gcc installed
      • Run the following command
       gcc --version
    • If you don't have gcc installed
  • Open the folder of the program you want to run
  • Open the terminal in that folder
    • To compile
      • Run the following command
       gcc <filename>.c -o <filename>
    • To run
      • Run the following command
       <filename>

Table of Content

The table of content can be found in the FileNames.md file

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Languages used

C