-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
33 lines (24 loc) · 955 Bytes
/
Copy pathReadme.txt
File metadata and controls
33 lines (24 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=====================
Introduction
=====================
This project contains for questions implementing stack, queues, trees
=====================
Compiling and Running
=====================
First of all locate to directory of the project
*To compile the code execute the following command in the terminal:
make
*To run the code execute the following command in the terminal:
./q<question_no>
*Example: To run Question 1 execute the following command in the terminal:
./q1
*To run swap version of Question 4 execute the following command in the terminal:
./q4swap
*To clean the current compiled code execute the following command in the terminal:
make clean
=====================
Executing the code
=====================
Provide all the input in respective input files and run the code to get output in respective output files.
For swap version of Question 4 follow on-screen instructions while executing.
Developed by Naman Goyal, 2015CSB1021