Missing Positive Integer in array | Python and C++ | Codility Solutions Lesson 4

Опубликовано: 23 Ноябрь 2024
на канале: CodeTrading
8,338
109

This video describes the codility solution for lesson 4 "Missing Integer", the aim is to find the smallest missing positive integer in an array. The solution is described and written in C++ and in Python. A good coding exercise for algorithmic practice lessons as found on codility coding interview preparation website. python algorithms interview.

🍓 If you want to follow structured courses with more details and practice exercises check my "About" page for Discount Coupons on my Udemy courses covering: Python basics, Object Oriented Programming and Data Analysis with NumPy and Pandas, ... more courses are on the way drop me a message if you have a particular interesting topic! Good luck!

#python #cplusplusprogramming #codinginterview

00:00 Introduction and solution presentation
03:55 C++ solution
07:19 Python solution