Tape Equilibrium in Python and C++ Codility Lesson 3

Опубликовано: 17 Октябрь 2024
на канале: CodeTrading
6,834
121

In this video we will talk about the Codility tape equilibrium lesson 3. The algorithm is explained and solved in C++ and Python languages. The efficient solution is also compared versus a simple brute solution approach.
Hope it will be of help for 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
02:55 Brute Solution
04:15 Efficient Solution
06:42 Code writing