Skip to content
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

Create 200102032.md #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions 200102032.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Gayathri E
## Roll No: 200102032

## Schedule of Coding Week:
Event Name | Event date | Gone through the resources
-----------------|-----------------|--------------------------------------
Open Source|10/05/2021|YES
Competitive Coding|11/05/2021|YES
Design|12/05/2021|NO
Game Development|13/05/2021|NO
Web Development|14/05/2021|NO
Machine Learning|15/05/2021|NO
App Development|16/05/2021|NO

## Code:
~~~
#include<iostream.h>
#include<string.h>
using namespace std;
int main()
{ int a=0,i;
string name="Gayathri E";
for(i=0;name[i]!='\0';i++)
{ if(a[i]!=' ')
a+=name[i];
}
cout<<"The sum of the ASCII values of the characters in my full name is"<<a;
return 0;
}
~~~
## Logo:
![Coding club Logo](https://github.com/codingiitg/open_source_submission/blob/main/coding-club%20logo.png?raw=true)

## Fields of Interest in Coding:
1. Machine Learning:
I like the concept of machines learning patterns and figuring out how to do a required task in an efficient way without us explicitly giving it all the steps to be followed to have the task completed.
2. Problem solving in coding:
I love Mathematics and the satisfaction we get when we solve problems which are challenging. And the process of finding the most efficient algorithm to do a particular task being similar to it is all the more worthwhile.
3. Web Development:
The very first time I was introduced to the world of coding was through HTML and since then web developing had always been a field I wanted to explore more.