The SoftUni Algorithms course will introduce participants to the most common programming techniques. Along with this, numerous algorithmic tasks will be solved and analyzes of different approaches - their properties, applications, advantages and disadvantages - will be carried out. The training participants will develop their algorithmic thinking skills and acquire skills for working with the main classes of algorithms used in practice: recursion and backtracking, recursion using variables, searching and sorting, as well as graph theory - implementation in computer memory, minimum spanning tree, traversal and finding the shortest path. Students will learn the technique of dynamic programming and solve famous problems such as the Fibonacci sequence, finding the longest common sequence and the longest sequence of increasing elements.
✔️ Working with recursion, solving recursive problems, and returning from recursion
✔️ Using linear and binary search algorithms
✔️ Using sorting algorithms
✔️ Work with graphs, as well as BFS and DFS algorithms
✔️ Application of MST and shortest path finding algorithms
✔️ Solving optimization problems through dynamic optimization
The course is suitable for anyone who can handle variables, conditionals, loops and data structures fluently. The techniques discussed are fundamental and do not rely on specific features of the language and development environment.