2217ffc447 
					 
					
						
						
							
							feat: add rust codes for simple_hash ( #724 )  
						
						
						
						
					 
					
						2023-09-08 00:38:55 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3af00d00d7 
					 
					
						
						
							
							feat: add rust codes for chapter computational complexity ( #714 )  
						
						
						
						
					 
					
						2023-09-02 16:08:52 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95bc0ffdb2 
					 
					
						
						
							
							Feat: add rust codes for chapter searching ( #710 )  
						
						
						
						
					 
					
						2023-08-31 02:36:06 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13bb76c283 
					 
					
						
						
							
							feat: add rust code for build_in_hash and hash_collision ( #629 )  
						
						... 
						
						
						
						* Create hash_map_chaining.rs
* Create hash_map_open_addressing.rs
* Create build_in_hash.rs
* Update Cargo.toml 
						
						
					 
					
						2023-07-26 15:42:47 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06006c58a2 
					 
					
						
						
							
							feat: add rust codes for array binary tree ( #654 )  
						
						... 
						
						
						
						* feat: add rust codes for array binary tree
* update tree_node.rs
* update: add implementation of vec_to_tree and tree_to_vec
* update tree_node.rs
* Update tree_node.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-07-26 09:15:58 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9d56622c75 
					 
					
						
						
							
							feat: add rust codes for chapter greedy ( #646 )  
						
						... 
						
						
						
						* feat: add rust codes for chapter greedy
* Update max_product_cutting.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-07-22 20:35:57 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8737fc66dd 
					 
					
						
						
							
							rust : add codes for chapter_divide_and_conquer ( #621 )  
						
						
						
						
					 
					
						2023-07-19 00:32:05 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a296786b2a 
					 
					
						
						
							
							feat: add rust codes for chapter heap ( #612 )  
						
						... 
						
						
						
						Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-07-16 15:40:25 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ead33ca863 
					 
					
						
						
							
							zig : update codes style && rust : add codes for chapter_backtracking. ( #613 )  
						
						... 
						
						
						
						* zig : update codes style
* rust : add codes for chapter_backtracking
* zig : update codes style 
						
						
					 
					
						2023-07-16 15:36:28 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5ea4fa1c6 
					 
					
						
						
							
							feat: add rust codes for avl tree ( #605 )  
						
						... 
						
						
						
						* feat: add rust codes for avl tree
* fix a wrong usage of borrow method of RefCell
* Update avl_tree.rs
* fix comment indentation and field define of TreeNode
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-07-16 01:32:43 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1f8857212 
					 
					
						
						
							
							rust and zig : add codes for chapter_dynamic_programming ( #606 )  
						
						... 
						
						
						
						* rust : add codes for chapter_dynamic_programming
* zig : add codes for chapter_dynamic_programming
* rust : add codes for chapter_backtracking
* Update n_queens.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-07-15 23:16:02 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c3add62dc7 
					 
					
						
						
							
							feat: add rust codes for graph chapter ( #598 )  
						
						... 
						
						
						
						* feat: add rust codes for graph chapter
* update: remove Vertex and it's method to vertex.rs 
						
						
					 
					
						2023-07-14 00:47:32 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f548eae663 
					 
					
						
						
							
							feat: add rust codes for bucket sort, counting sort and radix sort ( #590 )  
						
						... 
						
						
						
						* add rust codes for bucket sort, counting sort and radix sort
* update Cargo.toml for build 
						
						
					 
					
						2023-07-12 00:29:39 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6733a4843c 
					 
					
						
						
							
							rust : add codes for chapter_backtracking ( #594 )  
						
						... 
						
						
						
						* rust : add codes for chapter_backtracking
* Update subset_sum_ii.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-07-12 00:01:57 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						459449d41a 
					 
					
						
						
							
							zig : upgrade codes && rust : add codes for chapter_searching and chapter_dynamic_programming. ( #591 )  
						
						... 
						
						
						
						* zig : update zig codes
* rust : add codes for linear_search and hashing_search
* rust : add codes for linear_search and hashing_search
* rust : add codes for chapter_dynamic_programming 
						
						
					 
					
						2023-07-10 01:32:12 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b3841ba36 
					 
					
						
						
							
							The Rust version of the selection sort. ( #524 )  
						
						... 
						
						
						
						* The Rust version of the selection sort.
* The Rust version of the binary_search_edge
* update,The Rust version of the binary_search_edge and selection_sort
* update,The Rust version of the binary_search_edge and selection_sort
* update The Rust version of the binary_search_edge and selection_sort 
						
						
					 
					
						2023-06-25 21:00:24 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						abecea9ab6 
					 
					
						
						
							
							✨ feat(rust/tree): add binary_search_tree ( #481 )  
						
						... 
						
						
						
						* ✨  feat(rust/tree): add binary_tree_dfs
* ✨  feat(rust/tree): add binary_tree_bfs
* 🐞  fix(rust/tree): can't list to any kind of tree
* ✨ feat(rust/tree): add binary_search_tree
* Update binary_search_tree.rs
* 🐞  fix(rust/tree): corret writing mistakes
* 🦄  refactor(rust/tree): remove get_next_node() function
* Update binary_search_tree.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-05-23 15:42:08 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe69f7240d 
					 
					
						
						
							
							Add figures to replace_linear_by_hashing.md  
						
						
						
						
					 
					
						2023-05-09 00:36:18 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c2e5e2831 
					 
					
						
						
							
							✨  feat(rust/tree): add binary_tree_bfs, binary_tree_dfs,  ( #450 )  
						
						... 
						
						
						
						* ✨  feat(rust/tree): add binary_tree_dfs
* ✨  feat(rust/tree): add binary_tree_bfs
* 🐞  fix(rust/tree): can't list to any kind of tree 
						
						
					 
					
						2023-04-21 14:58:46 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c2be6ebfbe 
					 
					
						
						
							
							🚀 feat: add rust codes for array_deque ( #418 )  
						
						... 
						
						
						
						* update zig codes style
* feat: add rust codes for array_deque
* Update array_deque.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-03-14 20:45:27 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6924d15f63 
					 
					
						
						
							
							🚀 feat: add rust codes for linkedlist_stack, linkedlist_queue and linkedlist_deque ( #410 )  
						
						... 
						
						
						
						* feat: add rust codes for space_complexity
* feat: add rust codes for linkedlist_stack
* update
* feat: add rust codes for linkedlist_queue
* feat: add rust codes for linkedlist_deque
* update 
						
						
					 
					
						2023-03-13 20:15:11 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2029d2b939 
					 
					
						
						
							
							feat: add rust codes for space_complexity ( #409 )  
						
						
						
						
					 
					
						2023-03-12 15:16:35 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						050b922f8a 
					 
					
						
						
							
							feat: add rust codes for linked_list and my_list ( #408 )  
						
						... 
						
						
						
						* feat: add rust codes for linked_list
* feat: add rust codes for my_list
* Update linked_list.rs
* Update print_util.rs
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-03-12 02:48:44 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						590b532606 
					 
					
						
						
							
							✨  feat(rust/tree): add binary_tree ( #398 )  
						
						... 
						
						
						
						* ✨  feat(rust/hashing): add array_hash_map
* 📃  docs(rust/hashing): correct comments
* ✨  feat(rust/include): add tree_node
* ✨  feat(rust/include): add print_tree
* ✨  feat(rust/tree): add binary_tree
* docs(rust/tree): correct comments
* 📃  docs(rust/tree): correct comments 
						
						
					 
					
						2023-03-07 23:46:28 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						533cb7bbbe 
					 
					
						
						
							
							✨  feat(rust/hashing): add array_hash_map ( #373 )  
						
						... 
						
						
						
						* ✨  feat(rust/hashing): add array_hash_map
* 📃  docs(rust/hashing): correct comments 
						
						
					 
					
						2023-02-23 23:02:13 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53f45984f9 
					 
					
						
						
							
							✨  feat(rust/sorting) add insertion, merge, quick sort code  ( #369 )  
						
						... 
						
						
						
						* ✨  feat(rust/sorting): add insertion_sort
* ✨  feat(rust/sorting): add merge sort
* ✨  feat(rust/sorting): add quick sort
* 📃  docs(rust/sorting): add & correct some missing comments.
* 📃  docs(rust/sorting): add & correct some missing comments. 
						
						
					 
					
						2023-02-19 01:00:20 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea5677b3c6 
					 
					
						
						
							
							Add array_queue.rs in chapter_stack_and_queue ( #359 )  
						
						... 
						
						
						
						* array_stack.rs
* array_queue.rs
* Update Cargo.toml
* Create array_queue.rs
* Delete array_queue.rs
* Add array_queue.rs in chapter_stack_and queue
* Update array_queue.rs
---------
Co-authored-by: wsl <wslzzy@qq.com> 
						
						
					 
					
						2023-02-11 18:03:49 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e65c7bd478 
					 
					
						
						
							
							Refine some details and coding style for Rust codes ( #344 )  
						
						... 
						
						
						
						* Refine some details and coding style for Rust codes
* Update coding style for Rust codes
* Update time_complexity.rs
* Update array.rs
* Update leetcode_two_sum.rs
* Update hash_map.rs
* Update file headers
* Update coding style for Rust codes and Zig codes
* Update coding style for Rust codes and Zig codes
---------
Co-authored-by: Yudong Jin <krahets@163.com> 
						
						
					 
					
						2023-02-09 00:25:01 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cb73007495 
					 
					
						
						
							
							array_stack.rs ( #337 )  
						
						... 
						
						
						
						Co-authored-by: wsl <wslzzy@qq.com> 
						
						
					 
					
						2023-02-06 01:12:53 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8a388d8422 
					 
					
						
						
							
							update rust codes for hash_map, binary_search, bubble_sort, stack, queue ( #330 )  
						
						... 
						
						
						
						* update rust codes
* update rust codes
* update rust codes
* update and add rust codes for hash_map, binary_search, bubble_sort
* update and add rust codes for hash_map, binary_search, bubble_sort
* add rust codes for chapter stack
* add rust codes for chapter queue
* add rust codes for chapter deque 
						
						
					 
					
						2023-02-05 16:25:42 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80e9651fc2 
					 
					
						
						
							
							add Rust code array, list ( #294 )  
						
						... 
						
						
						
						* ✨  feat(codes/rust/array_and_linkedlist): add array
* 🐳  chore(codes/rust): update Cargo.toml
* ✨  feat(codes/rust/array_and_linkedlist): add list
* 📃  docs(codes/rust/array_and_linkedlist): add miss comment
---------
Co-authored-by: xblakicex <xblakicex@outlook.com> 
						
						
					 
					
						2023-01-29 00:12:16 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4249872e25 
					 
					
						
						
							
							🐳  chore(code/rust): add cargo in chapier  
						
						
						
						
					 
					
						2023-01-15 19:59:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0359378f3 
					 
					
						
						
							
							🐳  chore(codes): add cargo for rust codes  
						
						
						
						
					 
					
						2023-01-13 19:04:06 +01:00