Coder Social home page Coder Social logo

c0d1ng / programming Goto Github PK

View Code? Open in Web Editor NEW
39.0 2.0 280.0 1.27 MB

C# 3.07% C++ 30.48% C 10.25% Java 17.49% JavaScript 5.17% PHP 0.91% Python 25.16% Perl 0.29% Go 0.97% Kotlin 1.31% Ruby 0.95% Shell 0.74% Julia 0.01% P4 1.23% R 0.91% Haskell 0.08% Dart 0.98%
c0d1ng hacktoberfest open-source programming

programming's Introduction

Welcome to C0D1NG ๐Ÿฅณ

C0D1NG is an organization that helps everyone to contribute to open source projects.


This is an open-source repository that collects programming problems.

Anyone can work on any issue and you can also create your issues, So start working on the issue when you are done then request a pull create.

Solve as many problems as you can and create a pull request for every individual problem and ๐ŸŒŸ this repo for future reference.


Steps to contribute

๐Ÿ‘‰ Fork this repository

Fork this repository by clicking on the fork button at the top of this page. This will create a copy of this repository in your account.

๐Ÿ‘‰ Clone the repository

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

๐Ÿ‘‰ Create a branch

Then create a branch on your local repository to solve a problem.

๐Ÿ‘‰ Add & commit

Make necessary changes and commit those changes

๐Ÿ‘‰ Push changes to GitHub

Finally push your local repository to the remote repository

๐Ÿ‘‰ Compare & Submit a Pull Request

We're happy to merge valid pull requests to this repository!


Hurray! Now you are a part of the open source community ๐Ÿš€๐Ÿš€๐Ÿš€

Join our Community ๐Ÿ‘‰๐Ÿป C0D1NG


๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

programming's People

Contributors

abhishek-2k19 avatar aditya7feb avatar adivdn avatar adshady13 avatar akumar-99 avatar andrewmbugua avatar ankitkumarjaiswal avatar brianarchibald avatar bvsslgayathri-8679 avatar codebook-2000 avatar debanshu08 avatar g1joshi avatar gajerachintan9 avatar garvitgupta13 avatar janmejai2002 avatar kratikaatgithub avatar mergify[bot] avatar nexweb avatar niki-beep avatar nishiki97 avatar probot-auto-merge[bot] avatar sagrawal9689 avatar saujanya0910 avatar shrishtrip avatar shyampraveensingh avatar varunvjha avatar vijayv18 avatar willianwt avatar willpape avatar yash-agrawal13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

programming's Issues

Sum of Digits of a Number

Write a program to find sum of digits of a number.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Strong Number

Write a program to check whether a number is strong or not.

A strong number is a number whose sum of factorials of digits is equal to the same number.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Maximum Number of Handshakes

Write a program to find the maximum number of handshakes if there are N persons.

This issue is open for all, so everyone can work on this issue and every valid pull request will be merged.
Maximum number of people can work on this issue, there is no limitations.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Lowest Common Multiple

Write a program to find the lowest common multiple of two numbers.

This issue is open for all, so everyone can work on this issue and every valid pull request will be merged.
Maximum number of people can work on this issue, there is no limitations.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Factors of a Number

Write a program to find the factors of a number.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Removal of files and Major Changes

  • Removal of mismatched named files should be removed from the project directories .
  • For maintainability , it is recommended for all the files to follow the same convention of
    username_filename.extension
  • Using command line arguments in all the node files should be mandatory for better usage of the solutions

Spiral Matrix

I Want To Add Spiral Matrix Code in CPP. Please Assign Me.

Factorial of a Number

Write a program to find factorial of a number.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Decimal to Binary

Write a program to convert decimal number into binary number.

This issue is open for all, so everyone can work on this issue and every valid pull request will be merged.
Maximum number of people can work on this issue, there is no limitations.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Prime Number

Write a program to check whether a number is prime or not.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

add a new program

want to add a program in java :
"Write a program to reverse an array"

Positive or Negative Number

Write a program to check whether a number is positive or negative.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Binary to Decimal

Write a program to convert binary number into decimal number.

This issue is open for all, so everyone can work on this issue and every valid pull request will be merged.
Maximum number of people can work on this issue, there is no limitations.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Reverse of a Number

Write a program to reverse a number.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Power of a Number

Write a program to find the power of a number.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Push access to repository

I may be new to this organisation but I wanted to add my own programming solutions i.e my Shell Scripts and also my personally compiled toolkit consisting of SysAdmin tools and scripts .If this addittion interests you then please visit my repos below.

Shell scripts

Personal toolkit

๐Ÿ’ก : Find the second largest in a list of numbers

Problem Statement:
Given a list of size l. Find the second largest number in that list. Come up with an effective method / algorithm.

Example:

list = [23, 51, 12, 19, 8]
2nd largest number = 23

Bonus:
Find the nth largest or smallest number in a given list.

Fibonacci Series upto nth terms

Write a program for fibonacci series upto nth terms.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Even or Odd Number

Write a program to check whether a number is even or odd.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Highest Common Factor

Write a program to find the highest common factor of two numbers.

This issue is open for all, so everyone can work on this issue and every valid pull request will be merged.
Maximum number of people can work on this issue, there is no limitations.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Case sensitive files on a case insensitive filesystem

I tried cloning this project but then there are files that have the same name. This works on case sensitive systems. But on Windows its case insensitive, so A and a is the same. Now there are files that I'm having problem with.

Java/BinaryToDecimal_nishiki97.java
Java/binaryToDecimal_nishiki97.java 

Python/Levenshtein_Distance.py
Python/levenshtein_distance.py

can the author or this or the maintainer remove these files or at least rename them?

For now I can contribute via the github web. Hoping this would be fix soon.

Perfect Number

Write a program to check whether a number is perfect or not.

Perfect number is a positive number which is equal to the sum of all its divisors excluding itself.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Sum of First N Natural Numbers

Write a program to find sum of first N natural numbers.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Armstrong Number

Write a program to check whether a number is armstrong or not.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Leap Year or Not

Write a program to check whether a year is leap year or not.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

Palindrome Number

Write a program to check whether a number is palindrome or not.

Maximum number of people can work on this issue there is no limits, make sure that the each filename should also contain your username to avoid merge conflicts and overriding.

File format ๐Ÿ‘‰๐Ÿป username_filename.extention

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Happy Coding ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

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.