-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Assignment 1 #79
Conversation
@Aryan-karawale, kindly add a description of what content is added in assignment 1 |
@Aryan-karawale, I hope this PR will get updated before the seminar. |
I have made the necessary changes please have a look |
1_cpp_basics/Assignment_1.md
Outdated
**Q4** We have learned the concepts of vectors now lets use them to render vectors which represent images | ||
|
||
|
||
** Hint we can represent black pixels by 0 and white ones by 1. lets say for a image with 5X5 size | ||
|
||
|
||
[![pic1.png](https://i.postimg.cc/k4RBx4Bz/pic1.png)](https://postimg.cc/wyHqz95Q) | ||
|
||
![](https://i.imgur.com/SeX8Ppg.png) | ||
|
||
**Q5** Now copy the image into a new image and render a color inverted image wherein black is on top and white is at the bottom. 🤗 | ||
|
||
![](https://i.imgur.com/CwUtTZb.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not relate the question with images. since keep it within the scope of arrays
1_cpp_basics/Assignment_1.md
Outdated
|
||
![](https://i.imgur.com/CwUtTZb.png) | ||
|
||
**ALL THE BEST for the Assignment Guys** 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just keep it ALL THE BEST
1_cpp_basics/Assignment_1.md
Outdated
|
||
**ALL THE BEST for the Assignment Guys** 👍 | ||
|
||
*PS - If you have any doubts don't hesitate to contact your seniors* 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.... hesitate to contact us.
Have made the necessary changes, please have a look |
* Added Assignment 1 * made changes to assignment * changes made to th assignment * final commit
Added Assignment 1
Resolve #61