Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
Understand Algorithms and Data structure at a deep level. Grow your career and be ready to answer interview questions!
Once you know the basics of Java, you will want to start figuring out Algorithms and Data structures.
Used correctly, your code will run faster, and use less memory, and be more stable, with the efficient use of the right Algorithms and data structures.
But the reverse is also true. When used incorrectly, you can find your code consuming more memory and running slower!
Programmers who understand how to use and implement Algorithms and data structures correctly, are in high demand. Until now, acquiring the knowledge of how to do things the right way has been a painful process of learning by trial and error.
All that has changed with the release of this brand-new course - Advanced Algorithms in Java.
Marcos Costa, is an expert Java developer with 18 years of experience. Early in his career he realised the importance of understanding algorithms at a deep level.
Soon he began to get noticed by his peers for his knowledge and rose to Tech Lead Engineer.
His skills took him to positions all over the world, including Australia and the USA where he now resides.
Now he created a course designed to help Java programmers to really understand algorithms at a deep level.
What will you learn in this course?
You’ll learn to become a better problem solver, by using better implementations and making better decisions with your coding.
Marcos will explain to you in an easy to follow and understandable way, how to implement a number of algorithms that you can put to good use in your own projects.
Follow along, line by line as the algorithms are developed, and watch it execute, and get a deep understanding of how the algorithms work.
Unlike most other courses, you will actually understand how to put together and use these algorithms in your own code. This course is heavily practical – its not just boring theory and slides that you see in many other courses that target the same topics.
What topics are covered in the course?
You will learn five different Pattern Matching algorithms.
Lempel-Ziv-Welch Algorithm
Huffman Compression
Prefix Tree or Trie Tree
Suffix Trie
Suffix Tree
You will implement two version of Boyer Moore algorithm (the simplest and easiest and the more complex).
And then implement the Suffix Tree from O(n2) to only O(n).
This is a very long, complex and interesting implementation!
What benefits will you get out of the course?
You will learn and understand complex algorithms.
Improve your confidence in interviews as a result of what you have learned in the course.
Write better Java code, that is more efficient and optimized, factoring in your newly found understanding of memory vs processor trade-offs.
Quite literally, you will take your Java skills to the next level.
Why enrolling in this course is the best decision you can make.
This course helps you to understand how to implement a number of core algorithms. You will come away with a detailed understanding of how they work, and how to apply what you have learned into your own programs.
You’ll be able to write better Java code, and as a result your programs will be better optimized for execution and use less resources.
After completing this course, you will be able to add the algorithms you have learned into your arsenal of skills, giving you more opportunities to further your career.
The sooner you sign up for this course, the sooner you will have the skills and knowledge you need to increase your job or consulting opportunities. Your new job or consulting opportunity awaits!
Why not get started today?
Click the Signup button to sign up for the course!
Course Content
- 5 section(s)
- 73 lecture(s)
- Section 1 Installation and Setup
- Section 2 Pattern Matching Algorithms
- Section 3 Compression Algorithms
- Section 4 Exploring Trie Trees
- Section 5 Extra Information - Source code, and other stuff
What You’ll Learn
- Have an understand of how algorithms work, at a deep level
- Write better Java code that is more optimised
Skills covered in this course
Reviews
-
YYama Pavani
Nice
-
DDave Taylor
I really enjoyed this course. We often take for granted some of the algorithms that are commonly used to help with search and compression because there are libraries and modules that will abstract these concepts for us, but I have always wanted to know how things work and this course does just that.
-
JJulian Hayward
Boyer Moore introductions (both of - lecture 27 and 30) are both (almost) unintelligible. Too many times the speech continues with no changes in the slides e.g. "..this 'a' with this 'a'..." - which 'a' is being talked about (direct quote from lecture 30 there. The descriptions of both algorithms require work as the examples in the slides (often) make no sense whatsoever. Developers *should* be able to look at the code and work it all backwards to finally understand (which is what I did) but that takes further time. The plus side though means you will definitely practice adding your own tests to the code, which will make both the code and the (eventual) understanding of the algorithms stick.
-
DDritanMuslia
Overall I enjoyed the course very much, I just had a hard time understanding the instructor sometimes, but other than that, the material is amazing and very intricate. I am happy I took this course and learned a bunch of new algrorithms that I was interested in for a long time, especially the compression algorithms (:.