Torrent Info
Title Time and space complexity analysis (big-O notation)
Category XXX
Size 1.97GB
Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
[TGx]Downloaded from torrentgalaxy.to .txt 585B
0 25B
1 1B
1.1 arrays.pptx 902.52KB
1.1 complexities.pptx 1.23MB
1.1 linear search.pptx 989.08KB
1.1 nested loops == O(n²).pptx 1.11MB
1.1 recursion complexity intro.pptx 491.91KB
1.1 sorting algorithms intro.pptx 492.85KB
1.1 what is complexity analysis.pptx 1.31MB
1.2 linear_search.py 123B
1. Arrays.mp4 27.71MB
1. Arrays.srt 10.14KB
1. Complexities hierarchy.mp4 46.89MB
1. Complexities hierarchy.srt 12.06KB
1. Introduction.mp4 44.01MB
1. Introduction.mp4 17.65MB
1. Introduction.mp4 14.65MB
1. Introduction.srt 15.35KB
1. Introduction.srt 6.43KB
1. Introduction.srt 4.03KB
1. Linear search algorithm.mp4 26.21MB
1. Linear search algorithm.srt 8.30KB
1. Nested loops == O(n²).mp4 25.04MB
1. Nested loops == O(n²).srt 8.04KB
1. Quiz Analyze the complexity of First repeating character problem.html 130B
10 77.49KB
10.1 bucket_sort.py 450B
10.1 string subsequences.pptx 912.95KB
10.2 bucket sort.pptx 463.05KB
10.2 string subsequences.py 454B
10. Bucket sort.mp4 12.02MB
10. Bucket sort.srt 4.14KB
10. String subsequences.mp4 22.76MB
10. String subsequences.srt 6.69KB
11 96.92KB
11.1 shell_sort.py 347B
11.2 shell sort.pptx 1.14MB
11. Quiz Analyze the complexity of Minimum cost path problem.html 130B
11. Shell sort.mp4 24.35MB
11. Shell sort.srt 11.02KB
12 501.52KB
12.1 minimum cost path recup.pptx 723.05KB
12.2 minimum cost path.py 937B
12. Extra resource Summary.html 412B
12. Minimum cost path.mp4 28.36MB
12. Minimum cost path.srt 9.34KB
13 445.33KB
13. Quiz Analyze the complexity of Longest consecutive sequence problem.html 130B
14 58.83KB
14.1 longest consecutive sequence.pptx 824.71KB
14.2 longest consecutive sequence.py 2.15KB
14. Longest consecutive sequence.mp4 41.91MB
14. Longest consecutive sequence.srt 14.52KB
15 165.72KB
15. Quiz Analyze the complexity of Longest common subsequence problem.html 130B
16 33.40KB
16.1 longest common subsequence.py 1.68KB
16.2 longest common subsequence.pptx 783.64KB
16. Longest common subsequence.mp4 39.97MB
16. Longest common subsequence.srt 11.40KB
17 458.63KB
17. Quiz Analyze the complexity of Subsets that sum up to k problem.html 130B
18 316.89KB
18.1 subsets that sum up to k.py 768B
18.2 subsets that sum up to k.pptx 926.94KB
18. Subsets that sum up to k.mp4 28.38MB
18. Subsets that sum up to k.srt 8.82KB
19 138.07KB
19. Quiz Analyze the complexity of Balanced binary tree problem.html 130B
2 10B
2.1 binary search.pptx 1.44MB
2.1 examples.pptx 2.15MB
2.1 first repeating character.pptx 609.84KB
2.1 insertion sort.pptx 630.10KB
2.1 linked lists stacks queues.pptx 1.30MB
2.1 mistakes.pptx 825.57KB
2.1 using recursion tree.pptx 854.08KB
2.2 binary_search.py 291B
2.2 first repeating character.py 492B
2.2 insertion_sort.py 164B
2. Binary search algorithm.mp4 48.04MB
2. Binary search algorithm.srt 15.64KB
2. Common mistakes.mp4 23.18MB
2. Common mistakes.srt 7.72KB
2. Examples.mp4 79.41MB
2. Examples.srt 28.25KB
2. First repeating character.mp4 20.74MB
2. First repeating character.srt 6.94KB
2. Insertion sort.mp4 14.67MB
2. Insertion sort.srt 5.57KB
2. Linked lists, stacks, and queues.mp4 37.19MB
2. Linked lists, stacks, and queues.srt 13.71KB
2. Quiz Analyze the complexity.html 130B
2. Recursion tree method.mp4 31.31MB
2. Recursion tree method.srt 11.48KB
20 375.07KB
20.1 balanced binary tree.pptx 1.03MB
20.2 balanced binary tree.py 935B
20. Balanced binary tree.mp4 41.07MB
20. Balanced binary tree.srt 11.21KB
21 392.74KB
21. Quiz Analyze the complexity of Array permutations problem.html 130B
22 383.84KB
22.1 array permutations.py 500B
22.2 array permutations.pptx 1.10MB
22. Array permutations.mp4 28.12MB
22. Array permutations.srt 6.83KB
23 195.40KB
23. Quiz Analyze the complexity of Word search problem.html 130B
24 166.38KB
24.1 word search.py 1014B
24.2 word search.pptx 1.24MB
24. Word search.mp4 28.09MB
24. Word search.srt 7.60KB
25 236.56KB
25. Quiz Analyze the complexity of N-queens problem.html 130B
26 491.29KB
26.1 n-queens.py 789B
26.2 n-queens recup.pptx 2.20MB
26. N-queens.mp4 54.95MB
26. N-queens.srt 12.62KB
27 190.59KB
27.1 space-optimized dp.pptx 427.98KB
27. Bonus space-optimized dynamic programming.mp4 17.06MB
27. Bonus space-optimized dynamic programming.srt 4.80KB
28 74.68KB
29 125.65KB
3 81.04KB
3.1 always optimize.pptx 876.86KB
3.1 big O, big Omega, big Theta.pptx 5.34MB
3.1 bubble_sort.py 291B
3.1 hash tables and sets.pptx 533.17KB
3.1 how to analyse complexity.pptx 3.04MB
3.1 kmp algorithm.pptx 1.24MB
3.1 using recurrence relation.pptx 3.44MB
3.2 bubble sort.pptx 539.31KB
3.2 kmp.py 634B
3. Big-O, big-Ω, and big-θ notations.mp4 171.85MB
3. Big-O, big-Ω, and big-θ notations.srt 39.43KB
3. Bubble sort.mp4 11.64MB
3. Bubble sort.srt 4.72KB
3. Do we always need to optimize.mp4 16.15MB
3. Do we always need to optimize.srt 4.59KB
3. Hash tables and sets.mp4 34.13MB
3. Hash tables and sets.srt 12.55KB
3. How to analyze the complexity of an algorithm.mp4 91.98MB
3. How to analyze the complexity of an algorithm.srt 32.47KB
3. Knuth-Morris-Pratt (KMP) algorithm.mp4 52.74MB
3. Knuth-Morris-Pratt (KMP) algorithm.srt 19.44KB
3. Quiz Analyze the complexity of Maximum subarray problem.html 130B
3. Recurrence relation method.mp4 41.51MB
3. Recurrence relation method.srt 12.23KB
30 143.95KB
31 391.19KB
32 419.46KB
33 299.54KB
34 206.30KB
35 296.34KB
36 469.23KB
37 149.79KB
38 325.59KB
39 248.24KB
4 124.38KB
4.1 maximum subarray.py 994B
4.1 selection sort.pptx 477.18KB
4.1 trees.pptx 2.21MB
4.1 using master method.pptx 2.47MB
4.2 maximum subarray.pptx 1.31MB
4.2 selection_sort.py 237B
4. Extra resource Notations mathematical definition.html 2.49KB
4. Master theorem method.mp4 59.38MB
4. Master theorem method.srt 12.02KB
4. Maximum subarray.mp4 29.52MB
4. Maximum subarray.srt 10.46KB
4. Quiz Deduce the complexity from T(n).html 130B
4. Selection sort.mp4 9.86MB
4. Selection sort.srt 3.59KB
4. Trees.mp4 96.18MB
4. Trees.srt 28.74KB
40 273.40KB
41 111.46KB
42 261.25KB
43 194.78KB
44 359.44KB
45 453.30KB
46 360.97KB
47 45.01KB
48 341.94KB
49 355.84KB
5 53.66KB
5.1 amortized complexity.pptx 797.41KB
5.1 merge_sort.py 767B
5. Amortized complexity.mp4 28.81MB
5. Amortized complexity.srt 12.11KB
5. Mathematical proof of time complexity of building a binary heap.html 156B
5. Merge sort.mp4 21.89MB
5. Merge sort.srt 9.45KB
5. Quiz Analyze the complexity of Peak finding problem.html 130B
5. Quiz Big-O, big-Ω, and big-θ notations.html 130B
5. Space complexity analysis of recursive functions.mp4 26.80MB
5. Space complexity analysis of recursive functions.srt 10.09KB
50 488.50KB
51 365.17KB
52 138.44KB
53 167.60KB
54 65.03KB
55 473.75KB
56 35.45KB
57 297.04KB
58 308.18KB
59 361.01KB
6 268.51KB
6.1 best, average, and worst case.pptx 1.03MB
6.1 graphs.pptx 1.04MB
6.1 heapsort.pptx 547.46KB
6.1 how to compare algorithms.pptx 979.42KB
6.1 memoization.pptx 735.01KB
6.1 peak finding.pptx 742.73KB
6.2 heapsort.py 583B
6.2 peak finding.py 537B
6. Best, average, and worst case.mp4 39.55MB
6. Best, average, and worst case.srt 13.28KB
6. Graphs.mp4 40.84MB
6. Graphs.srt 11.69KB
6. Heapsort.mp4 22.23MB
6. Heapsort.srt 9.35KB
6. How to compare two algorithms.mp4 29.77MB
6. How to compare two algorithms.srt 7.91KB
6. Memoization.mp4 31.63MB
6. Memoization.srt 11.54KB
6. Peak finding.mp4 19.31MB
6. Peak finding.srt 7.94KB
60 271.25KB
61 57.92KB
62 189.55KB
63 190.68KB
64 206.49KB
65 267.80KB
66 269.08KB
67 280.47KB
68 371.80KB
69 397.81KB
7 424.77KB
7.1 complexity classes.pptx 660.75KB
7.1 dynamic programming.pptx 660.50KB
7.1 find_pair.py 880B
7.1 quicksort.pptx 989.37KB
7.2 find pair that sums up to k.pptx 1.74MB
7.2 quicksort.py 815B
7.3 quicksort rec tree.jpg 851.89KB
7. Complexity classes.mp4 35.37MB
7. Complexity classes.srt 10.32KB
7. Dynamic programming.mp4 33.12MB
7. Dynamic programming.srt 10.37KB
7. Extra resource Summary.html 4.89KB
7. Find pair that sums up to k problem analysis.mp4 50.59MB
7. Find pair that sums up to k problem analysis.srt 16.42KB
7. Quicksort.mp4 40.94MB
7. Quicksort.srt 13.72KB
7. Quiz Analyze the complexity of Palindrome linked list problem.html 130B
70 410.38KB
71 470.01KB
72 485.60KB
73 485.86KB
74 34.63KB
75 34.92KB
76 44.58KB
77 97.06KB
78 111.05KB
79 121.48KB
8 22.75KB
8.1 counting sort.pptx 717.63KB
8.1 palindrome linked list.pptx 764.14KB
8.2 counting_sort.py 396B
8.2 palindrome linked list.py 1.09KB
8. Counting sort.mp4 29.84MB
8. Counting sort.srt 8.25KB
8. Palindrome linked list.mp4 28.43MB
8. Palindrome linked list.srt 9.97KB
80 147.14KB
81 169.92KB
82 172.11KB
83 198.43KB
84 199.29KB
85 226.59KB
86 240.36KB
87 259.86KB
88 281.27KB
89 288.99KB
9 116.91KB
9.1 radix_sort.py 589B
9.2 radix sort.pptx 445.58KB
9. Quiz Analyze the complexity of String subsequences problem.html 130B
9. Radix sort.mp4 15.46MB
9. Radix sort.srt 5.14KB
90 300.95KB
91 306.37KB
92 363.25KB
93 363.50KB
94 393.90KB
95 414.16KB
96 476.54KB
97 484.69KB
TutsNode.com.txt 63B
Distribution statistics by country
Israel (IL) 2
Republic of Lithuania (LT) 1
Taiwan (TW) 1
Poland (PL) 1
Russia (RU) 1
Philippines (PH) 1
Total 7
IP List List of IP addresses which were distributed this torrent