Skip to content

C++ program implementing sort algorithms for vectors with any type of value.

License

Notifications You must be signed in to change notification settings

KeflerExe/Sorting-Algorithms-C-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LinkedIn

About The Project

This repository hosts a collection of efficient sorting algorithms, designed to organize data quickly and effectively. It includes techniques: Radix Sort, Shell Sort, Heap Sort, Merge Sort, and Insertion Sort. These algorithms provide a versatile toolkit for sorting data efficiently, whether you're working with integers, strings, or custom data types.

(back to top)

Built With

  • C++

(back to top)

Getting Started

Prerequisites

None

Installation

No installation required :)

(back to top)

Usage

  1. Download the files
  2. Compile with g++
g++ main_ordenacion.cc
  1. All ready!

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

Joel Óscar - josc.margut@gmail.com

(back to top)

About

C++ program implementing sort algorithms for vectors with any type of value.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages