• Post category:StudyBullet-14
  • Reading time:4 mins read


Practice algorithms coding interview questions for companies like Google, Microsoft, Facebook, Apple & Amazon

What you will learn

Solve easy to hard difficulty problems

How to solve some of the most popular coding interview questions asked by major tech companies

Solve commonly asked interview questions

Step by step guide to common coding interview questions

Description

Welcome to “Popular Algorithms Coding Interview Questions” Course!

This course is intended for beginners to advanced learners who are preparing for their software engineer programming interviews. If you’re nervous about your first coding interview, or anxious about applying to your next job, this is the course for you. I got tired of interviewers asking coding questions that can only be answered if you’ve seen the problem before, so I made this course. This video course will teach you the most common interview questions that you’ll see in a coding interview, giving you the tools you need to ace your next whiteboard interview. I work through on whiteboard and I explained the intuition behind each coding problems so you can understand the solution.

I know, coding interviews are notoriously intimidating, but there is one method in order to perform well and that is practice. This course is going to not only give you coding interview questions to practice on, but it will also make sure that you understand the intuition behind solving each problem, so you’ll be able to perform well in a real interview. We discuss everything from the easy algorithm questions all the way to the hard algorithm questions.


Get Instant Notification of New Courses on our Telegram channel.


If you think you’re ready for this course, watch the preview videos and see if you can solve those problems!

See you inside!

English
language

Content

1-Longest increasing subsequence

Longest increasing subsequence

2-Gas Station

Gas Station

3-Product of array except self

Product of array except self

4-Reverse a linked list [Iterative]

Reverse a linked list [Iterative]

5-Reverse a linked list [Recursive]

Reverse a linked list [Recursive]

6-Preorder traversal of a binary tree [Iterative]

Iterative preorder traversal

7-Inorder traversal of a binary tree [Iterative]

Iterative inorder traversal

8-Postorder traversal of a binary tree [Iterative]

Iterative postorder traversal

9-Reverse linked list in k group

Reverse linked list in k group