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
Algorithms, Part IPrinceton University via Coursera Conception et mise en œuvre d'algorithmes.
École Polytechnique via Coursera 数据结构与算法 Data Structures and Algorithms
Peking University via Coursera 高级数据结构与算法
Peking University via Coursera Principles of Computing (Part 2)
Rice University via Coursera