Code Monkey home page Code Monkey logo

ebox's Introduction

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


ebox's People

Contributors

mukesh-nani-it avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.