Giter Site home page Giter Site logo

tulika-99 / sorting-algorithms Goto Github PK

View Code? Open in Web Editor NEW
63.0 3.0 151.0 4.12 MB

A collection of different types of sorting algorithms in diff languages. HacktoberFest 2019-22 :octocat:

C# 6.40% Java 24.67% Python 11.34% Haskell 0.38% JavaScript 8.74% C 8.97% C++ 18.43% Dart 3.33% Go 3.45% Ruby 1.32% Scala 0.76% Swift 0.62% Kotlin 6.16% MATLAB 0.22% Shell 0.85% TypeScript 1.41% Objective-C 0.24% Assembly 1.09% Raku 0.14% Rust 1.49%
hacktoberfest sorting hacktoberfest2020 hacktoberfest2019 hacktoberfest2021 algorithm

sorting-algorithms's Introduction

Sorting Algorithms

A collection of different types of sorting algorithms in diff languages. This repository is open to all. To help you out with your Hacktoberfest goals!!
All you need to do is just add any sorting algorithm of your choice in any language you like with only the condition that it hasn't already been added.

Guidelines

  • Create a folder with the algorithm name and language used to implement it. ( Eg: Insertion Sort-C++ )
  • Add a .txt file with the Algorithm and a solution file which contains the solution of the given problem.
  • Add this file inside the folder with the name of the algorithm you have implemented. If not present then create a new folder with the name of the algorithm and add your own folder to it.
  • You can also help maintain a single text file containing the detailed explanation of all the algorithms.

Since we restructured it,it does not contain a single file for the algorithm.

Steps

  • Fork this repo (button on top)
  • Star this repo (button on top)
  • Clone on your local machine
git clone https://github.com/your-username/sorting-algorithms.git
  • Create a new folder with the algorithm name and language.
  • Add your algorithm and solution file in that folder.
  • Commit and push
git add .
git commit -m 'Added algorithm-name'
git push origin master
  • Create a new pull request from your forked repository
  • And you are one step closer! ๐Ÿคฉ

Links to help out-

https://help.github.com/en/articles/adding-a-file-to-a-repository-using-the-command-line https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github

sorting-algorithms's People

Contributors

anandan1998 avatar ashraf-101 avatar bharati-21 avatar brijeshsinghrawat avatar damian3930 avatar dilananuruddha avatar echojoker avatar georgepulikkathadathil avatar gitruili avatar isaacdouglas avatar johnli01 avatar kefournier avatar kpencak avatar liminm avatar miketu926 avatar mohit-vishwakarma avatar murilopereirame avatar musaabshirgar1 avatar muskanshakyavar avatar nandarustam avatar nic003 avatar pedroandrades avatar ritesh-ag avatar san-nigam avatar semwalshaurya avatar sybaru avatar thaanu2001 avatar therohanjaiswal avatar tulika-99 avatar vczoika 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  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  avatar

sorting-algorithms's Issues

Add any remaining Sorting Algorithm of your choice.

You can add any Sorting Algorithm of your choice in any language.

  • Choose an algorithm that isn't already present in the repo.
  • or implement the same algorithm in a different language.( Pls do check if its already present or not)
  • or write a MD file with the explanation, theory, time and space complexities with examples.

What all to keep in mind

  • Check the comments to make sure no one is already working on it. (Check the List Of Whats Done.md file)
  • Comment the algorithm and language that you chose.
  • Check the repo guidelines for steps and format and start working.
  • you don't necessarily need to know how to code , you can even write algorithms and its explanations in a text file for those algos who are missing it and help us in documentation.
  • Please refrain from adding spam PR's . They will be marked as invalid !!

Note

Since this repo is old, most of the algos are already present. But some not so common algos are still left to be implemented in various different languages. This might serve as a research assignment for some.

Add any remaining Sorting Algorithms of your choice.

You can add any Sorting Algorithm of your choice in any language.

  • Choose an algorithm that isn't already present in the repo.
  • or implement the same algorithm in a different language.( Pls do check if its already present or not)
  • or write a MD file with the explanation, theory, time and space complexities with examples.

What all to keep in mind

  • Check the comments to make sure no one is already working on it.
  • Comment the algorithm and language that you chose.
  • Check the repo guidelines for steps and format and start working.
  • you don't necessarily need to know how to code , you can even write algorithms and its explanations in a text file for those algos who are missing it and help us in documentation.
  • Please refrain from adding spam PR's . They will be marked as invalid !!

Note

Since this repo is a year old, most of the algos are already present. But some not so common algos are still left to be implemented in various different languages. This might serve as a research assignment for some.

Add any remaining Sorting Algorithm of your choice

You can add any Sorting Algorithm of your choice in any language.

  • Choose an algorithm that isn't already present in the repo.
  • or implement the same algorithm in a different language.( Pls do check if its already present or not)
  • or write a MD file with the explanation, theory, time and space complexities with examples.

What all to keep in mind

  • Check the comments to make sure no one is already working on it. (Check the List Of Whats Done.md file)
  • Comment the algorithm and language that you chose.
  • Check the repo guidelines for steps and format and start working.
  • you don't necessarily need to know how to code , you can even write algorithms and its explanations in a text file for those algos who are missing it and help us in documentation.
  • Please refrain from adding spam PR's . They will be marked as invalid !!

Note

Since this repo is old, most of the algos are already present. But some not so common algos are still left to be implemented in various different languages. This might serve as a research assignment for some.

Add any Sorting Algorithm of your choice.

You can add any sorting algorithm of your choice in any language.

  1. Choose an algorithm that isn't present in the repo.
    (Note: you can implement the same algorithm in a different language)
  2. Check the comments to make sure no one is already working on it.
  3. Comment the algorithm and language that you chose.
  4. Check the repo guidelines for steps and format and start working.

Note : you don't necessarily need to know how to code , you can even write algorithms and its explanations in a text file for those algos who are missing it and help us in documentation.

Please refrain from adding spam PR's . I will mark them as invalid !!

Language specific packages

Is it possible to create packages for each language and have all language specific algorithms within the package ?
It might also be helpful to group it based on algorithms.

With increasing implementation it might get difficult to search

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.