hpstory
56b20eff36
feat(csharp) .NET 8.0 code migration ( #966 )
...
* .net 8.0 migration
* update docs
* revert change
* revert change and update appendix docs
* remove static
* Update binary_search_insertion.cs
* Update binary_search_insertion.cs
* Update binary_search_edge.cs
* Update binary_search_insertion.cs
* Update binary_search_edge.cs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
12 months ago
krahets
346c8451de
Fix code naming style.
1 year ago
hpstory
f62256bee1
fix(csharp): Modify method name to PascalCase, simplify new expression ( #840 )
...
* Modify method name to PascalCase(array and linked list)
* Modify method name to PascalCase(backtracking)
* Modify method name to PascalCase(computational complexity)
* Modify method name to PascalCase(divide and conquer)
* Modify method name to PascalCase(dynamic programming)
* Modify method name to PascalCase(graph)
* Modify method name to PascalCase(greedy)
* Modify method name to PascalCase(hashing)
* Modify method name to PascalCase(heap)
* Modify method name to PascalCase(searching)
* Modify method name to PascalCase(sorting)
* Modify method name to PascalCase(stack and queue)
* Modify method name to PascalCase(tree)
* local check
1 year ago
krahets
cb9c14f5ff
fix build_tree, binary_search_tree.cs
...
fix two figures
1 year ago
hpstory
8a0a8b80cf
feat(csharp): fix binary_search_tree code ( #712 )
...
* feat(csharp): fix binary_search_tree code
* Update binary_search_tree.cs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
1 year ago
krahets
628d8a516b
fix binary_search_tree code
1 year ago
krahets
2626de8d0b
Polish the chapter
...
introduction, computational complexity.
1 year ago
hpstory
2af77ff565
feat(csharp): add csharp code for array binary tree ( #632 )
1 year ago
krahets
b39e79be85
Fix remove() in binary search tree.
2 years ago
krahets
817b4598d5
Fix a comment in binary_search_tree code
2 years ago
hpstory
40319e7f30
refactor: use global using to reduce usings in each file ( #486 )
2 years ago
krahets
40e6d2b415
Rename the common modules.
2 years ago
krahets
de579aa3f4
Fix the file headers.
2 years ago
krahets
73dcb4cea9
Reformat the C# codes.
...
Disable creating new line before open brace.
2 years ago
hpstory
9eeefff447
refactor: add/refactor method in include, simplified print code ( #471 )
2 years ago
krahets
f7ae9c8a02
Fix the return type of binary search tree and avl tree
2 years ago
Yudong Jin
1c8b7ef559
refactor: Replace 结点 with 节点 ( #452 )
...
* Replace 结点 with 节点
Update the footnotes in the figures
* Update mindmap
* Reduce the size of the mindmap.png
2 years ago
krahets
7238c560d1
Update binary_tree_bfs codes
2 years ago
krahets
300016393b
Add code source blocks to the chapter Graph.
...
Fix "函数" and "方法"
2 years ago
krahets
6dc21691ed
Add build scripts for C# and
...
unify the coding style.
2 years ago
krahets
ecbf2d1560
1. Add build script for Java.
...
2. Add height limitation for code blocks in extra.css.
3. Fix "节点" to "结点".
2 years ago
Yudong Jin
b39b84acba
Update avl_tree
2 years ago
Yudong Jin
2336fe1d50
Update the comments in
...
binary_search_tree and avl_tree.
2 years ago
Yudong Jin
3e19205c84
Update a comment in binary_search_tree.
2 years ago
Yudong Jin
daa28be3e4
Merge branch 'master' into binary_search_tree
2 years ago
龚国玮
96d54bff3a
test(binary_search_tree): update test param all the language
...
use param value 7, not 5. function test param value with param value in example picture as same.
2 years ago
Yudong Jin
b7e09c4c1d
Unify the comment format of C# codes.
2 years ago
Yudong Jin
dcc3b2e35b
Optimize arrToTree function
...
in java, cpp, py, go, js, ts.
2 years ago
Yudong Jin
410c5d6b62
Free memory after removing
...
a node from a LinkedList or TreeNode.
2 years ago
Yudong Jin
8733557f00
Update C# code.
2 years ago
Yudong Jin
b1645c7d7e
Fine tune
2 years ago
zhuzhiqing
7b538ce21c
1.Please remove all the unused libs for every files
...
2.add a file header for all the files
2 years ago
zhuzhiqing
a427cb1b4d
完善所以c#相关的文档和代码
2 years ago