What's new
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!

Advanced Algorithms and Data Structures in Python | Udemy

tut4dl

Active member
p0bY8Cn.png
Advanced Algorithms and Data Structures in Python | Udemy
English | Size: 2.64 GB
Genre: eLearning​

What you'll learn
Have a good grasp of algorithmic thinking
Be able to develop your own algorithms
Be able to detect and correct inefficient code snippets
Understand Fenwick trees
Understand caches (LRU caches and Splay Trees)
Understand tries and ternary search trees
Understand substring search algorithms (Rabin-Karp method, KMP algorithm and Z algorithm)
Understand the Hamiltonian cycle problem (and travelling salesman problem)
Understand Eulerian cycle problem

This course is for those who are interested in computer science and want to implement the algorithms and given data structures in Python. In every chapter you will learn about the theory of a given data structure or algorithm and then you will implement them from scratch.

Chapter 1: Binary Indexed Trees (Fenwick Trees)

theory behind the binary indexed tree or Fenwick tree data structure

how to use this data structure in computer vision and artificial intelligence

implementation in Python

Chapter 2: LRU Caches

what are caches and why are they so important

how to use doubly linked lists to implement caches

theory behind LRU caches

implementation in Python

Chapter 3: Splay Trees

what are splay trees

how to achieve caches with splay trees

Chapter 4: B-Trees

external memory and internal memory (RAM)

data structures for the external memory

trees with multiple children and multiple keys

what are B-tree data structures?

Chapter 5: Prefix Trees (Tries)

what are tries or prefix trees

real world applications of tries

autocomplete feature of tries

sorting with tries

IP routing

Chapter 6: Ternary Search Trees

what are ternary search trees

boggle game with tries

Chapter 7: Substring Search Algorithms

what are substring search algorithms and why are they important in real world softwares

brute-force substring search algorithm

hashing and Rabin-Karp method

Knuth-Morris-Pratt substring search algorithm

Z substring search algorithm (Z algorithm)

implementations in Python

Chapter 8: Topological Ordering

what is topological ordering (topological sort)?

topological ordering implementation with depth-first search

Chapter 9: Cycle Detection

how to detect cycles in graphs?

Chapter 10: Strongly Connected Components (Tarjan's Algorithm)

what are strongly connected components?

Tarjan's algorithm with depth-first search

Chapter 11: Hamiltonian cycles (Travelling Salesman Problem)

Hamiltonian cycles in graphs

what is the travelling salesman problem?

how to use backtracking to solve the problem

meta-heuristic approaches to boost algorithms

Chapter 12: Eulerian Cycles (Chinese Postman Problem)

Eulerian cycles in graphs

what is the chinese postman problem?

Thanks for joining my course, let's get started!

Who this course is for:
This course is suited for anyone who has some basic knowledge in Python and interested in algorithms and data structures

yMNlxlr.png

DnAn0tn.png

Code:
https://nitro.download/view/80A3768F9E80E26/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part1.rar
https://nitro.download/view/CC40BEE12336F98/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part2.rar
https://nitro.download/view/CBFFC16CB20D12E/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part3.rar
https://nitro.download/view/366D443C912CBAD/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part4.rar
https://nitro.download/view/00C493511432C05/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part5.rar
https://nitro.download/view/B8A6B45CB1A026A/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part6.rar
https://nitro.download/view/31CFE7DA564F8F7/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part7.rar
lzLY3aA.png

Code:
https://rapidgator.net/file/76ed45475a7783950c76fc847d1f959f/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part1.rar.html
https://rapidgator.net/file/8c6edf55698483f4edbe1eb7e1b34789/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part2.rar.html
https://rapidgator.net/file/78ce3f9e20ae5cf49e9e46cf77005e87/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part3.rar.html
https://rapidgator.net/file/246d1e523a26090eb485c1a11745d15f/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part4.rar.html
https://rapidgator.net/file/905b84e5de4d08111f5ad2696d0a59fa/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part5.rar.html
https://rapidgator.net/file/86b0a5cc7647e9f1ba0b932769b49094/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part6.rar.html
https://rapidgator.net/file/57659402c85ff13570771d2c1d58e48b/UD-Advanced-Algorithms-and-Data-Structures-in-Python-2022.5.3.1.part7.rar.html
If any links die or problem unrar, send request to
Code:
http://goo.gl/t4uR9G
 

Users who are viewing this thread

Back
Top