Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.76 KB

learn_more.md

File metadata and controls

17 lines (11 loc) · 1.76 KB

[1] Learn more about multithreading and how it works:

[2] Learn more about sorting algorithms, their time complexity, and efficiency:

  • Sorting Algorithms - GeeksforGeeks provides detailed explanations and visualizations of various sorting algorithms, including Merge Sort and Bubble Sort.

  • Big-O Notation - A beginner's guide to Big-O notation, which is commonly used to describe the efficiency of algorithms in terms of their time complexity.

  • Interactive Sorting Algorithm Visualizer - Visualize how different sorting algorithms work and understand their performance characteristics using this interactive tool.

  • Comparison of Sorting Algorithms - Toptal provides a comprehensive comparison of various sorting algorithms, discussing their strengths and weaknesses.