Skip to content
On this page

Getting Started

This section will help you get started with Algorithms

WARNING

This Repository contains C files made during our couse of Advance Algorithms & Algorithmic Complexity (PCSE102).

🚩 Pre Requisites

Following package are needed for running the c, lex and yacc files. Please run the following commands:

Run the update command (just in case)

sh
sudo apt-get update

then:

sh
sudo apt-get install gcc

💻 Usage

For compiling the C files:

sh
gcc <filename.c>
./a.out

Released under the MIT License.