hpstory
|
ff58d4113c
|
feat(csharp/backtracking): add subset_sum_i, _ii, _i_naive (#567)
|
1 year ago |
krahets
|
9fc1a0b2b3
|
Update n_queens code.
|
1 year ago |
hpstory
|
40319e7f30
|
refactor: use global using to reduce usings in each file (#486)
|
2 years ago |
hpstory
|
7b1de228a0
|
feat(csharp/backtracking): add csharp code in n queens (#485)
* feat(csharp/backtracking): add csharp code in n queens
* fix format
* Update n_queens.cs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
|
2 years ago |
krahets
|
bc77a81330
|
Update the codes of backtracking.
|
2 years ago |
krahets
|
9c070a028f
|
Update the code of permutations I and II
|
2 years ago |
hpstory
|
918380b56a
|
feat(csharp/backtracking): add csharp code in permutations (#478)
* feat(csharp/backtracking): add csharp code in permutations
* Update permutations_i.cs
* Update permutations_ii.cs
* Update permutations_ii.cs
---------
Co-authored-by: Yudong Jin <krahets@163.com>
|
2 years ago |
krahets
|
40e6d2b415
|
Rename the common modules.
|
2 years ago |
krahets
|
73dcb4cea9
|
Reformat the C# codes.
Disable creating new line before open brace.
|
2 years ago |
krahets
|
bad759b4f8
|
Rename the naming of the coding files
in backtracking algorithm.
Add the typedef to docs.
|
2 years ago |
hpstory
|
9eeefff447
|
refactor: add/refactor method in include, simplified print code (#471)
|
2 years ago |
hpstory
|
878f12f701
|
feat(csharp/backtracking): add csharp code in backtracking (#463)
|
2 years ago |