Some basic sorting algos

Overview

Sorting-Algos

Some basic sorting algos

HacktoberFest 2021

This repository consists of mezzo-level projects that undertake a simple task and perform it using small code snippets.

  • You can make contibution of good quality code of any language that add value.
  • Don't add "hello world" programs.
  • Don't repeat code that already exists.
  • You can add code of different languague that do same thing.
  • Spam PRs will be marked "spam"/"invalid".
  • Write in any language.
  • If you want to add different language then first make folder of it and then add code in it.
You might also like...
B-Pkg is a simple tool in python for installing all basic package in termux

Basic-Pkg 👉🏻 Basic-Pkg 👈🏻 B-Pkg is a simple tool in python for installing all basic package in termux This is my first tool, I hope you will like

A basic ticketing software.
A basic ticketing software.

Ticketer A basic ticketing software. Screenshots Program Launched Issuing Ticket Show your Ticket Entry Done Program Exited Code Features to implement

A basic layout of atm working of my local database
A basic layout of atm working of my local database

Software for working Banking service 😄 This project was developed for Banking service. mysql server is required To have mysql server on your system u

A basic layout of atm working of my local database
A basic layout of atm working of my local database

Software for working Banking service 😄 This project was developed for Banking service. mysql server is required To have mysql server on your system u

Yet another basic python package.

ironmelts A basic python package. Easy to use. Minimum requirements. Installing Linux python3 -m pip install -U ironmelts macOS python3 -m pip install

this is a basic python project that I made using python

this is a basic python project that I made using python. This project is only for practice because my python skills are still newbie.

Exploring basic lambda calculus in Python

Lambda Exploring basic lambda calculus in Python. In this repo I have used the lambda function built into python to get a more intiutive feel of lambd

Basic Hspice runner with Python

HSpicePy Bilgisayarınıza PATH değişkenlerine eklediğiniz HSPICE programını python ile çalıştırmanızı sağlayan basit bir araç. A simple tool that allow

A basic animation modding workflow for FFXIV
A basic animation modding workflow for FFXIV

AnimAssist Provides a quick and easy way to mod animations in FFXIV. You will need: Before anything, the VC++2012 32-bit Redist from here. Havok will

Comments
  • Sorting algo in Golang

    Sorting algo in Golang

    @ScientificX @vivian-dai @AnubhavMadhav @pAkalpa @Tekipeps Kindly add my PR i contributed to many projects but none helped me to increase my count towards hacktoberfest 2021

    hacktoberfest-accepted 
    opened by rishabhkemni 5
  • add ThreeWayQuickSort.java

    add ThreeWayQuickSort.java

    The Three Way QuickSort it is an optimized version of traditional QuickSort, this one deals better with several occurrences of elements equal to the pivot.

    hacktoberfest-accepted 
    opened by EdimarJunior 1
  • ✔️ Added algorithmic approach to Cyclic Sort algorithm with code and explanation

    ✔️ Added algorithmic approach to Cyclic Sort algorithm with code and explanation

    I have added cyclic sort code with explanation in C++ , with README file for better understanding of the algorithm. . . . Kindly review my PR. Thankyou!!

    hacktoberfest-accepted 
    opened by pratyaksh1610 1
  • Implementation of various sorting algorithms in C.

    Implementation of various sorting algorithms in C.

    Implementation of various sorting algorithms. Theory: Arrangement of data in some systematic order is called sorting. Sorting can be done based on some key reference which can be numbers, alphabets etc. Sorting is essential part of data management, since it helps in searching the data.

    1. Bubble Sort
    2. Insertion Sort
    3. Selection Sort
    4. Quick Sort
    5. Merge Sort
    hacktoberfest-accepted 
    opened by shrijalshr 0
Releases(hacktoberfest)
Owner
Manthan Ghasadiya
Manthan Ghasadiya
Simple yet flexible natural sorting in Python.

natsort Simple yet flexible natural sorting in Python. Source Code: https://github.com/SethMMorton/natsort Downloads: https://pypi.org/project/natsort

Seth Morton 712 Dec 23, 2022
This repository requires you to solve a problem by writing some basic python code.

Can You Solve a Problem? A beginner friendly repository that requires you to solve familiar problems with python. This could be as simple as implement

Precious Kolawole 11 Nov 30, 2022
a bit of my project :) and I use some of them for my school lesson or study for an exam! but some of them just for myself.

Handy Project a bit of my project :) and I use some of them for my school lesson or study for an exam! but some of them just for myself. the handy pro

amirkasra esmaeilian 13 Jul 5, 2021
A curses based mpd client with basic functionality and album art.

Miniplayer A curses based mpd client with basic functionality and album art. After installation, the player can be opened from the terminal with minip

Tristan Ferrua 102 Dec 24, 2022
Simple GUI menu for micropython using a rotary encoder and basic display.

Micropython encoder based menu This is a simple menu system written in micropython. It uses a switch, a rotary encoder and an OLED display.

null 80 Jan 7, 2023
A basic python project which replicates the functionalities on an 8 Ball.

Magic-8-Ball To the people who wish to make decisions using a Magic 8 Ball but can't get one? I gotchu. This is a basic python project which replicate

null 3 Jun 24, 2021
basic tool for NFT. let's spam, this is the easiest way to generate a hell lotta image

NFT generator this is the easiest way to generate a hell lotta image buckle up and follow me! how to first have your image in .png (transparent backgr

null 34 Nov 18, 2022
A basic notes app to store your notes.

Notes Webapp A basic notes webapp to keep your notes.You can add, edit and delete notes after signing up. To add a note type your note in the text box

null 2 Oct 23, 2021
Basic Clojure REPL for Sublime Text

Basic Clojure REPL for Sublime Text Goals: Decomplected: just REPL, nothing more Zero dependencies: works directly with pREPL Compact: Display code ev

Nikita Prokopov 23 Dec 24, 2021
This is a pretty basic but relatively nice looking Python Pomodoro Timer.

Python Pomodoro-Timer This is a pretty basic but relatively nice looking Pomodoro Timer. Currently its set to a very basic mode, but the funcationalit

EmmHarris 2 Oct 18, 2021