Skip to content

MUKESH-NANI-IT/Ebox

Repository files navigation

EBox

Xbox


Codes for the Assessments in the E-Box platform

General Information


  • 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.

Technologies Used


  • C language

Features


  • Data Structures
  • Algorithm Analysis and Design

Setup


The most efficient way to solve E-Box problems:

Steps
  • 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

Usage


My dear fellow coders don't just copy-paste the code learn and type it on ur own.❤️🧑‍💻

Code Examples
  • 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);  

    }

Project Status


In Progress

Improvements


  • Trees 3.c is yet to be coded
  • Graphs section contains few errors

Features that can be added


  • Sorting Algorithms
  • Divide and Conquer Design Strategy
  • Greedy Strategy

Acknowledgement


  • This repository is mainly created for Ebox-batch 2023.
  • Team :
  1. Anu Sri : https://github.com/AnuSri14

  2. Jitendra : https://github.com/jittujitendra03

  3. Sunil : https://github.com/SunilK-13

Contact