https://github.com/1-harshit/cs203-probabality-in-cs
Assignment submissions of the semester 2021-22-II of course CS203 at IIT Kanpur
https://github.com/1-harshit/cs203-probabality-in-cs
numpy python
Last synced: about 2 months ago
JSON representation
Assignment submissions of the semester 2021-22-II of course CS203 at IIT Kanpur
- Host: GitHub
- URL: https://github.com/1-harshit/cs203-probabality-in-cs
- Owner: 1-Harshit
- Created: 2022-04-22T15:24:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T15:22:43.000Z (over 3 years ago)
- Last Synced: 2025-03-14T16:43:34.474Z (over 1 year ago)
- Topics: numpy, python
- Language: TeX
- Homepage:
- Size: 958 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS203B-Mathematics in Computer Science III
## Probability in Computer Science
Assignment 2 submission of the semester 2021-22-II semester of CS203B at IIT Kanpur.
## Dependecy:
- Python version: 3.10
```
pip install matplotlib numpy
```
## How to run the code
```sh
python -u 200433_Q3.py
# you'll be promted to enter the input N
# then two images will be displayed one by one
```
## Author
- Name: Harshit Raj
- Email: harshitr20@iitk.ac.in
- Roll: 200433
- Date: 22 April 2022
- Prof: [Dr. Rajat Mittal](https://www.cse.iitk.ac.in/users/rmittal/)