Course Information
Course Overview
Become the star that you can be!
Here you will learn the most common algorithms and data structures and also prepare for some interview questions.
This is not an ordinary course. We will write line by line of code together and explain what is is doing. Each algorithm and data structures will be introduced to you in a easy and friendly way to understand.
It will definitely help you to get to the next level in your career. It will help you on your daily coding as well.
On this course Algorithms and Data Structures you will learn and code
Euclid, Linear Search, Insert Sort, Binary Search, Quick Sort
also Binary Tree, Linked List, Doubly Linked List, Prefix Tree or Trie Tree, Stack
and finally some coding interview questions
Print Odd Numbers, Longest Substring Without Repeating Character (Amazon Question), Sudoku (Amazon Question)
Algorithms and Data Structures are very important topics since your choice of algorithm and datastructure will affect memory and CPU time differently.
Be ready to code and be eager to learn more.
It is priceless to have the confidence to show off your skills without fear. You will be able to prove in a whiteboard interview that you are not just good but you are awesome.
Enjoy!
Course Content
- 4 section(s)
- 49 lecture(s)
- Section 1 Get Started
- Section 2 Algorithms
- Section 3 Data Structures
- Section 4 Interview Coding questions
What You’ll Learn
- Be able to read code logic differently, Think out of the box when solving daily problems efficiently, Learn the most popular Algorithms and Data Structures, Understand the importance of unit testing your application, Get a basic understanding of Maven, Learn how recursion works, Practice with some interview coding questions, Code a Sudoku solver
Skills covered in this course
Reviews
-
AAneetha Dorairaj
Data structure and search/sort algorithm explanation is good.
-
AArun Srivastava
Good explanations, easy to understand.
-
JJoseph Willette
I really like how each lesson begins with an easy to understand description with clear visualization of how the algorithm works. The code implementation is also explained thoroughly. Including unit tests puts this course above others that I've seen. Some things that could be improved; the mouse clicks are really loud and distracting when I'm listening to the instructor or trying to follow the code. Also since English isn't the instructor's first language sometimes he says one word when he means another. Not a deal breaker, just make sure you're paying attention. So far this course has been a nice refresher.
-
YYahir Gabriel Quintanar Martínez
It's well explained and it explain with good examples. Trying to test every problem with JUnit which makes this more productive. I would have love some graphs algorithms but still i liked it.