Skip to content

Martncox/Sorting-Algorithms-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# Sorting-Algorithms-comparison" Java was king by execution time with c++ in second and python last. Python is slower due to being an interpreted language with dynamic typing, which adds overhead. It uses dynamically sized lists instead of fixed arrays, causing extra memory costs. Python also lacks recursion optimization and has slower random number generation and less precise time measurement compared to C++ and Java, contributing to its overall slower performance.

About

This is a comparison of three sorting algorithms, selection, merge, and quick sort in three languages, C++, python, java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors