Skip to content

This repository contains my solutions to the programming questions @IIITJodhpurSemester2

Notifications You must be signed in to change notification settings

NiveditJain/ProgrammingQuestionsIITJodhpur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Questions IIT Jodhpur Semester 2

This repository contains all programming questions given by various professors in Semester 2 (2019), January to May 2019 1st year. It also contains my solutions to all those problems

Getting Started

Just clone this repository onto your Machine to get started.
You can directly download it
or
Use the following the instructions in cmd(windows)/command line (linus/mac)
Step 1: Create a folder(any name)
Step 2: Use the command

git init

If git not installed follow procedure in prerequisite
Step 3:

git clone https://github.com/NiveditJain/ProgrammingQuestionsIITJodhpur.git 

Prerequisites

Prerequisite for the project are

Git

For downloading this project you need to install Git bash on your system
For mac/linux you can use the following commands

sudo apt install git

for windows you can directly download from git website, setup git.

Python

You need Python installend on your computer.
instructions to install it on Windows
Go to official python website, and download according to your system details dowload it. Make sure to check the first check box regarding path variables.
instructions to install python on linux/MacOS For installations click here, make sure to intsall the latest version.

Mathplotlib package

use the following command in command line to install it.

pip install mathplotlib

and follow the instructions.
for linus/macOs if the above command doesnt works try this.

sudo ap-get install mathplotlib

although numpy is already included in package if it is not installed you can installed it as

pip install numpy

in case it doesnt work you can try(only for linux/macOS)

sudo apt-get install numpy

Congratulations, you are all set for start using the project.

Running of Code

running of code is as simple as (suppose you want to compile question1 file)

python question1.py

and you will see your graph on screen.

Acknowledgements

These questions are set by

About

This repository contains my solutions to the programming questions @IIITJodhpurSemester2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages