Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Tutorials [udemy] Classic Coding Algorithms: Searching and Sorting

Ronaldo99

Uploader
Power User
✅ Verified Member
Downloaded
135.2 GB
Uploaded
13.1 TB
Ratio
99.19
Seedbonus
276,282
Upload Count
265 (300)
Member for 9 years
[udemy] Classic Coding Algorithms: Searching and Sorting
QoxiSM.jpg

Genre: eLearning | .mp4 | Video: h264, (1280x720, 30 fps(r)) | Audio: AAC, 48000 Hz, 2ch
English | Duration: 31 lectures (1 hour, 54 mins) | Size: 1.85 GB


A thorough refresher on common algorithms
to take before your next coding interview



What you'll learn
Data Structures
Sorting Algorithms
Searching Algorithms
Advanced Algorithms
Analysis of Algorithms

Requirements
Desire to Learn
C++ Fundamentals

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


QoxZRm.jpg

Qox7xA.jpg

QoxUGR.jpg

QoxxEe.jpg

Qox2PU.jpg

QoxAfn.jpg

QoxBjq.jpg

QoxKIQ.jpg

QoxgOW.jpg

Qoxkmh.jpg

QoxoRr.jpg

Qox8xj.jpg

QoxfMo.jpg

QoxhEH.jpg

QoxdPV.jpg

Qox0hK.jpg

Qoxqjs.jpg

QoxGIc.jpg

Download




 

illusions

✅ Verified Member
Member
Downloaded
217 GB
Uploaded
7.6 TB
Ratio
35.66
Seedbonus
6,385
Upload Count
0 (0)
Member for 8 years
Interesting ! Thank you @Ronaldo99 for sharing.
 
Top