最新消息:请大家多多支持

Searching and Sorting Algorithms in C++

其他教程 dsgsd 105浏览 0评论

Video: .mp4 (1280×720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 1.31 GB
Genre: eLearning Video | Duration: 14 lectures (3 hour, 38 mins) | Language: English

txt

What you’ll learn

Data Structures
Sorting Algorithms
Searching Algorithms
Advanced Algorithms
Analysis of Algorithms

Course content
4 sections • 14 lectures • 3h 38m total length

Requirements

Desire to Learn
C++ Fundamentals

Description

Welcome to the “Searching and Sorting Algorithms in C++” course.

Searching data is to find an element or the search key is present in the array or in a list. And there are 2 famous search algorithms that you will learn in this course. These are “Linear Search” and the more efficient algorithm “Binary Search”. Sorting data by using an algorithm can be analyzed as based on its adaptive or stable properties. Also number of comparisons and number of swaps are good indicators which tell us the efficiency of an algorithm. Some algorithms take constant time, quadratic time, some of them take linear time and some of them take logarithmic time. I will be using X-Code for demonstrations of the algorithms. But you can choose any IDE you want or any operating system.

Searching data involves determining whether a value is present in the data and, if so, finding the value’s location. Two popular search algorithms are the simple linear search and the faster but more complex binary search, which is introduced in this course. Sorting places data in ascending or descending order, based on one or more sort keys. A list of names could be sorted alphabetically, bank accounts could be sorted by account number, employee payroll records could be sorted by social security number, and so on. In this course we introduce the more efficient, but more complex merge sort. This course also introduces Big O notation, which is used to characterize an algorithm’s worst-case runtime—that is, how hard an algorithm may have to work to solve a problem.

In this course you will learn the subjects given below.

Searching Algorithms

Linear Search

Binary Search

Sorting Algorithms

Bubble Sort

Insertion Sort

Comparisons

Selection Sort

Quick Sort

Count Sort

Bucket Sort

Radix Sort

Shell Sort

For each lesson, pdf version of code files are included in the resources section.

Happy coding….
Who this course is for

Everyone who is interested in learning Sorting and Searching Algorithms
C/C++ Beginners

Searching and Sorting Algorithms in C++

Password/解压密码www.tbtos.com

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » Searching and Sorting Algorithms in C++

发表我的评论
取消评论
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址