Skip to content

mamorales10/basic-programs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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, make sure to check open Pull Requests to make sure that what you're working on is not already done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 28.5%
  • C# 13.1%
  • JavaScript 11.8%
  • Python 11.0%
  • Cuda 10.3%
  • C 8.7%
  • Other 16.6%