Skip to content
Learn Coding Fast Logo IS
Search
  • Home
  • My Books
  • Errata
  • Privacy Policy

Posts by Jamie

link to Python Programming Challenge 21: Multiply Strings

Python Programming Challenge 21: Multiply Strings

For today's challenge, we'll be working on the Multiply Strings problem from Leetcode. The Multiply Strings Problem This problem requires us to write a function called multiply() that accepts two...

Continue Reading
link to Python Programming Challenge 20: Merge Intervals

Python Programming Challenge 20: Merge Intervals

In this post, we'll discuss the Merge Intervals problem from Leetcode. The Merge Intervals Problem For this challenge, your task is to write a function called merge() that accepts an argument...

Continue Reading
link to Python Programming Challenge 19: Container with Most Water

Python Programming Challenge 19: Container with Most Water

In today's post, we'll discuss the Container with Most Water problem taken from Leetcode 11. Container With Most Water For this challenge, you are given a list of non-negative numbers. Each number...

Continue Reading
link to Python Programming Challenge 18: Unique Paths

Python Programming Challenge 18: Unique Paths

Today, we have another programming challenge taken from the Unique Paths problem at Leetcode. The Unique Paths Challenge This challenge requires us to write a function called uniquePaths() that...

Continue Reading

How to use the Python 3 reduce() function

The Python 3 reduce() function is a pre-defined function found in the functools module. It accepts a function with two arguments and applies that function cumulatively to the items of an...

Continue Reading

Python Programming Challenge 17: Longest Common Prefix

In today's post, we'll discuss the Leetcode 14 problem - finding the longest common prefix amongst a list of strings. Leetcode Longest Common Prefix Problem For this challenge, you are required to...

Continue Reading
« PREV Page 1 Page 2 Page 3 Page 4 Page 5 … Page 10 NEXT »

About the Author

Author of the Learn Coding Fast Book Series

My Books on Amazon

Machine Learning

Machine Learning With Python For Beginners: A Step-By-Step Guide with Hands-On Projects (Learn Coding Fast with Hands-On Project Book 7)
Machine Learning With Python For Beginners: A Step-By-Step Guide with Hands-On Projects (Learn Coding Fast with Hands-On Project Book 7)

Python Series

Python (2nd Edition): Learn Python in One Day and Learn It Well. Python for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 1)
Python (2nd Edition): Learn Python in One Day and Learn It Well. Python for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 1)
Python Workbook: Learn Python in one day and Learn It Well (Workbook with Questions, Solutions and Projects) (Learn Coding Fast Workbook 1)
Python Workbook: Learn Python in one day and Learn It Well (Workbook with Questions, Solutions and Projects) (Learn Coding Fast Workbook 1)

Web Programming

PHP: Learn PHP in One Day and Learn It Well. PHP for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 6)
PHP: Learn PHP in One Day and Learn It Well. PHP for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 6)
SQL: Learn SQL (using MySQL) in One Day and Learn It Well. SQL for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 5)
SQL: Learn SQL (using MySQL) in One Day and Learn It Well. SQL for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 5)
CSS (with HTML5): Learn CSS in One Day and Learn It Well. CSS for Beginners with Hands-on Project. Includes HTML5. (Learn Coding Fast with Hands-On Project Book 2)
CSS (with HTML5): Learn CSS in One Day and Learn It Well. CSS for Beginners with Hands-on Project. Includes HTML5. (Learn Coding Fast with Hands-On Project Book 2)

General-Purpose Languages

C#: Learn C# in One Day and Learn It Well. C# for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 3)
C#: Learn C# in One Day and Learn It Well. C# for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 3)
Java: Learn Java in One Day and Learn It Well. Java for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 4)
Java: Learn Java in One Day and Learn It Well. Java for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 4)

LEGAL INFORMATION

LearnCodingFast.com is a participant in the Amazon Services LLC Associates Program and the Udemy affiliate program. This means that we may get a commission from Amazon or Udemy if you purchase through the links on this website. This is at no extra cost to you and will help us pay for the maintenance of this site. Please note that we have not been given any free products, services or anything else by these companies in exchange for mentioning them on the site. The only consideration is in the form of affiliate commissions.

© 2025 Copyright Learn Coding Fast
Scroll Up