Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Recursion, Backtracking and Dynamic Programming in Java, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:09
    Introduction
  2. Урок 2. 00:03:45
    What are stack and heap memory?
  3. Урок 3. 00:06:15
    Stack memory and heap memory simulation
  4. Урок 4. 00:08:44
    Recursion introduction
  5. Урок 5. 00:05:05
    Adding numbers: iteration vs recursion
  6. Урок 6. 00:10:10
    Recursion and stack memory (stack overflow)
  7. Урок 7. 00:06:39
    Head recursion and tail recursion implementation
  8. Урок 8. 00:06:07
    Factorial function - head recursion
  9. Урок 9. 00:04:15
    Factorial problem - visualizing the stack
  10. Урок 10. 00:05:48
    Factorial function - tail recursion
  11. Урок 11. 00:04:58
    Fibonacci numbers - head recursion
  12. Урок 12. 00:06:01
    Towers of Hanoi problem introduction
  13. Урок 13. 00:05:39
    Tower of Hanoi problem implementation
  14. Урок 14. 00:07:09
    Towers of Hanoi - visualizing the stack
  15. Урок 15. 00:01:43
    Iteration and recursion revisited
  16. Урок 16. 00:01:39
    What is linear search?
  17. Урок 17. 00:03:17
    Linear search implementation
  18. Урок 18. 00:03:49
    What is binary (logarithmic) search?
  19. Урок 19. 00:08:54
    Binary search implementation
  20. Урок 20. 00:06:44
    Selection algorithms introduction
  21. Урок 21. 00:09:49
    Quickselect introduction - Hoare algorithm
  22. Урок 22. 00:08:52
    Quickselect visualization
  23. Урок 23. 00:11:57
    Quickselect implementation
  24. Урок 24. 00:05:50
    What the problem with pivots?
  25. Урок 25. 00:07:31
    Advanced selection - median of medians algorithm
  26. Урок 26. 00:01:23
    Combining algorithms - introselect algorithm
  27. Урок 27. 00:08:02
    Online selection - the secretary problem
  28. Урок 28. 00:05:51
    Backtracking introduction
  29. Урок 29. 00:04:03
    Brute-force search and backtracking
  30. Урок 30. 00:08:07
    N-queens problem introduction
  31. Урок 31. 00:03:10
    What is the search tree?
  32. Урок 32. 00:09:22
    N-queens problem implementation I
  33. Урок 33. 00:06:17
    N-queens problem implementation II
  34. Урок 34. 00:06:22
    N-queens problem and stack memory visualization
  35. Урок 35. 00:08:03
    Hamiltonian paths (and cycles) introduction
  36. Урок 36. 00:04:42
    Hamiltonian cycle illustration
  37. Урок 37. 00:10:17
    Hamiltonian cycle implementation I
  38. Урок 38. 00:07:02
    Hamiltonian cycle implementation II
  39. Урок 39. 00:08:49
    Coloring problem introduction
  40. Урок 40. 00:04:33
    Coloring problem visualization
  41. Урок 41. 00:07:18
    Coloring problem implementation I
  42. Урок 42. 00:05:25
    Coloring problem implementation II
  43. Урок 43. 00:03:55
    Knight's tour introduction
  44. Урок 44. 00:10:33
    Knight's tour implementation I
  45. Урок 45. 00:04:49
    Knight's tour implementation II
  46. Урок 46. 00:04:59
    Maze problem introduction
  47. Урок 47. 00:07:22
    Maze problem implementation I
  48. Урок 48. 00:06:53
    Maze problem implementation II
  49. Урок 49. 00:05:52
    Sudoku introduction
  50. Урок 50. 00:08:38
    Sudoku implementation I
  51. Урок 51. 00:03:28
    Sudoku implementation II
  52. Урок 52. 00:05:05
    What is the issue with NP-complete problems?
  53. Урок 53. 00:08:24
    Dynamic programming introduction
  54. Урок 54. 00:03:31
    Fibonacci numbers introduction
  55. Урок 55. 00:08:36
    Fibonacci numbers implementation
  56. Урок 56. 00:18:08
    Knapsack problem introduction
  57. Урок 57. 00:12:59
    Knapsack problem example
  58. Урок 58. 00:08:08
    Knapsack problem implementation I
  59. Урок 59. 00:04:27
    Knapsack problem implementation II
  60. Урок 60. 00:08:04
    Rod cutting problem introduction
  61. Урок 61. 00:11:07
    Rod cutting problem example
  62. Урок 62. 00:08:46
    Rod cutting problem implementation
  63. Урок 63. 00:10:12
    Subset sum problem introduction
  64. Урок 64. 00:09:09
    Subset sum problem example
  65. Урок 65. 00:09:05
    Subset sum problem implementation
  66. Урок 66. 00:08:10
    Bin packing problem introduction
  67. Урок 67. 00:06:53
    Bin packing problem implementation
  68. Урок 68. 00:09:24
    What are divide-and-conquer approaches?
  69. Урок 69. 00:01:46
    Binary search revisited
  70. Урок 70. 00:08:18
    Merge sort theory
  71. Урок 71. 00:06:27
    Merge sort implementation
  72. Урок 72. 00:15:21
    Closest pair of points problem introduction I
  73. Урок 73. 00:04:15
    Closes pair of points problem introduction II
  74. Урок 74. 00:23:54
    Closest pair of points implementation
  75. Урок 75. 00:08:01
    Palindrome problem solution
  76. Урок 76. 00:07:01
    Integer reversion solution
  77. Урок 77. 00:08:02
    Two eggs problem solution I
  78. Урок 78. 00:11:40
    Two eggs problem solution II
  79. Урок 79. 00:07:57
    Duplicates in an array problem solution
  80. Урок 80. 00:03:52
    Anagram problem solution
  81. Урок 81. 00:10:49
    Largest sum subarray problem solution
  82. Урок 82. 00:00:42
    What is Algorhyme?