hello-algo/codes/pythontutor
Yudong Jin ee485372fe
feat: Add pythontutor blocks to the rest of the chapters (#1030)
* Fix Python code

* Add the pythontutor blocks of the chapter tree, heap, graph, searching, sorting, divide and conquer, dynamic programming and greedy.
Improve the pythontutor blocks of the chapter array and linkedlist and backtracking.
Add the tutorial of pythontutor in how-to-read section.

* Reduce the image's file size.
2024-01-07 23:49:26 +08:00
..
chapter_array_and_linkedlist feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_backtracking feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_computational_complexity feat: Add visualizing code blocks based on the pythontutor (#1029) 2024-01-07 04:04:01 +08:00
chapter_divide_and_conquer feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_dynamic_programming feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_graph feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_greedy feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_hashing feat: Add visualizing code blocks based on the pythontutor (#1029) 2024-01-07 04:04:01 +08:00
chapter_heap feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_searching feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_sorting feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00
chapter_stack_and_queue feat: Add visualizing code blocks based on the pythontutor (#1029) 2024-01-07 04:04:01 +08:00
chapter_tree feat: Add pythontutor blocks to the rest of the chapters (#1030) 2024-01-07 23:49:26 +08:00