8000 GitHub - mattxushuai/Sorting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mattxushuai/Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sorting

Sorting is a basic building block that many other algorithms are built upon. It’s related to several exciting ideas programming or data science. Understanding how sorting algorithms in Python work behind the scenes is a fundamental step toward implementing correct and efficient algorithms that solve real-world problems.

In this project, I will try to explain:

  • How different sorting algorithms in python work and how they compare under different circumstances (smaller lists vs. Large lists)

  • How Python's built-in sort functionality works behind the scenes

  • How different computer science concepts like recursion and divide and conquer apply to sorting

  • How to measure the efficiency using Big O notaion and python's timeit module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0