Algorithms & Data structures in Java (ENGINEERING INTERVIEW)
Improve your Logical Thinking and Problem Solving Skills
Watch Promo Enroll in Course
This course will give you ability to solve problems, most people focus on programming language, but people offten forget about algorithms.
Algorithms are definetly more important than programming language, you can learn programming language in about week, but problem solving ability is much harder to learn. But the benefits are worth it.
When you get to interview mostly they care about your problem solving abilities.
To get your dream job, you need to know how to solve whatever problem they have. In this course you will learn how to do that.
Also I belive that nobody have time for long and booring lectures, so in this class I try to explain the important things in a fast and engaging way, so I won't bore you to death.
We start off with Sorting algorithms, I explain each algorithm and then I show you implementation.
After that we take a look at Data Structures, I chosed In my opinion the best Structures for you to learn the important concepts.
As a bonus I go through complex problem solving techniques. And I show you how these works on common examples such as Knapsack and Minimum spanning tree.
I belive that learning and understanding these concepts will help you solve problems more efficiently.
Your Instructor
Hi, My name is Luke,
I am from Czech republic and currently I am working on Javascript framework at SAP.
The thing I love most about Computer science and programming is algorithms.
I love to create new algorithms for complex problems it just feels like solving some puzzle.
Course Curriculum
-
StartProblem Definition (1:06)
-
StartSelection Sort (4:40)
-
StartCODE | Selection Sort (3:55)
-
PreviewBubble Sort (4:50)
-
StartCODE | Bubble Sort (3:57)
-
StartRecursion (1:26)
-
StartCODE | Recursion (2:56)
-
StartMerge Sort (3:36)
-
StartCODE | Merge Sort (5:25)
-
StartQuick Sort (4:52)
-
StartCODE | Quick Sort (6:20)
-
StartComparing (3:44)
-
StartCODE | Comparing (3:01)
-
StartWhat is Data Structure ? (0:46)
-
StartBinary Search Tree (6:25)
-
StartCODE | Binary Search Tree (8:56)
-
StartAVL tree (4:03)
-
StartAVL tree (inserting) (2:21)
-
StartAVL tree (deleting) (1:42)
-
StartCODE | AVL tree (11:28)
-
StartLinked List (2:27)
-
StartCODE | Linked List (3:11)
-
PreviewTrie (8:33)
-
StartCODE | Trie (4:47)
-
StartHash Tables (2:37)
-
StartCODE | Hash Tables (3:05)