Codes for the Assessments in the E-Box platform
- E-Box is a learning platform helps various students to develop their coding skills.
- This Repository solves students doubts and help them to complete assessments fast and efficiently.
- C language
- Data Structures
- Algorithm Analysis and Design
The most efficient way to solve E-Box problems:
- 1.Read a piece of problem.
- 2.Understand all features of the language that are being used there.
- 3.Learn the basics.
- 4.Understand what every line mean in the context of that piece of problem
My dear fellow coders don't just copy-paste the code learn and type it on ur own.❤️🧑💻
- Example code of conditional statements
#include<stdio.h>
int main()
{
char p[20];
char b[20];
scanf("%s",p);
scanf("%s",b);
printf("%s belongs to the %s Blood group.",p,b);
}
In Progress
- Trees 3.c is yet to be coded
- Graphs section contains few errors
- Sorting Algorithms
- Divide and Conquer Design Strategy
- Greedy Strategy
- This repository is mainly created for Ebox-batch 2023.
- This project was based on the tutorial: https://drive.google.com/drive/folders/1CGz-HVCTPdalMRjYcW6sJGXJY-n5WYUk
- Team :
-
Anu Sri : https://github.com/AnuSri14
-
Jitendra : https://github.com/jittujitendra03
-
Sunil : https://github.com/SunilK-13