Skip to content

shayan-techolution/test-readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Sorting Algorithms

This repository contains implementations of common sorting algorithms in JavaScript.
Each algorithm demonstrates different approaches to sorting data efficiently.


📚 Algorithms Included

  • 🪄 Bubble Sort — Simple but inefficient for large datasets.
  • Insertion Sort — Efficient for small or partially sorted data.
  • 🧱 Selection Sort — Easy to understand, but not very fast.
  • 🪜 Merge Sort — Divide-and-conquer algorithm with O(n log n) complexity.
  • ⚙️ Quick Sort — One of the fastest general-purpose sorting algorithms.
  • 🧮 Heap Sort — Uses a heap data structure for sorting.

🧠 Folder Structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published