How to Sort Your Socks Using JavaScript
Offered By: JavaScript Conferences by GitNation via YouTube
Course Description
Overview
Learn how to effectively sort data using JavaScript in this insightful conference talk from Amsterdam JSNation 2018. Explore the intricacies of the Array#sort method and discover why sorting numbers might not always yield expected results. Dive deep into computer science concepts as you examine useful sorting algorithms implemented by JavaScript engines like Chrome's V8 and Microsoft's Chakra. Gain a comprehensive understanding of computational complexity, design strategies, and the divide-and-conquer approach. Delve into the Quicksort algorithm and analyze its performance through benchmarking. By mastering these sorting techniques and understanding their underlying principles, enhance your ability to create more efficient and consistent applications, regardless of your JavaScript experience level.
Syllabus
Intro
Context
Computational Complexity
Design strategies
Divide Conquer
Quicksort
Performance
Benchmark
Conclusion
Taught by
JavaScript Conferences by GitNation
Related Courses
Divide and Conquer, Sorting and Searching, and Randomized AlgorithmsStanford University via Coursera Using Effcient Sorting Algorithms in Java to Arrange Tax Data
Coursera Project Network via Coursera Using Efficient Sorting Algorithms in Java to Arrange Tax Data
Coursera Project Network via Coursera Fundamental Algorithms: Design And Analysis
Indian Institute of Technology, Kharagpur via Swayam Algorithms (2019)
Brilliant