Skip to content

manavtore/CCA

Repository files navigation

Computational-Complexity-Algorithm

Welcome to the Computational-Complexity-Algorithm repository! This project is aimed at...

Getting Started

Follow the steps below to get a copy of this project up and running on your local machine.

  1. Open your terminal.

  2. Navigate to your Documents directory using the following command:

    cd Documents
  3. Clone this repository using the following command:

    git clone https://github.com/manavtore/CCA.git

To compile a file.cpp and run the output file, follow these steps:

  1. Navigate to the src directory:

    cd CCA
  2. Compile the file.cpp using a C++ compiler (replace file with the actual filename):

    g++ file.cpp -o output

    This command compiles file.cpp and creates an executable named output.

  3. Run the compiled executable:

    ./output

    This command executes the compiled program.

About

Computational-Complexity-Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages