Companies Home Search Profile

Ultimate Coding Interview Prep: Algorithms & Data Structures

Focused View

John Bura,Mammoth Interactive

7:01:29

16 View
  • 1 - 00 Course Overview.mp4
    03:25
  • 2 - 01 Fizzbuzz.mp4
    09:58
  • 3 - 01FizzBuzzCode.zip
  • 3 - FizzBuzz Code.html
  • 4 - 01 Reverse Words In A String.mp4
    05:36
  • 5 - 02 Rotate Array.mp4
    09:11
  • 6 - 03 Isomorphic Strings.mp4
    12:28
  • 7 - 04 Kth Largest Element In An Array.mp4
    15:19
  • 8 - 05 Testing Our Solution.mp4
    03:39
  • 9 - Section1Code.zip
  • 9 - Section 1 Code.html
  • 10 - 01 Set Matrix Zeros.mp4
    11:28
  • 11 - 02 Spiral Matrix.mp4
    09:01
  • 12 - 03 Number Of Islands.mp4
    20:21
  • 13 - 04 Testing Our Solution.mp4
    20:21
  • 14 - Section2Code.zip
  • 14 - Section 2 Code.html
  • 15 - 01 Implement a Stack Using an Array.mp4
    07:01
  • 16 - 02 Add Two Numbers.mp4
    06:43
  • 17 - 03 Testing Our Solution.mp4
    07:55
  • 18 - 04 Reverse a Linked List.mp4
    12:06
  • 19 - LinkedListSourceCode.zip
  • 19 - Linked List Source Code.html
  • 20 - 01 Inorder Traversal.mp4
    08:13
  • 21 - 02 Preorder Traversal.mp4
    08:13
  • 22 - 03 Postorder Traversal.mp4
    06:35
  • 23 - 04 Binary Tree Maximum Path Sum.mp4
    12:41
  • 24 - BinaryTreeSourceCode.zip
  • 24 - Binary Tree Source Code.html
  • 25 - 01 Clone an Undefined Graph.mp4
    13:09
  • 26 - 02 Building And Traversing The Graph.mp4
    11:22
  • 27 - 03 Testing Our Solution.mp4
    04:27
  • 28 - GraphInterviewQuestionsSourceCode.zip
  • 28 - Graph Interview Questions Source Code.html
  • 29 - 01 Types Of Time Complexity.mp4
    13:25
  • 30 - 02 Bubble Sort Algorithm.mp4
    04:26
  • 31 - 03 Selection Sort Algorithm.mp4
    05:08
  • 32 - 04 Insertion Sort Algorithm.mp4
    04:13
  • 33 - 05 Quick Sort.mp4
    07:14
  • 34 - 06 Merge Sort Algorithm.mp4
    12:30
  • 35 - 07 Time Complexity Of Different Sorting Algorithms.mp4
    02:55
  • 36 - Section6SortingandTimeComplexityCode.zip
  • 36 - Section 6 Sorting and Time Complexity Code.html
  • 37 - TimeComplexityofDifferentSortingAlgorithmsSlides.pdf
  • 37 - Time Complexity of Different Sorting Algorithms Slides.html
  • 38 - 01 Coin Change.mp4
    09:10
  • 39 - 02 Edit Distance.mp4
    10:15
  • 40 - 03 Distinct Subsequences.mp4
    08:45
  • 41 - 04 Maximum Sum Subarray.mp4
    04:44
  • 42 - DynamicProgrammingSourceCode.zip
  • 42 - Dynamic Programming Source Code.html
  • 43 - 01 Bitwise And Shift Operators.mp4
    07:19
  • 44 - 02 Single Number.mp4
    03:54
  • 45 - 03 Number Of 1 Bits.mp4
    04:51
  • 46 - 04 Sum Of Two Integers.mp4
    03:30
  • 47 - 05 Reverse Bits.mp4
    06:05
  • 48 - 06 Bitwise And Of A Range.mp4
    10:26
  • 49 - 09BitwiseandShiftOperatorsSlides.pdf
  • 49 - Bitwise and Shift Operators Slides.html
  • 50 - BitManipulationSourceCode.zip
  • 50 - Bit Manipulation Source Code.html
  • 51 - 01 Permutations.mp4
    12:11
  • 52 - 02 Distinct Permutations Of A String.mp4
    13:37
  • 53 - 03 Letter Combinations Of A Phone Number.mp4
    13:10
  • 54 - 04 Factor Combinations.mp4
    16:20
  • 55 - CombinationsandPermutationsInterviewQuestionsCode.zip
  • 55 - Combinations and Permutations Interview Questions Code.html
  • 56 - 01 Reverse Integer.mp4
    10:44
  • 57 - 02 Palindrome Number.mp4
    11:40
  • 58 - 03 Excel Sheet Column Number.mp4
    05:45
  • 59 - MathInterviewQuestionsCode.zip
  • 59 - Math Interview Questions Code.html
  • Description


    Learn the best way to answer an interview question, solve the most commonly asked questions and analyze time complexity!

    What You'll Learn?


    • Learn the most commonly asked questions by the likes of Facebook, Google, Amazon and Spotify for beginners.
    • Learn not only concepts but also be able to articulate your thought process as you plan and execute a solution.
    • Learn the best way to answer an interview question
    • Analyze the time complexity of various algorithms
    • Learn through hands-on coding examples and learn to solve problems quickly
    • Refresh your Java knowledge

    Who is this for?


  • Anyone learning Java
  • You have a Java interview coming up and need to learn how to answer questions properly
  • You need to learn the most popular questions that you might be asked
  • You need to learn the top 10 most common subjects asked about and sample questions for each
  • You haven't used Java in a while and want to refresh your knowledge
  • What You Need to Know?


  • Experience with object-oriented programming fundamentals. If you need experience, enroll in Introduction to Algorithms in Java first.
  • No IDE necessary. We'll run Java in the browser with Repl.
  • More details


    Description

    The Best Java Interview Guide

    Learn the most commonly asked questions by the likes of Facebook, Google, Amazon and Spotify for beginners.

    Preparing for the Java interview is hard. You need to understand not only concepts but also be able to articulate your thought process as you plan and execute a solution.

    In Ultimate Coding Interview Prep, you'll learn the best way to answer an interview question, look at the most commonly asked questions, and analyze time complexity of various algorithms.

    You'll learn through hands-on coding examples and learn to solve problems quickly.

    Refresh your Java knowledge and solve new problems with the most common beginner interview questions asked by FANG companies.

    COURSE BREAKDOWN

    Section 0: Introduction to Interview Questions

    • Course Overview

    • FizzBuzz: Print the numbers from 1 to 100 and for multiples of '3' print "Fizz" instead of the number and for the multiples of '5' print "Buzz".

    Section 1: String/Array Interview Questions

    • 01 Reverse Words in a String: Given an input string, reverse the string word by word.

    • 02 Rotate Array: Rotate an array of n elements to the left by k steps.

    • 03 Isomorphic Strings: Given two strings a and b, determine if they are isomorphic.

    • 04 Kth Largest Element in an Array: Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.

    Section 2: Matrix Interview Questions

    • 01 Set Matrix Zeroes: Given a 2D matrix, if an element is 0, set its entire row and column to 0. Do it in place.

    • 02 Spiral Matrix: Given a 2D matrix, return all elements of the matrix in spiral order.

    • 03 Number of Islands: Given a 2D grid map of 1s (land) and 0s (water), count the number of islands.

    Section 3: Linked List Interview Questions

    • 01 Implement a Stack Using an Array in Java: Implement a stack using an array.

    • 02 Add Two Numbers: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.

    • 03 Reverse a Linked List: Reverse a singly linked list.

    Section 4: Tree Interview Questions

    • 01 Inorder Traversal: Perform inorder traversal on a binary tree.

    • 02 Preorder Traversal: Perform inorder traversal on a binary tree.

    • 03 Postorder Traversal: Perform inorder traversal on a binary tree.

    • 04 Binary Tree Maximum Path Sum: Given a binary tree, find the maximum path sum.

    Section 5: Graph Interview Questions

    • 01 Clone an Undirected Graph: Each node in the graph contains a label and a list of its neighbors.

    Section 6: Sorting and Time Complexity

    • 01 Types of Time Complexity: Learn the types of time complexity in Big-O Notation in order of horrible to good.

    • 02 Bubble Sort Algorithm: Sort a list with bubble sort.

    • 03 Selection Sort Algorithm: Sort a list with selection sort.

    • 04 Insertion Sort Algorithm: Sort a list with insertion sort.

    • 05 Quick Sort Algorithm: Sort a list with Quick Sort.

    • 06 Merge Sort Algorithm: Sort a list with Merge Sort.

    • 07 Time Complexity of Different Sorting Algorithms

    Section 7 Dynamic Programming Interview Questions

    • 01 Coin Change: You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make up that amount.

    • 02 Edit Distance: Find the edit distance between two strings.

    • 03 Distinct Subsequences: Given a string S and a string T, count the number of distinct subsequences of T in S.

    • 04 Maximum Sum Subarray: Find the sum of contiguous subarray within a one-dimensional array of numbers which has the largest sum

    Section 8 Bit Manipulation Interview Questions

    • 01 Bitwise and Shift Operators: Manipulate bits and shift bits to change values.

    • 02 Single Number: Given an array of integers, every element appears twice except for one. Find that single one.

    • 03 Sum of Two Integers: Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -.

    • 04 Number of 1 Bits: Take an unsigned integer and return the number of ’1' bits it has (also known as the Hamming weight.)

    • 05 Reverse Bits: Reverse the bits of a given 32 bit unsigned integer.

    • 06 Bitwise AND of a Range: Given two non-negative long integers, a and b and given a

    Section 9 Combinations and Permutations Interview Questions

    • 01 Permutations: Print all permutations of a given string.

    • 02 Distinct Permutations of a String: Print all distinct permutations of a string that contains duplicates.

    • 03 Letter Combinations of a Phone Number: Given a digit string, return all possible letter combinations that the number could represent on a phone board.

    • 04 Factor Combination: Return all possible combinations of an integer n’s factors.

    Section 10 Math Interview Questions

    • 01 Reverse Integer: Reverse the digits of an integer n.

    • 02 Palindrome Number: Determine whether an integer is a palindrome. Do this without extra space.

    • 03 Excel Sheet Column Numbe: Given a column title from an Excel sheet, return its corresponding column number.

    A SCHOOL YOU CAN TRUST

    • Lifetime access that never expires

    • Project-based curriculum to superboost your portfolio

    • Graduation certificate for every course

    • Absolute beginner-friendly

    • New courses every month

    • Efficient lectures with step by step explanations

    • Relevant industry topics 8 years of award-winning course delivery

    • 700,000 students in 186 countries

    • Learn with free tools and affordable courses

    REVIEWS OF MAMMOTH COURSES

    Captivating voice, easy to follow at a rapid pace, get some paper and fasten your seat-belts. I'm enjoying every second of this.

    — PHILIP MURRAY

    I have completed many Udemy and Skillshare tutorials. This one is the most outstanding one that I have seen thus far. It is doubtful that it could be topped. This is a superior tutorial. Amazing.

    — JOSEPH APPLEGARTH

    COURSE AUTHOR

    Alexandra Kropova, Software Developer at Mammoth Interactive INC.

    Alexandra Kropova is a software developer specializing in Java and JavaScript, with extensive experience in full-stack web development and app development. She has helped produce courses for Mammoth Interactive INC. since 2016.

    FREQUENTLY ASKED QUESTIONS

    When does the course start and finish?

    The course starts now and never ends! It is a completely self-paced online course - you decide when you start and when you finish.

    How long do I have access to the course?

    How does lifetime access sound? After enrolling, you have unlimited access to this course for as long as you like - across any and all devices you own.

    What if I am unhappy with the course?

    We would never want you to be unhappy! If you are unsatisfied with your purchase, contact us in the first 30 days and we will give you a full refund.

    Do I get course certificates?

    Yes, a course certificate will be generated at the end of each course you complete! Along with projects, certificates are a way you can prove your work on LinkedIn.

    Do I have to show up at a particular place or a particular time?

    No, each course happens online, and you can take it from any place where you have an internet connection.All lectures are prerecorded so you can watch them at any time that works for you. Of course, you can also enjoy all the lectures on your phone and tablet.

    How much time do I need in order to take each course?

    You can spend as much or as little time as you want. With Lifetime Access, there is no expiry. You aren't required to complete the course within a certain time period. You can follow the course at your own pace and always come back to the videos later when you want to revisit the material or work on improving certain skills.

    What if I’m not good with technology?

    The majority of Mammoth Interactive students are complete beginners. Even if you feel like you know nothing about technology, you won’t feel left out. All technical concepts are described in simple terms while avoiding unnecessary jargon. Each course starts from scratch and builds up your knowledge substantially in steps. Students from age 5 to 70 have successfully completed our courses. And just in case you get stuck, you can always ask any questions under each lecture, which will be promptly answered by one of my team members.

    What if I'm an experienced developer?

    Stack Overflow's yearly developer survey found that developers over age 50 start to make less than their younger counterparts. Don't become one of the people affected by skill stagnation. Enroll in our school to future-proof your career for life. If you're an experienced developer, you will still benefit from Mammoth Interactive courses. By starting from scratch with each course, you will revisit the fundamentals and undo bad coding habits. You'll also find it easier to pick up new languages, making you able to take more courses and broaden your skillset.

    Who this course is for:

    • Anyone learning Java
    • You have a Java interview coming up and need to learn how to answer questions properly
    • You need to learn the most popular questions that you might be asked
    • You need to learn the top 10 most common subjects asked about and sample questions for each
    • You haven't used Java in a while and want to refresh your knowledge

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    John Bura is has been a successful Udemy instructor since 2011. John Bura has been programming games since 1997 and teaching since 2002. John is the owner of the game development studio Mammoth Interactive. This company produces XBOX 360, iPhone, iPad, android, HTML 5, ad-games and more. Mammoth Interactive recently sold a game to Nickelodeon! John has been contracted by many different companies to provide game design, audio, programming, level design and project management. To this day John has 40 commercial games that he has contributed to. Several of the games he has produced have risen to the top 10 in the Apple's app store. In his spare time John likes to play ultimate Frisbee, cycle and work out.
    Mammoth Interactive
    Mammoth Interactive
    Instructor's Courses
    Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.Founder and CEO John Bura has been programming since 1997 and teaching since 2002. John has created top-selling applications for iOS, Xbox and more. John also runs SaaS company Devonian Apps, building efficiency-minded software for technology workers like you."I absolutely love this course. This is such a comprehensive course that was well worth the money I spent and a lot more. Will definitely be looking at more Mammoth Interactive courses when I finish this." – Student Matt W."Very good at explaining the basics then building to more complex features." – Student Kevin L.Try a course today.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 46
    • duration 7:01:29
    • English subtitles has
    • Release Date 2024/05/14