Giter Site home page Giter Site logo

sumansharmatech / not-a-excluded-project Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 32.0 3.09 MB

you can add any codes in any language by creating its respective folder (if already not available).

C 1.56% C++ 21.69% C# 0.12% Java 9.49% Python 39.29% JavaScript 0.76% HTML 21.08% CSS 5.01% Go 0.63% TypeScript 0.37%
hacktoberfest hacktoberfest-accepted hacktoberfest2021

not-a-excluded-project's Introduction

Welcome to Suman Sharma's profile!

CrackerSuman CrackerSuman CrackerSuman CrackerSuman

followers followers chat

SumanSharmaTech/

github contribution grid snake animation

Languages and Tools:

arduino aws azure bootstrap cplusplus css3 d3js dart docker electron figma firebase flutter gcp git html5 illustrator javascript linux mysql opencv photoshop php postgresql python react scikit_learn tensorflow typescript xd

๐Ÿ‘จโ€๐Ÿ’ป I love listening to Music on my leasure time. ๐ŸŽถ

GIF

๐Ÿ‘จ My Github Activity


Suman's Github Stats

Suman's Top Languages

Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.


If you wish to contact me please shoot a mail here.

not-a-excluded-project's People

Contributors

aditikhandare4 avatar ahmed-rishad-b-a avatar chandresh-soni avatar deep9110 avatar dev-sumanpandit avatar himangskalita avatar justiphi avatar kalebaun18 avatar kumar21-crypto avatar leopaul29 avatar noeltom787 avatar priyanshu688 avatar rarepep8 avatar rishabh-792 avatar rishiraj52 avatar saumya008 avatar sidd2024 avatar siddhant025 avatar somya121 avatar souronix44 avatar sumansharmatech avatar sushant66 avatar susmibas avatar theinspiredconjurer avatar theseus-alt avatar tyniegodagedarage avatar ub2906 avatar vaibhavwani11 avatar yash0412 avatar yh010 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

not-a-excluded-project's Issues

Add C++ Problems

@dev-sumanpandit I would like to add a C++ program for matrix manipulation (Addition, Subtraction, Multiplication, Transpose).
Shall I go forward?

Max and min element of an array

import java.util.Scanner;
public class max_min
{
public static void main(String args[]){
Scanner in = new Scanner(System.in);

    System.out.println("Enter the length of array - ");
    int n = in.nextInt();
    System.out.println("Enter numbers in array - ");
    int array[] = new int[n];
    for(int i=0;i<n;i++){
        array[i] = in.nextInt();
    }
    int max =array[0];
    int min= array[0];
    for(int i=0;i<n;i++){
        if(array[i]<min)
        { min = array[i];
        }
        if(array[i]>max){
            max = array[i];
        }
    }
    System.out.println("Minimum - "+min);
    System.out.println("Maximum - "+max);        
}

}

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.