17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Python For Ethical Hackers 2021
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Even if the concept of recursion is simple, a lot of people struggle with it (not understanding the recursive process, not being able to figure out the base cases and recursive cases…), this is why I wanted to create a full course on recursion that covers all what you need to know about it, it also contains 11 solved and explained coding problems to practice.
And knowing recursion will also give you a new way of thinking, which is dividing the problem into subproblems of the same type, which is necessary to understand techniques like dynamic programming, backtracking…
See you in the first lecture!
The course covers:
What is recursion Code and execution Base cases and recursive cases Multiple recursive calls process Call stack Recursion tree How to visualize the process Recursive functions complexity analysis (time and space comp) Recursion vs Iteration How to optimize a recursive function (memoization and dynamic programming) Divide-and-conquer Backtracking Recursive data structures Tail recursion Double recursion How to think recursively
Plus 11 solved and explained coding problems to practice:
Sum of digits Count occurrences Has adjacent duplicates Reverse string Minimum cost path in matrix All possible phrases Keypad combinations String subsequences Binary numbers with at most 2 zeros Word search Array permutations
Who this course is for:
Programmers Computer science students Engineering students Competitive programmers Self-learning people
[TutsNode.com] - Python For Ethical Hackers 2021/5. Python Coding Project #2 - Wep App Directory Discovery/1. IMPORTANT NOTE !!!.html
289 B
[TutsNode.com] - Python For Ethical Hackers 2021/5. Python Coding Project #2 - Wep App Directory Discovery/2. Make Our Own First Directory Discovery In Python.mp4
[TutsNode.com] - Python For Ethical Hackers 2021/6. Python Coding Project #3 - Web App Login Brute-Force/1. What is Brute Force Attack.html
613 B
[TutsNode.com] - Python For Ethical Hackers 2021/6. Python Coding Project #3 - Web App Login Brute-Force/2. Types of Brute Force Attacks.html
2 KB
[TutsNode.com] - Python For Ethical Hackers 2021/6. Python Coding Project #3 - Web App Login Brute-Force/3. IMPORTANT NOTE !!!.html
289 B
[TutsNode.com] - Python For Ethical Hackers 2021/6. Python Coding Project #3 - Web App Login Brute-Force/4. Make Our Own First Brute Forcer In Python.mp4
88.1 MB
[TutsNode.com] - Python For Ethical Hackers 2021/6. Python Coding Project #3 - Web App Login Brute-Force/4.1 bruteforce.py
867 B
[TutsNode.com] - Python For Ethical Hackers 2021/6. Python Coding Project #3 - Web App Login Brute-Force/4.2 rockyou.txt