5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     Programming Best Practices     Programming Fundamentals
Sorting and searching involve the three programming concepts of sequence, selection, and repetition. At least one of these three concepts is present in every program ever written. There are special sorting and searching algorithms that you'll likely need to use when developing a computer program.
Use this course to investigate the main algorithms used in program development. Recognize their efficacy and how they're used as problem-solving tools. Learn about various algorithm types. Moving along, examine two sorting and two searching algorithms in detail.
By the end of the course, you'll be able to recognize how sorting and searching algorithms apply to computer program development.

Objectives

Programming Fundamentals: Algorithms, Sorting, & Searching

  • discover the key concepts covered in this course
  • recognize the effectiveness of algorithms in program development
  • describe the problem-solving features of algorithms
  • list some types of algorithms and describe the most prominent ones
  • perform a simple linear search on a collection of data
  • perform a binary search on a collection of data
  • perform a bubble sort on a collection of data
  • perform an insertion sort on a collection of data
  • summarize the key concepts covered in this course