truongluan303 / sorting-algorithms-implementations-in-multiple-languages

Implemented multiple sorting algorithms such as merge sort, quicksort, bubble sort, etc, in many different languages including Python, Java, C++, C#, and Javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Algorithms πŸ” in Multiple Programming Languages

Learn new programming languages and sorting algorithms at the same time πŸ”₯πŸ‘

Progress

icons8-c-programming

  • Bubble Sort
  • Insertion Sort
  • Selection Sort

icons8-c++

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Quicksort
  • Merge Sort
  • Counting Sort

icons8-c-sharp-logo

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Quicksort
  • Merge Sort

icons8-java

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Quicksort
  • Merge Sort
  • Counting Sort

icons8-javascript

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Quicksort
  • Merge Sort
  • Counting Sort

icons8-python (1)

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Quicksort
  • Merge Sort
  • Heap Sort
  • Counting Sort

About

Implemented multiple sorting algorithms such as merge sort, quicksort, bubble sort, etc, in many different languages including Python, Java, C++, C#, and Javascript.


Languages

Language:Python 26.9%Language:Java 18.8%Language:C++ 16.5%Language:C# 15.5%Language:JavaScript 12.2%Language:C 10.2%