utkarsh-shekhar / basic-programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-programs

This repo contains a few basic programs in languages such as Java, Python, C# etc.

Structure

basic-programs/
├──<Language Name>/
│  ├──<Descriptive name>.example

If there is no folder for the language in the repository, you are more than welcome to add another.

If you are adding a program that utilises a specific concept and/or theory, please add it to its own sub-folder.

Please ensure that the code in the PR is formatted properly. You can use online tools for formatting like:

Also ensure that the filename is either snake_case or PascalCase.

example:

For a concept:

basic-programs/
├──javascript/
│  ├──recursion/
|  |  ├──factorial.js

For a simple program:

basic-programs/
├──ruby/
│  ├──reading_input.rb

Important!

When making a change, please check open Pull Requests to make sure that what you're working on is not already done.

About


Languages

Language:Java 48.9%Language:Python 17.3%Language:JavaScript 7.0%Language:C 6.6%Language:Go 4.8%Language:C++ 3.9%Language:Kotlin 2.5%Language:C# 2.0%Language:Cuda 1.6%Language:PHP 1.5%Language:Swift 1.3%Language:Scala 1.1%Language:Ruby 1.1%Language:Haskell 0.5%