HOME > Development > Java Data Structures Algorithms + LEETCODE Exercises

Java Data Structures Algorithms + LEETCODE Exercises

  • Development
  • Feb 18, 2025
SynopsisJava Data Structures & Algorithms + LEETCODE Exercises, a...
Java Data Structures Algorithms + LEETCODE Exercises  No.1

Java Data Structures & Algorithms + LEETCODE Exercises, available at $94.99, has an average rating of 4.64, with 128 lectures, 111 quizzes, based on 7607 reviews, and has 54777 subscribers.

You will learn about <> 100 Coding Exercises with Detailed Explanations Learn DSA Faster with Animated Examples Mastery of Data Structures and Algorithms Confidently Answer Technical Interview Questions Time and Space Complexity of Data Structures and Algorithms Strengthen Your Skills as a Developer This course is ideal for individuals who are Java programmers preparing for an interview or University students taking a data structures and algorithms course or Any self taught programmer who missed out on a computer science degree It is particularly useful for Java programmers preparing for an interview or University students taking a data structures and algorithms course or Any self taught programmer who missed out on a computer science degree.

Enroll now: Java Data Structures & Algorithms + LEETCODE Exercises

Summary

Title: Java Data Structures & Algorithms + LEETCODE Exercises

Price: $94.99

Average Rating: 4.64

Number of Lectures: 128

Number of Quizzes: 111

Number of Published Lectures: 128

Number of Published Quizzes: 110

Number of Curriculum Items: 239

Number of Published Curriculum Objects: 238

Original Price: $89.99

Quality Status: approved

Status: Live

What You Will Learn

  • <> 100 Coding Exercises with Detailed Explanations
  • Learn DSA Faster with Animated Examples
  • Mastery of Data Structures and Algorithms
  • Confidently Answer Technical Interview Questions
  • Time and Space Complexity of Data Structures and Algorithms
  • Strengthen Your Skills as a Developer
  • Who Should Attend

  • Java programmers preparing for an interview
  • University students taking a data structures and algorithms course
  • Any self taught programmer who missed out on a computer science degree
  • Target Audiences

  • Java programmers preparing for an interview
  • University students taking a data structures and algorithms course
  • Any self taught programmer who missed out on a computer science degree
  • Welcome to Data Structures & Algorithms in Java

    This course makes learning to code fun and makes hard concepts easy to understand.

    How did I do this?  By using animations!

    Animating the Data Structures & Algorithms makes everything more visually engaging and allows students to learn more material – in less time – with higher retention (a pretty good combination).

    I will use these visuals to guide you, step-by-step, through the entire course.

    The course also includes dozens-and-dozens of Coding Exercises. So you can immediately put everything into practice as soon as you learn it (a very important step).

    All of this will help you to feel more confident and prepared when you walk into a coding interview.

    I have made several Free Sample Videos available for the course so you can see the difference the animations make.

    Also, I am very active on the Q&A, so I will be with you every_step_of _the_way.

    _____________________________

    What you will get in this course鈥?/strong>

    Over 100 hand-crafted animated HD videosto illustrate the Data Structures & Algorithms.

    Here are the topics we will cover:

    Technical

  • Big O notation

  • Data Structures

  • Arrays

  • Array Lists

  • Linked Lists

  • Doubly Linked Lists

  • Stacks & Queues

  • Binary Trees

  • Hash Tables

  • Heaps

  • Graphs

  • Algorithms

    Sorting

  • Bubble Sort

  • Selection Sort

  • Insertion Sort

  • Merge Sort

  • Quick Sort

  • Searching

  • Breadth First Search

  • Depth First Search

  • Don’t just take my word for it though, check out what existing students have to say about my courses:

  • 5-Star Review:
    “In order to describe this course accurately, we need the definition of the word Beautiful. beau路ti路ful: adjective 1.- pleasing the senses or mind aesthetically. 2.- of a very high standard; excellent.”  – Josue Hernandez Amezcua

  • 5-Star Review:
    The best course on DSA on Udemy” – Enlai Li

  • 5-Star Review:
    “One of the best courses on DSA. The animations do make a huge impact. All the points are explained in detail. The only problem is that I can’t give it more than a 5-star rating.” – Nikita Sarkar

  • 5-Star Review:
    “Amazing Course. My words cannot describe how much animations helped me to understand the concepts. 100% Recommended.” – Simarjeet Singh

  • 5-Star Review:
    Being a visual learner this is BY FAR the BEST course ever. The way the instructor presents this topic makes it so easy to understand.” – Eduardo SN

  • 5-Star Review:
    “The animations were really helpful for an easy understanding, but the best thing about this course for me is that it will not waste your time! It is perfectly optimized, covers the important topics that I wanted, and at the same time perfectly clear. Thank you so much.” – Fatemeh Moghaddam

  • 5-Star Review:
    “This course is very well done! the animations in each video take the explanation and understanding of the material to a new level.” – Luis Felipe Posada

  • 5-Star Review:
    “This course has seriously been amazing. The animations have worked wonders for my understanding and I have made significant progress from the beginning of the course until now.” – Dakota Fabro

  • 5-Star Review:
    I can follow as a beginner, amazing.” – Sabrina Fung

  • 5-Star Review:
    This is the best course I have ever seen” – Luong Viet Tri

  • REMEMBER鈥?I’m so confident that you’ll love this course that we’re offering a FULL money-back guarantee for 30 days! So it’s a complete no-brainer, sign up today with ZERO risk and EVERYTHING to gain.

    So what are you waiting for? Click the “Buy now” button and join the best Java Data Structures & Algorithms course on Udemy.

    I look forward to seeing you in the course.

    Now let’s get started! 馃檪

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Lecture 2: Overview (Please Watch)

    Lecture 3: Code Editor

    Chapter 2: Big O

    Lecture 1: Big O: Intro

    Lecture 2: Big O: Worst Case

    Lecture 3: Big O: O(n)

    Lecture 4: Big O: Drop Constants

    Lecture 5: Big O: O(n^2)

    Lecture 6: Big O: Drop Non-Dominants

    Lecture 7: Big O: O(1)

    Lecture 8: Big O: O(log n)

    Lecture 9: Big O: Different Terms for Inputs

    Lecture 10: Big O: Array Lists

    Lecture 11: Big O: Wrap Up

    Chapter 3: Classes & Pointers

    Lecture 1: Classes

    Lecture 2: Pointers

    Chapter 4: Linked Lists

    Lecture 1: Linked List: Intro

    Lecture 2: LL: Big O

    Lecture 3: LL: Under the Hood

    Lecture 4: LL: Constructor

    Lecture 5: Coding Exercises (Important)

    Lecture 6: LL: Print List

    Lecture 7: LL: Append

    Lecture 8: LL: Remove Last (Intro)

    Lecture 9: LL: Remove Last (Code)

    Lecture 10: LL: Prepend

    Lecture 11: LL: Remove First

    Lecture 12: LL: Get

    Lecture 13: LL: Set

    Lecture 14: LL: Insert

    Lecture 15: LL: Remove

    Lecture 16: LL: Reverse

    Chapter 5: <> LL: Coding Exercises

    Chapter 6: <> LL: Interview / LeetCode Exercises

    Lecture 1: Introduction to Interview Questions (DO NOT SKIP)

    Chapter 7: Doubly Linked Lists

    Lecture 1: DLL: Constructor

    Lecture 2: DLL: Append

    Lecture 3: DLL: Remove Last

    Lecture 4: DLL: Prepend

    Lecture 5: DLL: Remove First

    Lecture 6: DLL: Get

    Lecture 7: DLL: Set

    Lecture 8: DLL: Insert

    Lecture 9: DLL: Remove

    Chapter 8: <> DLL: Coding Exercises

    Chapter 9: <> DLL: Interview / LeetCode Exercises

    Chapter 10: Stacks & Queues

    Lecture 1: Stack: Intro

    Lecture 2: Stack: Constructor

    Lecture 3: Stack: Push

    Lecture 4: Stack: Pop

    Lecture 5: Queue: Intro

    Lecture 6: Queue: Constructor

    Lecture 7: Queue: Enqueue

    Lecture 8: Queue: Dequeue

    Chapter 11: <> S&Q: Coding Exercises

    Instructors

  • Java Data Structures Algorithms + LEETCODE Exercises  No.2
    Scott Barrett
    Developer and Lead Instructor
  • Rating Distribution

  • 1 stars: 30 votes
  • 2 stars: 45 votes
  • 3 stars: 333 votes
  • 4 stars: 2242 votes
  • 5 stars: 4957 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!