Details for:

Type:
Files:
Size:

Uploaded On:
Added By:
Not Trusted

Seeders:
Leechers:
Info Hash:
5FF534F2E95DE773130532122F631FB37BF16306
  1. !! IMPORTANT Note !!.txt 287 bytes
  2. !!! Please Support !!! [CoursesGhar.Com].txt 197 bytes
  3. 1.Instruction Note/1. Read Me First.pdf 319.9 KB
  4. 10.Zero by one Knapsack/1.Difference between fractional and 0-1 knapsack.m4v 67.3 MB
  5. 10.Zero by one Knapsack/2.Why greedy method fails in 0-1 knapsack.m4v 23.8 MB
  6. 10.Zero by one Knapsack/3.Substructure and Recursive equation.m4v 58.0 MB
  7. 10.Zero by one Knapsack/4.Recursion tree and unique subproblems.m4v 68.1 MB
  8. 10.Zero by one Knapsack/5.Example tracing out bottom up Dynamic programming algorithm.m4v 169.3 MB
  9. 10.Zero by one Knapsack/6.Bottom up Dynamic programming algorithm and analysis.m4v 54.6 MB
  10. 11.Subset sum/1.Subset Sum Introduction.mp4 79.3 MB
  11. 11.Subset sum/2.Example.mp4 148.9 MB
  12. 12.Travelling salesman problem/1.Introduction to TSP.m4v 51.9 MB
  13. 12.Travelling salesman problem/2.Detecting Optimal substructure.mp4 135.5 MB
  14. 12.Travelling salesman problem/3.Bottom up dynamic programming algorithm.mp4 145.5 MB
  15. 13.All pairs shortest path -- Floyd Warshall/1.Relationship between single source shortest path and all pairs shortest path.m4v 39.2 MB
  16. 13.All pairs shortest path -- Floyd Warshall/2.Optimal substructure.m4v 47.9 MB
  17. 13.All pairs shortest path -- Floyd Warshall/3.Example.mp4 224.4 MB
  18. 13.All pairs shortest path -- Floyd Warshall/4.Time complexity and space complexity of bottom up dynamic programming algorithm.mp4 40.2 MB
  19. 13.All pairs shortest path -- Floyd Warshall/5.Bottom Dynamic programming algorithm.mp4 26.1 MB
  20. 14.NP Completeness (Not required for GATE) Complexity Classes/1.Introduction.m4v 47.6 MB
  21. 14.NP Completeness (Not required for GATE) Complexity Classes/10.Well know NP complete problems.mp4 89.1 MB
  22. 14.NP Completeness (Not required for GATE) Complexity Classes/2.Types of algorithms.m4v 84.2 MB
  23. 14.NP Completeness (Not required for GATE) Complexity Classes/3.some examples.m4v 44.7 MB
  24. 14.NP Completeness (Not required for GATE) Complexity Classes/4.Optimisation and Decision problems.mp4 108.9 MB
  25. 14.NP Completeness (Not required for GATE) Complexity Classes/5.We use only decision problems in NP completeness theory.mp4 36.0 MB
  26. 14.NP Completeness (Not required for GATE) Complexity Classes/6.Verfication algorithms.mp4 58.6 MB
  27. 14.NP Completeness (Not required for GATE) Complexity Classes/7.P NP Introduction.mp4 107.8 MB
  28. 14.NP Completeness (Not required for GATE) Complexity Classes/8.Polynomial time reduction algorithms.mp4 138.4 MB
  29. 14.NP Completeness (Not required for GATE) Complexity Classes/9.NP hard and NP complete problems.mp4 165.8 MB
  30. 2.Time and Space analysis/1.Algorithms Lecture 1 -- Introduction to asymptotic notations.mkv 72.0 MB
  31. 2.Time and Space analysis/10.Example on Aggregate Analysis.m4v 37.1 MB
  32. 2.Time and Space analysis/2.Time complexity Analysis of iterative programs.mkv 128.2 MB
  33. 2.Time and Space analysis/3.Time analysis of recursive program.mkv 93.0 MB
  34. 2.Time and Space analysis/4.comparing various functions to analyse time complexity.mkv 91.7 MB
  35. 2.Time and Space analysis/5.Masters theorem.mkv 113.0 MB
  36. 2.Time and Space analysis/6.Analyzing Space complexity of iterative and recursive algorithms.mkv 248.8 MB
  37. 2.Time and Space analysis/7.Note.png 23.0 KB
  38. 2.Time and Space analysis/8.Amortized Analysis.mp4 14.1 MB
  39. 2.Time and Space analysis/9.Aggregate Analysis.m4v 17.7 MB
  40. 3.Sorting Techniques/1.Insertion sort algorithm and analysis.mkv 123.2 MB
  41. 3.Sorting Techniques/13.Bubble sort algorithm.m4v 33.9 MB
  42. 3.Sorting Techniques/14.Example on Bubble sort.m4v 43.3 MB
  43. 3.Sorting Techniques/15.Time complenity analysis for bubble sort.m4v 34.1 MB
  44. 3.Sorting Techniques/16.Extract max increase key and insert key into heap.mkv 96.7 MB
  45. 3.Sorting Techniques/17.Bucket sort.m4v 32.3 MB
  46. 3.Sorting Techniques/18.Counting sort.m4v 28.3 MB
  47. 3.Sorting Techniques/19.Radix-sort(aid).mp4 36.8 MB
  48. 3.Sorting Techniques/2.Merge sort algorithm analysis and problems.mkv 258.6 MB
  49. 3.Sorting Techniques/20.Analysis of time complexity on radix -sort(AID).mp4 40.1 MB
  50. 3.Sorting Techniques/21.Algorithm of selection sort file.mp4 18.2 MB
  51. 3.Sorting Techniques/22.Analysis of selection sort file.mp4 69.3 MB
  52. 3.Sorting Techniques/3.Quick sort algorithm.mkv 196.1 MB
  53. 3.Sorting Techniques/4.Analysis of quick sort and problems on it.mkv 130.8 MB
  54. 3.Sorting Techniques/5.introduction to heaps.mkv 173.5 MB
  55. 3.Sorting Techniques/6.Max heapify algorithm and complete binary tree.mkv 177.3 MB
  56. 3.Sorting Techniques/7.Build max heap algorithm and analysis.mkv 72.1 MB
  57. 3.Sorting Techniques/9.Heap sort and analysis.m4v 121.4 MB
  58. 4.Greedy algorithms/1.Introduction to Greedy algorithms.m4v 51.0 MB
  59. 4.Greedy algorithms/10.Prims algorithm implementation without min heap.m4v 245.3 MB
  60. 4.Greedy algorithms/11.Prims algorithm implement with min heap.m4v 230.5 MB
  61. 4.Greedy algorithms/12.Introduction to kruskal algorithm and examples on it.m4v 312.0 MB
  62. 4.Greedy algorithms/13.Kruskals algorithm using Disjoint sets.mp4 31.8 MB
  63. 4.Greedy algorithms/14.Example on kruskals using Disjoint sets.mp4 37.5 MB
  64. 4.Greedy algorithms/15.Amortized Analysis.mp4 14.1 MB
  65. 4.Greedy algorithms/16.Aggregate Analysis.mp4 16.7 MB
  66. 4.Greedy algorithms/17.Example on Aggregate Analysis.mp4 35.6 MB
  67. 4.Greedy algorithms/18.Data Structure for Disjoint Sets.mp4 18.8 MB
  68. 4.Greedy algorithms/19.Operations on Disjoint Sets.mp4 22.8 MB
  69. 4.Greedy algorithms/2.Greedy knap sack algorithm.m4v 240.8 MB
  70. 4.Greedy algorithms/20.Linked list representation of disjoint sets.mp4 25.7 MB
  71. 4.Greedy algorithms/21.Time complexity for linked list representation of Disjoint Sets.mp4 27.7 MB
  72. 4.Greedy algorithms/22.Amortized analysis of disjoint sets using linked list representation.mp4 35.9 MB
  73. 4.Greedy algorithms/23.Disjoint set forest.mp4 21.5 MB
  74. 4.Greedy algorithms/24.Union by rank.mp4 11.7 MB
  75. 4.Greedy algorithms/25.Analysis union by rank.mp4 59.1 MB
  76. 4.Greedy algorithms/26.Path compression.mp4 32.1 MB
  77. 4.Greedy algorithms/27.Time complexity using the Heuristics.mp4 26.7 MB
  78. 4.Greedy algorithms/28.Connected components using Disjoints.mp4 20.9 MB
  79. 4.Greedy algorithms/29.Example on connected components using Disjoint sets.mp4 20.9 MB
  80. 4.Greedy algorithms/3.Huffman codes.m4v 323.7 MB
  81. 4.Greedy algorithms/4.More examples on Huffman codes.m4v 91.7 MB
  82. 4.Greedy algorithms/5.Job sequencing with deadlines.m4v 171.4 MB
  83. 4.Greedy algorithms/6.Optimal merge Patterns video mistake at 10-03 mins.docx 88.5 KB
  84. 4.Greedy algorithms/7.Optimal merge patterns.m4v 112.6 MB
  85. 4.Greedy algorithms/8.Introduction to spanning trees and Kirchhoff theorem.m4v 253.3 MB
  86. 4.Greedy algorithms/9.MST and examples on prims algorithm.m4v 287.9 MB
  87. 5.Dijkstra Algorithm/1.Dijkstra algorithm example1.mp4 125.2 MB
  88. 5.Dijkstra Algorithm/2.Dijkstra algorithm example2.mp4 34.0 MB
  89. 5.Dijkstra Algorithm/3.Dijkstra algorithm.mp4 85.1 MB
  90. 5.Dijkstra Algorithm/4.Negative weight edges and dijkstra algorithm.mp4 132.3 MB
  91. 6.Dynamic programming/1.Introduction to Dynamic programming.m4v 91.2 MB
  92. 7.Matrix chain multiplication -- Dynamic Programming/1.matrix multiplication.m4v 40.4 MB
  93. 7.Matrix chain multiplication -- Dynamic Programming/2.chain multiplication introduction.m4v 34.6 MB
  94. 7.Matrix chain multiplication -- Dynamic Programming/3.Examples.m4v 111.2 MB
  95. 7.Matrix chain multiplication -- Dynamic Programming/4.Optimal substructure and Recursive equations.mp4 81.0 MB
  96. 7.Matrix chain multiplication -- Dynamic Programming/5.Recursion tree.mp4 92.6 MB
  97. 7.Matrix chain multiplication -- Dynamic Programming/6.Dynamic programming bottom up implementation.mp4 201.8 MB
  98. 7.Matrix chain multiplication -- Dynamic Programming/7.Top down dynamic programming memoization algorithm.mp4 81.2 MB
  99. 8.Longest common subsequence/1.Introduction to LCS.m4v 127.6 MB
  100. 8.Longest common subsequence/2.Optimal substructure and Recursive equations.m4v 71.8 MB
  101. 8.Longest common subsequence/3.Recursion tree and unique sub problems.m4v 199.2 MB
  102. 8.Longest common subsequence/4.example 1.mp4 59.1 MB
  103. 8.Longest common subsequence/5.example 2.mp4 84.5 MB
  104. 8.Longest common subsequence/6.Bottom up Dynamic programming algorithm.mp4 30.7 MB
  105. 9.Multi stage graph/1.Introduction to multi stage graph.mp4 62.6 MB
  106. 9.Multi stage graph/2.Substructure and recursive equation.mp4 65.2 MB
  107. 9.Multi stage graph/3.Bottom up Dynamic programming algorithm.mp4 135.2 MB
  108. Uploaded by [Coursesghar.com].txt 1.1 KB
  109. Visit coursesghar.com for more awesome tutorials.url 114 bytes
  110. [TGx]Downloaded from torrentgalaxy.to .txt 564 bytes
  111. telegram @coursesghargate.url 128 bytes

Similar Posts:

  1. Other RavindraBabu Ravula - GATE - 2021 - C-Programming - CoursesGhar Jan. 30, 2023, 6:35 p.m.
  2. Other RavindraBabu Ravula - GATE - 2021 - Aptitude - CoursesGhar Jan. 30, 2023, 6:35 p.m.
  3. Other RavindraBabu Ravula - GATE - 2021 - Algorithms for GATE - Course Jan. 30, 2023, 6:35 p.m.