最新消息:请大家多多支持

Algorithms and Data Structures in Java – Part II

其他教程 dsgsd 163浏览 0评论


Algorithms and Data Structures in Java - Part II
Algorithms and Data Structures in Java – Part II | 1.1GB
Data compression, tries, substring search and sorting

What Will I Learn?

Grasp the fundamentals of algorithms and data structures
Develop your own algorithms that best fit to the personal need
Detect non-optimal code snippets
Get to know data compression
Get to know sorting algorithms

Requirements

Core Java
Eclipse or other IDE

Description

This course is about data structures and algorithms. We are going to implement the problems in Java, but I try to do it as generic as possible: so the core of the algorithms can be used in C++ or Python. The course takes approximately 7 hours to complete. I highly recommend typing out these data structures several times on your own in order to get a good grasp of it.

First, we are going to discuss prefix trees: modern search engines for example use these data structures quite often. When you make a google search there is an autocomplete feature because of the underlying trie data structure. It is also good for sorting: hashtables do not support sort operation but on the other hand, tries do support.

Substring search is another important field of computer science.You will learn about Boyer-Moore algorithm and we will discuss brute-force approach as well as Raabin-Karp method.

The next chapter is about sorting. How to sort an array of integers, doubles, strings or custom objects? We can do it with bubble sort, insertion sort, mergesort or quicksort. You will learn a lot about the theory as well as the concrete implementation of these important algorithms.

The last lectures are about data compression: run-length encoding, Huffman encoding and LZW compression.

Hope you will like the course, let’s get started!

Who is the target audience?
This course is meant for university students with quantitative background (mathematics, computer science) but anyone with core java knowledge can get a good grasp of the lectures

Algorithms and Data Structures in Java - Part IIAlgorithms and Data Structures in Java - Part II


Download rapidgator
https://rg.to/file/994e4bf1c8fa1f39f310e90261f95234/AlgorithmsandDataStructuresinJava-PartII.part1.rar.html
https://rg.to/file/aa30ecd3c04d738f00c080607bd39719/AlgorithmsandDataStructuresinJava-PartII.part2.rar.html
https://rg.to/file/55e219a13de501be2adfd9f84ce90538/AlgorithmsandDataStructuresinJava-PartII.part3.rar.html

Download nitroflare
http://nitroflare.com/view/03F6C003C12A00C/AlgorithmsandDataStructuresinJava-PartII.part1.rar
http://nitroflare.com/view/A422354BE590F9E/AlgorithmsandDataStructuresinJava-PartII.part2.rar
http://nitroflare.com/view/13AEC57AF768C2F/AlgorithmsandDataStructuresinJava-PartII.part3.rar

Download 百度云

你是VIP 1个月(1 month)赞助会员,

资源下载此资源仅限VIP下载,请先

转载请注明:0daytown » Algorithms and Data Structures in Java – Part II

发表我的评论
取消评论
表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址