mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-02 02:02:23 +08:00
969731d9cd0759e4990f4838e251afe325d23261
Sorts an array of Numeric strings. An array of strings like 1,2,3,10,20,30,100,200,300 are sorted as 1,10,100,2,20,200,3,30,300 Conventionally. This programme sorts them in the correct numeric order i.e 1,2,3,10,20,30,100,200,300
C++
This repository contains some useful algorithms and data structures.
Contribute
How you can contribute? See this small guide.
- Use the directory structure of the repository.
- Please describe your pull requests.
- Don't use bits/stdc++.h because this is quite Linux specific and slow down the compiler process.
- Put in comments in your code.
- Avoid struct uses instead the class keyword.
- Add some test cases in the main-function.
Description
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
algorithmalgorithm-competitionsalgorithmsalgorithms-implementedartificial-intelligence-algorithmscomputer-sciencecppdata-structureseducationalhacktoberfestinstructor-materialsinterview-preparationinterview-questionsmachine-learningmachine-learning-algorithmsmathematicssearchsort
Readme
MIT
196 MiB
Languages
C++
98.6%
CMake
1.3%