Warez.Ge

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Algorithms Data Structures in Java #1 (+INTERVIEW QUESTIONS)

0nelove

Active member
16e69fd45080afd600b799e046419d78.jpg

Algorithms Data Structures in Java #1 (+INTERVIEW QUESTIONS)
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.19 GB | Duration: 19h 19m
Basic Algorithms and Data Structures: AVL tree, Binary Search Trees, Arrays, B Trees, Linked Lists, Stacks and HashMaps​

What you'll learn
grasp the fundamentals of algorithms and data structures
detect non-optimal code snippets
learn about arrays and linked lists
learn about stacks and queues
learn about binary search trees
learn about balanced binary search trees such as AVL trees or red-black trees
learn about priority queues and heaps
learn about B-trees and external memory
learn about hashing and hash tables
Requirements
Basic Java (loops and some OOP)
Description
This course is about data structures and algorithms. We are going to implement the problems in Java. The course takes approximately 14 hours to complete. It is highly recommended to type out these data structures several times on your own in order to get a good grasp of it.
Section 1
data structures and abstract data types
Section 2 - Arrays
what are arrays
what is random access and how to indexes
Section 3 - Linked Lists
linked lists and doubly linked lists
linked list related interview questions
Section 2 - Stacks and Queues
what are stacks and queues
heap memory and stack memory
visualizing stack memory
Section 3 - Binary Search Trees (BSTs)
what are tree data structures?
how to achieve O(logN) logarithmic running time?
binary search trees
Section 4 - AVL Trees
what is the problem with binary search trees?
balanced search trees: AVL trees
rotations
Section 5 - Red-Black Trees
what are red-black trees?
what is recovering operation?
comparing AVL trees and red-black trees
Section 6 - Splay Trees
splay trees and caches
achieve O(1) running time for getting the recently visited item
Section 7 - Heaps and Priority Queues
what are priority queues?
what is heap data structure?
how to do sorting in O(NlogN) with heaps?
Section 8 - B-Trees
external memory and the main memory (RAM)
B-trees and their applications in memory
B* trees and B+ trees
Section 9 - Hashing and HashMaps
what are hashing and hashtables (hashmaps)
what are hash-functions
how to achieve O(1) running time complexity
Section 10 - Sorting Algorithms
basic sorting algorithms
bubble sort and selection sort
insertion sort and shell sort
quicksort and merge sort
comparison based and non-comparison based approaches
string sorting algorithms
bucket sort and radix sort
Section 11 (BONUS)
what is LRU cache
LRU cache implementation
Section 12 (BONUS)
Fenwick trees (binary indexed trees)
binary indexed tree implementation
In each chapter you will learn about the theoretical background of each algorithm or data structure, then we are going to write the code on a step by step basis in Eclipse, Java.
Most of the advanced algorithms relies heavily on these topics so it is definitely worth understanding the basics. These principles can be used in several fields: in investment banking, artificial intelligence or electronic trading algorithms on the stock market.
Thanks for joining the course, let's get started!
Who this course is for
This course is meant for everyone from scientists to software developers who want to get closer to algorithmic thinking in the main
Screenshots

Code:
https://hot4share.com/31boueifkyjk/Algorithms_Data_Structures_in_Java_1___40__INTERVIEW_QUESTIONS__41_.part1.rar.html
https://hot4share.com/rk9m8lrmb2q6/Algorithms_Data_Structures_in_Java_1___40__INTERVIEW_QUESTIONS__41_.part2.rar.html
https://hot4share.com/edrhfxmu625c/Algorithms_Data_Structures_in_Java_1___40__INTERVIEW_QUESTIONS__41_.part3.rar.html
https://hot4share.com/uhm57v2tse6f/Algorithms_Data_Structures_in_Java_1___40__INTERVIEW_QUESTIONS__41_.part4.rar.html

https://rapidgator.net/file/582ebee7d7bc17ae4891b59090dcdeb2/Algorithms_Data_Structures_in_Java_#1_(_INTERVIEW_QUESTIONS).part1.rar.html
https://rapidgator.net/file/bad93122958b3578941182b453392131/Algorithms_Data_Structures_in_Java_#1_(_INTERVIEW_QUESTIONS).part2.rar.html
https://rapidgator.net/file/477d94c8392422d0405e81457761e2aa/Algorithms_Data_Structures_in_Java_#1_(_INTERVIEW_QUESTIONS).part3.rar.html
https://rapidgator.net/file/af539074473a6c4ac24291cb854fe3d2/Algorithms_Data_Structures_in_Java_#1_(_INTERVIEW_QUESTIONS).part4.rar.html

https://uploadgig.com/file/download/7a0bC1bf15e967a7/Algorithms_Data_Structures_in_Java_1__INTERVIEW_QUESTIONS.part1.rar
https://uploadgig.com/file/download/72975EeB39014592/Algorithms_Data_Structures_in_Java_1__INTERVIEW_QUESTIONS.part2.rar
https://uploadgig.com/file/download/b47151e4DBdc7114/Algorithms_Data_Structures_in_Java_1__INTERVIEW_QUESTIONS.part3.rar
https://uploadgig.com/file/download/07D92560153111E7/Algorithms_Data_Structures_in_Java_1__INTERVIEW_QUESTIONS.part4.rar
 

Users who are viewing this thread

Top